Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dbitmath.h75 static inline unsigned int FLAC__clz_uint32(FLAC__uint32 v) in FLAC__clz_uint32() function
101 return FLAC__clz_uint32(v); in FLAC__clz2_uint32()
139 return sizeof(FLAC__uint32) * CHAR_BIT - 1 - FLAC__clz_uint32(v); in FLAC__bitmath_ilog2()
/external/flac/libFLAC/
Dbitreader.c635 i = FLAC__clz_uint32(b);
665 i = FLAC__clz_uint32(b);