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

/freebsd-10.0-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-10.0-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-10.0-release/sys/libkern/
H A Djenkins_hash.c14 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
28 mix(a,b,c);
30 mix(a,b,c);
36 a mix of things, see the comments above hashlittle().
39 then mix those integers. This is fast (you can do a lot more thorough
49 mix -- mix 3 32-bit values reversibly.
51 This is reversible, so any information in (a,b,c) before mix() is
52 still in (a,b,c) after mix().
54 If four pairs of (a,b,c) inputs are run through mix(), o
91 #define mix macro
[all...]
/freebsd-10.0-release/sys/boot/i386/loader/
H A Dhelp.i38634 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
/freebsd-10.0-release/sys/boot/pc98/loader/
H A Dhelp.pc9834 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
/freebsd-10.0-release/contrib/unbound/util/storage/
H A Dlookup3.c15 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
29 mix(a,b,c);
31 mix(a,b,c);
37 a mix of things, see the comments above hashlittle().
40 then mix those integers. This is fast (you can do a lot more thorough
105 mix -- mix 3 32-bit values reversibly.
107 This is reversible, so any information in (a,b,c) before mix() is
108 still in (a,b,c) after mix().
110 If four pairs of (a,b,c) inputs are run through mix(), o
147 #define mix macro
[all...]
/freebsd-10.0-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-10.0-release/sys/netpfil/pf/
H A Dpf_lb.c65 #define mix(a,b,c) \ macro
92 mix(a, b, c);
100 mix(a, b, c);
105 mix(a, b, c);
110 mix(a, b, c);
115 mix(a, b, c);
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c158 int mix; local
161 sprintf(name_buffer, "mix%d", interface_index);
163 snprintf(name_buffer, sizeof(name_buffer), "mix%d", interface_index);
168 cvmx_dprintf("ERROR: mix%d path not found in device tree\n",interface_index);
170 mix = fdt_path_offset(fdt_addr, mix_path);
171 if (mix < 0)
176 return mix;
/freebsd-10.0-release/sys/dev/sound/usb/
H A Duaudio.c2864 DPRINTF("[mix] wValue=%04x\n", mc->wValue[0]);
2866 DPRINTF("[mix] wIndex=%04x type=%d ctl='%d' "
3971 struct uaudio_mixer_node *mix)
3997 mix->class = UAC_RECORD;
4012 mix->class = UAC_INPUT;
4020 mix->class = UAC_OUTPUT;
4027 struct uaudio_mixer_node *mix)
4051 mix->class = UAC_RECORD;
4066 mix->class = UAC_INPUT;
4074 mix
3970 uaudio_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4026 uaudio20_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4168 uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4191 uaudio20_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211.c1723 #define mix(a, b, c) \ macro
1749 mix(a, b, c);
1753 #undef mix macro
/freebsd-10.0-release/sys/dev/netmap/
H A Dnetmap.c2828 #define mix(a, b, c) \ macro
2853 mix(a, b, c);
2858 #undef mix macro
/freebsd-10.0-release/sys/net/
H A Dif_bridge.c2826 #define mix(a, b, c) \ macro
2851 mix(a, b, c);
2856 #undef mix macro
/freebsd-10.0-release/contrib/gcc/
H A Dtree.c3315 #define mix(a,b,c) \
3336 mix (a, val, val2);
3353 mix (a, b, val2);
3371 mix (a, b, val2);
3376 mix (a, b, val2);
3294 #define mix macro
/freebsd-10.0-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 239 milliseconds