Searched refs:FLAC__clz_uint32 (Results 1 – 2 of 2) sorted by relevance
73 static inline uint32_t FLAC__clz_uint32(FLAC__uint32 v) in FLAC__clz_uint32() function97 return (FLAC__uint32)(word>>32) ? FLAC__clz_uint32((FLAC__uint32)(word>>32)) : in FLAC__clz_soft_uint64()98 FLAC__clz_uint32((FLAC__uint32)word) + 32; in FLAC__clz_soft_uint64()123 return FLAC__clz_uint32(v); in FLAC__clz2_uint32()168 return FLAC__clz_uint32(v) ^ 31U; in FLAC__bitmath_ilog2()
65 #define COUNT_ZERO_MSBS(word) FLAC__clz_uint32(word)