Home
last modified time | relevance | path

Searched refs:calculateRatio (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/stats/
H A DResourceData.h137 return calculateRatio(tcpMemoryPages_, maxTcpMemLimit_); in getTcpMemRatio()
143 return calculateRatio(minTcpMemLimit_, maxTcpMemLimit_); in getLowTcpMemLimitRatio()
149 return calculateRatio(pressureTcpMemLimit_, maxTcpMemLimit_); in getPressureTcpMemLimitRatio()
197 return calculateRatio(udpMemoryPages_, maxUdpMemLimit_); in getUdpMemRatio()
203 return calculateRatio(minUdpMemLimit_, maxUdpMemLimit_); in getLowUdpMemLimitRatio()
209 return calculateRatio(pressureUdpMemLimit_, maxUdpMemLimit_); in getPressureUdpMemLimitRatio()
275 double calculateRatio(uint64_t value, uint64_t maxLimit) const { in calculateRatio() function
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/vendor/php-diff/lib/Diff/
H A DSequenceMatcher.php609 return $this->calculateRatio($matches, count ($this->a) + count ($this->b));
658 $this->calculateRatio($matches, count ($this->a) + count ($this->b));
672 return $this->calculateRatio(min($aLength, $bLength), $aLength + $bLength);
683 private function calculateRatio($matches, $length=0) function in Diff_SequenceMatcher
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/vendor/php-diff/lib/Diff/
H A DSequenceMatcher.php609 return $this->calculateRatio($matches, count ($this->a) + count ($this->b));
658 $this->calculateRatio($matches, count ($this->a) + count ($this->b));
672 return $this->calculateRatio(min($aLength, $bLength), $aLength + $bLength);
683 private function calculateRatio($matches, $length=0) function in Diff_SequenceMatcher
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/stretchr/objx/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/stretchr/objx/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/maruel/panicparse/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/devel/gh/cli-2.4.0/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/devel/gh/cli-2.4.0/vendor/github.com/stretchr/objx/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/devel/gh/cli-2.4.0/vendor/github.com/AlecAivazis/survey/v2/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/lego/lego-4.5.3/vendor/github.com/stretchr/objx/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/lego/lego-4.5.3/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/gopkg.in/stretchr/testify.v1/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/pmezard/go-difflib/difflib/
H A Ddifflib.go40 func calculateRatio(matches, length int) float64 { func
470 return calculateRatio(matches, len(m.a)+len(m.b))
502 return calculateRatio(matches, len(m.a)+len(m.b))
511 return calculateRatio(min(la, lb), la+lb)

123456789