Searched refs:FLAC__bitreader_read_unary_unsigned (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dbitreader.h81 FLAC__bool FLAC__bitreader_read_unary_unsigned(FLAC__BitReader *br, unsigned *val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dbitreader.c697 FLaC__INLINE FLAC__bool FLAC__bitreader_read_unary_unsigned(FLAC__BitReader *br, unsigned *val) function
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() */
1192 if(!FLAC__bitreader_read_unary_unsigned(br, &msbs))
1236 if(!FLAC__bitreader_read_unary_unsigned(br, &msbs))
H A Dstream_decoder.c2463 if(!FLAC__bitreader_read_unary_unsigned(decoder->private_->input, &u))

Completed in 87 milliseconds