Home
last modified time | relevance | path

Searched refs:keyoff (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/archivers/rpm4/rpm-4.16.1.3/lib/backend/ndb/
H A Drpmidx.c552 keyoff = keyend; in rpmidxRebuildInternal()
622 if (!keyoff) { in rpmidxPutInternal()
627 keyoff = x; in rpmidxPutInternal()
629 if (keyoff != x) in rpmidxPutInternal()
691 if (!keyoff) { in rpmidxDelInternal()
696 keyoff = x; in rpmidxDelInternal()
698 if (keyoff != x) in rpmidxDelInternal()
725 if (keyoff) in rpmidxDelInternal()
747 if (!keyoff) { in rpmidxGetInternal()
752 keyoff = x; in rpmidxGetInternal()
[all …]
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftchash.c139 int keyoff; in ftchash_lookup() local
142 keyoff = offsetof(struct ftchash_rec_gen, data); in ftchash_lookup()
151 if (!bcmp((char*)rec+keyoff, (char*)key, ftch->key_size)) in ftchash_lookup()
175 int keyoff; in ftchash_update() local
181 keyoff = offsetof(struct ftchash_rec_gen, data); in ftchash_update()
190 if (!bcmp((char*)rec+keyoff, (char*)newrec+keyoff, ftch->key_size)) in ftchash_update()
205 bcopy((char*)newrec+keyoff, (char*)rec+keyoff, ftch->key_size); in ftchash_update()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DMultipleRecnoNIODataEntry.java86 final int keyoff = DbUtil.array2int(intarr, 8); in next() local
89 if (keyoff < 0) in next()
99 recno.setOffset(keyoff); in next()
H A DMultipleKeyNIODataEntry.java82 final int keyoff = DbUtil.array2int(intarr, 12); in next() local
85 if (keyoff < 0) in next()
96 key.setOffset(keyoff); in next()
H A DMultipleKeyDataEntry.java87 final int keyoff = DbUtil.array2int(this.data, pos); in next() local
90 if (keyoff < 0) in next()
102 key.setOffset(keyoff); in next()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DMultipleKeyNIODataEntry.java82 final int keyoff = DbUtil.array2int(intarr, 12); in next() local
85 if (keyoff < 0) in next()
96 key.setOffset(keyoff); in next()
H A DMultipleRecnoNIODataEntry.java86 final int keyoff = DbUtil.array2int(intarr, 8); in next() local
89 if (keyoff < 0) in next()
99 recno.setOffset(keyoff); in next()
H A DMultipleKeyDataEntry.java87 final int keyoff = DbUtil.array2int(this.data, pos); in next() local
90 if (keyoff < 0) in next()
102 key.setOffset(keyoff); in next()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/engines/
H A DCamelliaEngine.java306 private void camelliaF2(int[] s, int[] skey, int keyoff) in camelliaF2() argument
310 t1 = s[0] ^ skey[0 + keyoff]; in camelliaF2()
315 t2 = s[1] ^ skey[1 + keyoff]; in camelliaF2()
324 t1 = s[2] ^ skey[2 + keyoff]; in camelliaF2()
329 t2 = s[3] ^ skey[3 + keyoff]; in camelliaF2()
339 private void camelliaFLs(int[] s, int[] fkey, int keyoff) in camelliaFLs() argument
342 s[1] ^= leftRotate(s[0] & fkey[0 + keyoff], 1); in camelliaFLs()
343 s[0] ^= fkey[1 + keyoff] | s[1]; in camelliaFLs()
345 s[2] ^= fkey[3 + keyoff] | s[3]; in camelliaFLs()
346 s[3] ^= leftRotate(fkey[2 + keyoff] & s[2], 1); in camelliaFLs()
H A DCamelliaLightEngine.java209 private void camelliaF2(int[] s, int[] skey, int keyoff) in camelliaF2() argument
213 t1 = s[0] ^ skey[0 + keyoff]; in camelliaF2()
219 t2 = s[1] ^ skey[1 + keyoff]; in camelliaF2()
232 t1 = s[2] ^ skey[2 + keyoff]; in camelliaF2()
238 t2 = s[3] ^ skey[3 + keyoff]; in camelliaF2()
252 private void camelliaFLs(int[] s, int[] fkey, int keyoff) in camelliaFLs() argument
255 s[1] ^= leftRotate(s[0] & fkey[0 + keyoff], 1); in camelliaFLs()
256 s[0] ^= fkey[1 + keyoff] | s[1]; in camelliaFLs()
258 s[2] ^= fkey[3 + keyoff] | s[3]; in camelliaFLs()
259 s[3] ^= leftRotate(fkey[2 + keyoff] & s[2], 1); in camelliaFLs()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Dmod.c1997 a->keyoff |= KEY_OFF; in pt_playeffects()
1999 a->keyoff = KEY_KILL; in pt_playeffects()
2005 a->keyoff = KEY_KILL; in pt_playeffects()
2432 if (!(aout->keyoff & KEY_OFF)) in pt_UpdateVoices()
2475 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2483 aout->keyoff |= KEY_OFF; in pt_UpdateVoices()
2680 a->keyoff = KEY_KICK; in pt_Notes()
2700 a->keyoff = aout->keyoff; in pt_EffectsPass1()
2769 aout->keyoff |= KEY_OFF; in pt_NNA()
2771 aout->keyoff = KEY_KILL; in pt_NNA()
[all …]
/dports/audio/faust/faust-2.37.3/examples/misc/
H A DmidiTester.dsp40 //Note tester (keyoff) : tester(midi in, midi out)
43 …r("NoteOff Value IN (Note %i) [midi:keyoff %i]", 60, 0, 127, 1) : hbargraph("NoteOff Value OUT (No…
44 …= checkbox("NoteOff Bool IN (Note %i) [midi:keyoff %i]") : hbargraph("NoteOff Bool OUT (Note %o) […
47 //Note Chan tester (keyoff) : tester(midi in, midi out)
50 …(Note %i Channel %ic) [midi:keyoff %i %ic]", 60, 0, 127, 1) : hbargraph("NoteOff Value OUT (Note %…
51 …Bool IN (Note %i Channel %ic) [midi:keyoff %i %ic]") : hbargraph("NoteOff Bool OUT (Note %o Channe…
/dports/net-p2p/btpd/btpd-0.16/misc/
H A Dhashtable.c12 size_t keyoff; member
17 #define KEYP(tbl, o) ((void *)(o) + (tbl)->keyoff)
22 uint32_t (*hash)(const void *), size_t keyoff, size_t chainoff) in _htbl_create() argument
30 tbl->keyoff = keyoff; in _htbl_create()
/dports/audio/faustlive/faustlive-2.5.7/Resources/Examples/
H A DmidiTester.dsp27 //Note tester (keyoff) : tester(midi in, midi out)
30 …r("NoteOff Value IN (Note %i) [midi:keyoff %i]", 60, 0, 127, 1) : hbargraph("NoteOff Value OUT (No…
31 …= checkbox("NoteOff Bool IN (Note %i) [midi:keyoff %i]") : hbargraph("NoteOff Bool OUT (Note %o) […
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/dsp/
H A Dmidi_tester.dsp27 //Note tester (keyoff) : tester(midi in, midi out)
30 …r("NoteOff Value IN (Note %i) [midi:keyoff %i]", 60, 0, 127, 1) : hbargraph("NoteOff Value OUT (No…
31 …= checkbox("NoteOff Bool IN (Note %i) [midi:keyoff %i]") : hbargraph("NoteOff Bool OUT (Note %o) […
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dk054539.cpp101 void k054539_device::keyoff(int channel) in keyoff() function in k054539_device
212 keyoff(ch); in sound_stream_update()
235 keyoff(ch); in sound_stream_update()
263 keyoff(ch); in sound_stream_update()
422 keyoff(ch); in write()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dk054539.cpp101 void k054539_device::keyoff(int channel) in keyoff() function in k054539_device
212 keyoff(ch); in sound_stream_update()
235 keyoff(ch); in sound_stream_update()
263 keyoff(ch); in sound_stream_update()
422 keyoff(ch); in write()

123456789