Home
last modified time | relevance | path

Searched refs:currentInterval (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DIntervalWalker.java204 if (toOpId < currentInterval.from()) { in nextInterval()
211 currentInterval.rewindRange(); in nextInterval()
212 return currentInterval; in nextInterval()
225 …for (Interval currentInterval = nextInterval(toOpId); currentInterval != null; currentInterval = n… in walkTo()
226 int opId = currentInterval.from(); in walkTo()
240 currentInterval.state = State.Active; in walkTo()
278 while (!currentInterval.isEndMarker() && currentInterval.from() <= opId) { in updateUnhandledStackIntervals()
279 Interval next = currentInterval.next; in updateUnhandledStackIntervals()
280 if (currentInterval.to() > opId) { in updateUnhandledStackIntervals()
281 currentInterval.state = State.Active; in updateUnhandledStackIntervals()
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/azr/backoff/
H A Dexponential.go45 currentInterval time.Duration member
67 currentInterval: DefaultInitialInterval,
75 b.currentInterval = b.InitialInterval
79 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
91 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
92 b.currentInterval = b.MaxInterval
94 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
99 return b.currentInterval
105 var delta = randomizationFactor * float64(currentInterval)
106 var minInterval = float64(currentInterval) - delta
[all …]
H A Dlinear.go14 currentInterval time.Duration member
23 currentInterval: from,
30 lb.currentInterval = lb.InitialInterval
34 lb.currentInterval = time.Duration(float64(lb.currentInterval) * lb.Multiplier)
35 lb.currentInterval += lb.Increment
36 if lb.currentInterval > lb.MaxInterval {
37 lb.currentInterval = lb.MaxInterval
42 time.Sleep(lb.currentInterval)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/ChimeraCoder/anaconda/vendor/github.com/azr/backoff/
H A Dexponential.go45 currentInterval time.Duration member
67 currentInterval: DefaultInitialInterval,
75 b.currentInterval = b.InitialInterval
79 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
91 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
92 b.currentInterval = b.MaxInterval
94 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
99 return b.currentInterval
105 var delta = randomizationFactor * float64(currentInterval)
106 var minInterval = float64(currentInterval) - delta
[all …]
H A Dlinear.go14 currentInterval time.Duration member
23 currentInterval: from,
30 lb.currentInterval = lb.InitialInterval
34 lb.currentInterval = time.Duration(float64(lb.currentInterval) * lb.Multiplier)
35 lb.currentInterval += lb.Increment
36 if lb.currentInterval > lb.MaxInterval {
37 lb.currentInterval = lb.MaxInterval
42 time.Sleep(lb.currentInterval)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/cenkalti/backoff/
H A Dexponential.go57 currentInterval time.Duration member
98 b.currentInterval = b.InitialInterval
110 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
124 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
125 b.currentInterval = b.MaxInterval
127 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
133 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
134 var delta = randomizationFactor * float64(currentInterval)
135 var minInterval = float64(currentInterval) - delta
136 var maxInterval = float64(currentInterval) + delta
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/cenkalti/backoff/
H A Dexponential.go57 currentInterval time.Duration member
98 b.currentInterval = b.InitialInterval
110 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
124 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
125 b.currentInterval = b.MaxInterval
127 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
133 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
134 var delta = randomizationFactor * float64(currentInterval)
135 var minInterval = float64(currentInterval) - delta
136 var maxInterval = float64(currentInterval) + delta
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta
/dports/security/lego/lego-4.5.3/vendor/github.com/cenkalti/backoff/v4/
H A Dexponential.go65 currentInterval time.Duration member
110 b.currentInterval = b.InitialInterval
119 next := getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
140 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
141 b.currentInterval = b.MaxInterval
143 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
149 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
150 var delta = randomizationFactor * float64(currentInterval)
151 var minInterval = float64(currentInterval) - delta
152 var maxInterval = float64(currentInterval) + delta
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
112 b.currentInterval = b.InitialInterval
124 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
138 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
139 b.currentInterval = b.MaxInterval
141 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
147 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
148 var delta = randomizationFactor * float64(currentInterval)
149 var minInterval = float64(currentInterval) - delta
150 var maxInterval = float64(currentInterval) + delta
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cenkalti/backoff/backoff-2.2.1/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/cenkalti/backoff/v4/
H A Dexponential.go65 currentInterval time.Duration member
110 b.currentInterval = b.InitialInterval
119 next := getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
140 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
141 b.currentInterval = b.MaxInterval
143 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
149 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
150 var delta = randomizationFactor * float64(currentInterval)
151 var minInterval = float64(currentInterval) - delta
152 var maxInterval = float64(currentInterval) + delta
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cenkalti/backoff/v4/
H A Dexponential.go65 currentInterval time.Duration member
110 b.currentInterval = b.InitialInterval
119 next := getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
140 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
141 b.currentInterval = b.MaxInterval
143 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
149 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
150 var delta = randomizationFactor * float64(currentInterval)
151 var minInterval = float64(currentInterval) - delta
152 var maxInterval = float64(currentInterval) + delta
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cenkalti/backoff/v4/
H A Dexponential.go65 currentInterval time.Duration member
110 b.currentInterval = b.InitialInterval
119 next := getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
140 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
141 b.currentInterval = b.MaxInterval
143 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
149 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
150 var delta = randomizationFactor * float64(currentInterval)
151 var minInterval = float64(currentInterval) - delta
152 var maxInterval = float64(currentInterval) + delta
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/cenkalti/backoff/
H A Dexponential.go64 currentInterval time.Duration member
107 b.currentInterval = b.InitialInterval
119 return getRandomValueFromInterval(b.RandomizationFactor, rand.Float64(), b.currentInterval)
135 if float64(b.currentInterval) >= float64(b.MaxInterval)/b.Multiplier {
136 b.currentInterval = b.MaxInterval
138 b.currentInterval = time.Duration(float64(b.currentInterval) * b.Multiplier)
144 func getRandomValueFromInterval(randomizationFactor, random float64, currentInterval time.Duration)…
145 var delta = randomizationFactor * float64(currentInterval)
146 var minInterval = float64(currentInterval) - delta
147 var maxInterval = float64(currentInterval) + delta

123456789