OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__bitmath_ilog2_wide
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
bitmath.h
146
static inline unsigned
FLAC__bitmath_ilog2_wide
(FLAC__uint64 v)
/external/flac/libFLAC/
fixed.c
155
fracbits = (8*sizeof(err)) - (
FLAC__bitmath_ilog2_wide
(err)+1);
166
bits =
FLAC__bitmath_ilog2_wide
(err)+1;
Completed in 36 milliseconds