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

/freebsd-10.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-10.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-10.3-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.3-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
112 mix -- mix 3 32-bit values reversibly.
114 This is reversible, so any information in (a,b,c) before mix() is
115 still in (a,b,c) after mix().
117 If four pairs of (a,b,c) inputs are run through mix(), o
154 #define mix macro
[all...]
/freebsd-10.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-10.3-release/sys/netpfil/pf/
H A Dpf_lb.c64 #define mix(a,b,c) \ macro
91 mix(a, b, c);
99 mix(a, b, c);
104 mix(a, b, c);
109 mix(a, b, c);
114 mix(a, b, c);
/freebsd-10.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-10.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-10.3-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.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-10.3-release/sys/dev/sound/usb/
H A Duaudio.c3073 DPRINTF("[mix] wValue=%04x\n", mc->wValue[0]);
3075 DPRINTF("[mix] wIndex=%04x type=%d ctl='%d' "
4180 struct uaudio_mixer_node *mix)
4206 mix->class = UAC_RECORD;
4221 mix->class = UAC_INPUT;
4229 mix->class = UAC_OUTPUT;
4236 struct uaudio_mixer_node *mix)
4260 mix->class = UAC_RECORD;
4275 mix->class = UAC_INPUT;
4283 mix
4179 uaudio_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4235 uaudio20_mixer_determine_class(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4377 uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
4400 uaudio20_mixer_feature_name(const struct uaudio_terminal_node *iot, struct uaudio_mixer_node *mix) argument
[all...]
/freebsd-10.3-release/sys/net80211/
H A Dieee80211.c1723 #define mix(a, b, c) \ macro
1749 mix(a, b, c);
1753 #undef mix macro
/freebsd-10.3-release/sys/dev/netmap/
H A Dnetmap_vale.c1115 #define mix(a, b, c) \ macro
1141 mix(a, b, c);
1146 #undef mix macro
/freebsd-10.3-release/sys/net/
H A Dif_bridge.c2827 #define mix(a, b, c) \ macro
2852 mix(a, b, c);
2857 #undef mix macro
H A Dif_vxlan.c2739 #define mix(a, b, c) \ macro
2752 mix(a, b, c);
2754 #undef mix macro
/freebsd-10.3-release/contrib/gcc/
H A Dtree.c3320 #define mix(a,b,c) \
3341 mix (a, val, val2);
3358 mix (a, b, val2);
3376 mix (a, b, val2);
3381 mix (a, b, val2);
3299 #define mix macro
/freebsd-10.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 178 milliseconds