Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dbitmath.h95 static inline uint32_t FLAC__clz_soft_uint64(FLAC__uint64 word) in FLAC__clz_soft_uint64() function
114 return FLAC__clz_soft_uint64(v); in FLAC__clz_uint64()