OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__clz_uint32
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
bitmath.h
75
static inline unsigned int
FLAC__clz_uint32
(FLAC__uint32 v)
101
return
FLAC__clz_uint32
(v);
139
return sizeof(FLAC__uint32) * CHAR_BIT - 1 -
FLAC__clz_uint32
(v);
/external/flac/libFLAC/
bitreader.c
48
/* WATCHOUT: if you change this you must also change the following #defines down to
FLAC__clz_uint32
below to match */
635
i =
FLAC__clz_uint32
(b);
665
i =
FLAC__clz_uint32
(b);
Completed in 51 milliseconds