Home | History | Annotate | Download | only in audio_extn

Lines Matching defs:_MIN

897 #define _MIN(x, y) (((x) <= (y)) ? (x) : (y))
955 uint32_t tries = _MIN(sample_rate_size, (uint32_t)__builtin_popcount(bm));