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

/system/core/libmemunreachable/
H A DAndroid.mk30 # doesn't mix with the other default unwind code.
/system/extras/ksmutils/
H A Dlookup3.c6 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
20 mix(a,b,c);
22 mix(a,b,c);
28 a mix of things, see the comments above hashlittle().
31 then mix those integers. This is fast (you can do a lot more thorough
73 mix -- mix 3 32-bit values reversibly.
75 This is reversible, so any information in (a,b,c) before mix() is
76 still in (a,b,c) after mix().
78 If four pairs of (a,b,c) inputs are run through mix(), o
115 #define mix macro
[all...]
/system/media/audio/include/system/
H A Daudio.h155 AUDIO_SOURCE_REMOTE_SUBMIX = 8, /* Source for the mix to be presented remotely. */
158 /* play the mix captured by this audio source. */
192 /* session for effects applied to output mix. These effects can
975 * a mix (e.g PlaybackThread output) or a physical device
1003 * sub mix */
1035 audio_port_type_t type; /* device, mix ... */
1043 struct audio_port_config_mix_ext mix; /* mix specific info */ member in union:audio_port_config::__anon1829
1065 /* Latency class of the audio mix */
1071 /* extension for audio port structure when the audio port is a sub mix */
1100 struct audio_port_mix_ext mix; member in union:audio_port::__anon1831
[all...]

Completed in 88 milliseconds