Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dbitmath.h48 static inline unsigned int FLAC__clz_soft_uint32(unsigned int word) in FLAC__clz_soft_uint32() function
92 return FLAC__clz_soft_uint32(v); in FLAC__clz_uint32()