Home
last modified time | relevance | path

Searched refs:MAX_DELAY (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/math/mcsim/mcsim-6.2.0/sim/
H A Ddelays.c41 #define MAX_DELAY 1000 macro
82 pdVar[hvar] = InitdVector(MAX_DELAY); in CalcDelay()
110 i = MAX_DELAY - 1; in CalcDelay()
115 i = MAX_DELAY - 1; in CalcDelay()
118 if (sentinel > MAX_DELAY - 1) { in CalcDelay()
120 "%ld too small.\n", (long) MAX_DELAY); in CalcDelay()
166 rgdTime = InitdVector(MAX_DELAY); in InitDelays()
199 if (iCurrentTime == MAX_DELAY) /* loop */ in StoreDelayed()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dnlfilt.c62 #define MAX_DELAY (1024) macro
100 else if (L >= MAX_DELAY) { in nlfilt()
101 L = (MYFLT) MAX_DELAY; in nlfilt()
105 if (UNLIKELY(nm2 < 0)) nm2 += MAX_DELAY; in nlfilt()
106 if (UNLIKELY(nmL < 0)) nmL += MAX_DELAY; in nlfilt()
129 if (UNLIKELY(++point == MAX_DELAY)) { in nlfilt()
133 if (UNLIKELY(++nmL == MAX_DELAY)) { in nlfilt()
174 else if (L >= MAX_DELAY) { in nlfilt2()
175 L = (MYFLT) MAX_DELAY; in nlfilt2()
204 if (UNLIKELY(++point == MAX_DELAY)) { in nlfilt2()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/
H A DEcho.cpp29 #define MAX_DELAY 2 macro
42 delay(new float[(int)(MAX_DELAY * srate)], in Echo()
43 new float[(int)(MAX_DELAY * srate)]), in Echo()
62 memset(delay.l, 0, MAX_DELAY * samplerate * sizeof(float)); in cleanup()
63 memset(delay.r, 0, MAX_DELAY * samplerate * sizeof(float)); in cleanup()
102 old.l = delay.l[(pos.l + delta.l) % (MAX_DELAY * samplerate)] = in out()
104 old.r = delay.r[(pos.r + delta.r) % (MAX_DELAY * samplerate)] = in out()
112 pos.l %= MAX_DELAY * samplerate; in out()
113 pos.r %= MAX_DELAY * samplerate; in out()
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMaximX2/
H A DZaMaximX2Plugin.cpp167 setLatency(MAX_DELAY); in activate()
171 for (i = 0; i < MAX_DELAY; i++) { in activate()
223 for (i = 0; i < MAX_DELAY; i++) { in maxsample()
234 double N = (double)MAX_DELAY; in run()
287 outputs[0][i] = z[0][(posz[0]+1+MAX_DELAY) % MAX_DELAY] * g[0] * from_dB(ceiling - thresdb); in run()
288 outputs[1][i] = z[1][(posz[1]+1+MAX_DELAY) % MAX_DELAY] * g[0] * from_dB(ceiling - thresdb); in run()
296 pushsample(&cn[0][0], sanitize_denormal(c[0]), &posc[0], MAX_DELAY); in run()
297 pushsample(&z[0][0], sanitize_denormal(inL), &posz[0], MAX_DELAY); in run()
298 pushsample(&z[1][0], sanitize_denormal(inR), &posz[1], MAX_DELAY); in run()
H A DZaMaximX2Plugin.hpp21 #define MAX_DELAY 480 macro
130 double cn[2][MAX_DELAY];
132 double z[2][MAX_DELAY];
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/
H A DEcho.cpp22 #define MAX_DELAY 2 macro
74 delay(memory.valloc<float>(MAX_DELAY * pars.srate), in Echo()
75 memory.valloc<float>(MAX_DELAY * pars.srate)), in Echo()
94 memset(delay.l, 0, MAX_DELAY * samplerate * sizeof(float)); in cleanup()
95 memset(delay.r, 0, MAX_DELAY * samplerate * sizeof(float)); in cleanup()
135 old.l = delay.l[(pos.l + delta.l) % (MAX_DELAY * samplerate)] = in out()
137 old.r = delay.r[(pos.r + delta.r) % (MAX_DELAY * samplerate)] = in out()
145 pos.l %= MAX_DELAY * samplerate; in out()
146 pos.r %= MAX_DELAY * samplerate; in out()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-timer-0.2.13/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-timer-0.2.13/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-timer-0.2.13/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-timer-0.2.12/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-timer-0.2.11/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-timer-0.2.11/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-timer/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-timer/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-timer-0.2.13/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-timer-0.2.13/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-timer-0.2.13/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-timer/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-timer/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-timer-0.2.12/tests/
H A Dhammer.rs31 const MAX_DELAY: u64 = 5_000; in hammer_complete() const
56 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_complete()
88 const MAX_DELAY: u64 = 5_000; in hammer_cancel() const
113 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
116 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_cancel()
159 const MAX_DELAY: u64 = 250; in hammer_reset() const
184 Instant::now() + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
187 deadline1 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
190 deadline2 + Duration::from_millis(rng.gen_range(MIN_DELAY, MAX_DELAY)); in hammer_reset()
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/EchoPlugin/
H A DEchoPlugin.C25 static const float MAX_DELAY=1.0f; variable
82 m_Buffer[0].Allocate ((int)(m_HostInfo->SAMPLERATE * MAX_DELAY)); in Initialise()
83 m_Buffer[1].Allocate ((int)(m_HostInfo->SAMPLERATE * MAX_DELAY)); in Initialise()
97 if (Delay >= MAX_DELAY*m_HostInfo->SAMPLERATE) in Execute()
98 Delay = (MAX_DELAY*m_HostInfo->SAMPLERATE)-1; in Execute()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dmodules_delay.h71 enum { MAX_DELAY = 524288, ADDR_MASK = MAX_DELAY - 1 }; enumerator
74 float buffers[2][MAX_DELAY];
171 enum { MAX_DELAY = 6144000, ADDR_MASK = MAX_DELAY - 1 }; enumerator
172 float buffers[2][MAX_DELAY];
/dports/audio/ladspa/ladspa_sdk_1.17/src/plugins/
H A Ddelay.c27 #define MAX_DELAY 5 macro
43 (((x) < 0) ? 0 : (((x) > MAX_DELAY) ? MAX_DELAY : (x)))
99 = (unsigned long)((LADSPA_Data)SampleRate * MAX_DELAY) + 1; in instantiateSimpleDelayLine()
291 = (LADSPA_Data)MAX_DELAY;
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/echo_plugin/
H A Decho.cc6 #define MAX_DELAY 1000 macro
24 {0, MAX_DELAY, 10, N_("ms")}),
80 buffer.resize (aud::rescale (MAX_DELAY, 1000, rate) * channels); in start()
/dports/devel/py-fasteners/fasteners-0.16.3/fasteners/
H A Dprocess_lock.py55 MAX_DELAY = 0.1 variable in _InterProcessLock
110 delay=DELAY_INCREMENT, max_delay=MAX_DELAY,
213 MAX_DELAY = 0.1 variable in _InterProcessReaderWriterLock
259 delay=DELAY_INCREMENT, max_delay=MAX_DELAY,
282 delay=DELAY_INCREMENT, max_delay=MAX_DELAY,
305 delay=DELAY_INCREMENT, max_delay=MAX_DELAY,
371 def write_lock(self, delay=DELAY_INCREMENT, max_delay=MAX_DELAY):
387 def read_lock(self, delay=DELAY_INCREMENT, max_delay=MAX_DELAY):

12345678910>>...24