Home
last modified time | relevance | path

Searched refs:FLAC__clz_soft_uint32 (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/libFLAC/include/private/
Dbitmath.h46 static inline uint32_t FLAC__clz_soft_uint32(FLAC__uint32 word) in FLAC__clz_soft_uint32() function
90 return FLAC__clz_soft_uint32(v); in FLAC__clz_uint32()