OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__bitreader_read_unary_unsigned
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
bitreader.h
81
FLAC__bool
FLAC__bitreader_read_unary_unsigned
(FLAC__BitReader *br, unsigned *val);
/external/flac/libFLAC/
bitreader.c
697
FLaC__INLINE FLAC__bool
FLAC__bitreader_read_unary_unsigned
(FLAC__BitReader *br, unsigned *val)
788
if(!
FLAC__bitreader_read_unary_unsigned
(br, &msbs))
806
/* a lot of the logic is copied, then adapted, from
FLAC__bitreader_read_unary_unsigned
() and FLAC__bitreader_read_raw_uint32() */
[
all
...]
stream_decoder.c
[
all
...]
Completed in 49 milliseconds