Home
last modified time | relevance | path

Searched refs:on_count (Results 1 – 9 of 9) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/tran/
H A Dgate.alg36 on_count -- the time at which the rise should complete
60 /* to compute when to start rise to achieve 0dB at on_count:
67 Let avail = available time = (on_count - start_fall).
75 if ((susp->on_count - susp->start_fall) < total) {
76 susp->start_rise = susp->on_count -
78 } else susp->start_rise = susp->on_count - susp->rise_samps;
86 ("int64_t" "on_count" "0")
101 fall_time fall_samps floor on_count start_fall start_rise)
123 off_count = susp->on_count = now + delay_len;
147 off_count = susp->on_count = now + delay_len;
[all …]
H A Dgate.c26 int64_t on_count; member
106 if ((susp->on_count - susp->start_fall) < total) { in compute_start_rise()
107 susp->start_rise = susp->on_count - in compute_start_rise()
108 (susp->rise_samps * (susp->on_count - susp->start_fall)) / total; in compute_start_rise()
109 } else susp->start_rise = susp->on_count - susp->rise_samps; in compute_start_rise()
181 off_count_reg = susp->on_count = now + delay_len_reg; in gate_n_fetch()
205 off_count_reg = susp->on_count = now + delay_len_reg; in gate_n_fetch()
229 if (now >= susp->on_count) { in gate_n_fetch()
318 susp->on_count = 0; in snd_make_gate()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/devices/
H A Dled.h69 uint8_t on_count = 10>
82 on_count_ = on_count; in On()
107 uint8_t on_count>
108 volatile uint8_t FlashLed<LedT, on_count>::on_count_ = 0;
/dports/www/squid/squid-4.15/src/
H A DCacheDigest.cc162 int on_count = 0; in cacheDigestStats() local
175 ++on_count; in cacheDigestStats()
188 stats->bit_on_count = on_count; in cacheDigestStats()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/graycode/
H A Dpd.py114 self.count = Value(self.on_count)
129 def on_count(self, told, vold, tnew, vnew): member in Decoder
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Dtemp_registry.c161 static void CC on_count( void *item, void *data ) in on_count() function
178 VectorForEach ( v, false, on_count, &occ ); in count_valid_entries()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dregexp.c4602 int ulen, on_count, range_len, rp, p; in translate() local
4809 on_count = 0; in translate()
4812 on_count++; in translate()
4820 r = make_room(r, j, 6 + (128 - on_count) + ((pcre && !simple_on['\\']) ? 1 : 0), &rs); in translate()
4824 if (on_count < 128) { in translate()
4825 if (!on_count) { in translate()
4876 r = make_room(r, j, 5 + on_count + ((pcre && simple_on['\\']) ? 1 : 0), &rs); in translate()
4880 if (on_count) { in translate()
4881 if (on_count == 128) { in translate()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dregexp.c4602 int ulen, on_count, range_len, rp, p; in translate() local
4809 on_count = 0; in translate()
4812 on_count++; in translate()
4820 r = make_room(r, j, 6 + (128 - on_count) + ((pcre && !simple_on['\\']) ? 1 : 0), &rs); in translate()
4824 if (on_count < 128) { in translate()
4825 if (!on_count) { in translate()
4876 r = make_room(r, j, 5 + on_count + ((pcre && simple_on['\\']) ? 1 : 0), &rs); in translate()
4880 if (on_count) { in translate()
4881 if (on_count == 128) { in translate()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dauxtext.c692 int on_count=0, off_count=0; local
699 case 1: if (++on_count >= 2) return 1; break;
711 case 1: if (++on_count >= 2) return 1; break;