Searched refs:mix (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/libibcommon/src/
H A Dhash.c51 mix -- mix 3 32-bit values reversibly.
55 * If mix() is run forward or backward, at least 32 bits in a,b,c
57 * If mix() is run forward, every bit of c will change between 1/3 and
59 mix() was built out of 36 single-cycle latency instructions in a
75 #define mix(a,b,c) \ macro
128 mix(a, b, c);
150 mix(a, b, c);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dac97.c65 struct ac97mixtable_entry mix[AC97_MIXER_SIZE]; member in struct:ac97_info
423 struct ac97mixtable_entry *e = &codec->mix[channel];
439 struct ac97mixtable_entry *e = &codec->mix[channel];
540 codec->mix[SOUND_MIXER_OGAIN].reg = AC97_MIXEXT_SURROUND;
545 bzero(&codec->mix[SOUND_MIXER_OGAIN],
546 sizeof(codec->mix[SOUND_MIXER_OGAIN]));
572 bzero(&codec->mix[SOUND_MIXER_BASS],
573 sizeof(codec->mix[SOUND_MIXER_BASS]));
574 bzero(&codec->mix[SOUND_MIXER_TREBLE],
575 sizeof(codec->mix[SOUND_MIXER_TREBL
[all...]
H A Dfeeder_mixer.c94 feed_mixer_t mix; member in struct:feed_mixer_info
306 * list of children and calling mixer function to mix count bytes from
331 if (info->mix == NULL) {
373 info->mix(tmp, b, cnt);
/freebsd-9.3-release/sys/libkern/
H A Djenkins.h13 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
27 mix(a,b,c);
29 mix(a,b,c);
35 a mix of things, see the comments above hashlittle().
38 then mix those integers. This is fast (you can do a lot more thorough
48 mix -- mix 3 32-bit values reversibly.
50 This is reversible, so any information in (a,b,c) before mix() is
51 still in (a,b,c) after mix().
53 If four pairs of (a,b,c) inputs are run through mix(), o
90 #define mix macro
[all...]
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dhelp.i38634 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dhelp.pc9834 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h272 /// This effectively performs the initial mix.
278 state.mix(s);
295 /// We mix all 64 bytes even when the chunk length is smaller, but we
297 void mix(const char *s) { function in struct:llvm::hashing::detail::hash_state
433 // a mix of the last 64-bytes. That is how the algorithm works when we
438 state.mix(buffer);
467 state.mix(s_begin);
471 state.mix(s_end - 64);
533 // either initialize the hash state (on the first full buffer) or mix
541 state.mix(buffe
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_lb.c172 #define mix(a,b,c) \ macro
199 mix(a, b, c);
207 mix(a, b, c);
212 mix(a, b, c);
217 mix(a, b, c);
222 mix(a, b, c);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c181 #define mix(a,b,c) \ macro
228 mix(a, b, c);
240 mix(a, b, c);
259 mix(a, b, c);
271 mix(h->a, h->b, h->c);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dhashtab.c821 hash(), hash2(), hash3, and mix() are externally useful functions.
829 mix -- mix 3 32-bit values reversibly.
833 * If mix() is run forward or backward, at least 32 bits in a,b,c
835 * If mix() is run forward, every bit of c will change between 1/3 and
837 mix() was built out of 36 single-cycle latency instructions in a
854 #define mix(a,b,c) \ macro
920 mix(a,b,c);
930 mix(a,b,c);
952 mix(
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dhashtab.c821 hash(), hash2(), hash3, and mix() are externally useful functions.
829 mix -- mix 3 32-bit values reversibly.
833 * If mix() is run forward or backward, at least 32 bits in a,b,c
835 * If mix() is run forward, every bit of c will change between 1/3 and
837 mix() was built out of 36 single-cycle latency instructions in a
854 #define mix(a,b,c) \ macro
920 mix(a,b,c);
930 mix(a,b,c);
952 mix(
[all...]
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c2868 DPRINTF("[mix] wValue=%04x\n", mc->wValue[0]);
2870 DPRINTF("[mix] wIndex=%04x type=%d ctl='%d' "
3975 struct uaudio_mixer_node *mix)
4001 mix->class = UAC_RECORD;
4016 mix->class = UAC_INPUT;
4024 mix->class = UAC_OUTPUT;
4031 struct uaudio_mixer_node *mix)
4055 mix->class = UAC_RECORD;
4070 mix->class = UAC_INPUT;
4078 mix
3974 uaudio_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4030 uaudio20_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4172 uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4195 uaudio20_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211.c1689 #define mix(a, b, c) \ macro
1715 mix(a, b, c);
1719 #undef mix macro
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_vale.c996 #define mix(a, b, c) \ macro
1022 mix(a, b, c);
1027 #undef mix macro
/freebsd-9.3-release/sys/net/
H A Dif_bridge.c2832 #define mix(a, b, c) \ macro
2857 mix(a, b, c);
2862 #undef mix macro
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in135 Prohibit mix of dirs and files on a single 'cvsacl' line
819 print("Can\'t mix files and directories on single \'cvsacl\' file record; skipping entry.\n");
/freebsd-9.3-release/contrib/gcc/
H A Dtree.c3316 #define mix(a,b,c) \
3337 mix (a, val, val2);
3354 mix (a, b, val2);
3372 mix (a, b, val2);
3377 mix (a, b, val2);
3295 #define mix macro
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c49 * mix(a,b,c) used in Jenkins hash algorithm
51 #define mix(a,b,c) { \ macro
6005 mix(a,b,c);
6039 mix(a,b,c);

Completed in 214 milliseconds