Home
last modified time | relevance | path

Searched defs:MIX (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixerState.h83 MIX = 0x8, // mix tracks member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c4782 #define MIX(h,k,m) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c5033 #define MIX(h,k,m) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro