OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__clz2_uint32
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
bitmath.h
97
static inline unsigned int
FLAC__clz2_uint32
(FLAC__uint32 v)
/external/flac/libFLAC/
bitreader.c
759
x = y =
FLAC__clz2_uint32
(b);
768
y =
FLAC__clz2_uint32
(b);
Completed in 264 milliseconds