Searched refs:FLaC__INLINE (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/
H A Dbitreader.c131 #ifndef FLaC__INLINE
132 #define FLaC__INLINE macro
178 static FLaC__INLINE void crc16_update_word_(FLAC__BitReader *br, brword word)
420 FLaC__INLINE FLAC__bool FLAC__bitreader_is_consumed_byte_aligned(const FLAC__BitReader *br)
425 FLaC__INLINE unsigned FLAC__bitreader_bits_left_for_byte_alignment(const FLAC__BitReader *br)
430 FLaC__INLINE unsigned FLAC__bitreader_get_input_bits_unconsumed(const FLAC__BitReader *br)
435 FLaC__INLINE FLAC__bool FLAC__bitreader_read_raw_uint32(FLAC__BitReader *br, FLAC__uint32 *val, unsigned bits)
546 FLaC__INLINE FLAC__bool FLAC__bitreader_read_uint32_little_endian(FLAC__BitReader *br, FLAC__uint32 *val)
697 FLaC__INLINE FLAC__bool FLAC__bitreader_read_unary_unsigned(FLAC__BitReader *br, unsigned *val)
H A Dbitwriter.c98 #ifndef FLaC__INLINE
99 #define FLaC__INLINE macro
302 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_zeroes(FLAC__BitWriter *bw, unsigned bits)
340 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_uint32(FLAC__BitWriter *bw, FLAC__uint32 val, unsigned bits)
379 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_int32(FLAC__BitWriter *bw, FLAC__int32 val, unsigned bits)
388 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits)
400 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_uint32_little_endian(FLAC__BitWriter *bw, FLAC__uint32 val)
416 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals)
H A Dformat.c43 #ifndef FLaC__INLINE
44 #define FLaC__INLINE macro
316 static FLaC__INLINE unsigned utf8len_(const FLAC__byte *utf8)
H A Dmd5.c11 #ifndef FLaC__INLINE
12 #define FLaC__INLINE macro
H A Dstream_encoder.c75 #ifndef FLaC__INLINE
76 #define FLaC__INLINE macro
3912 static FLaC__INLINE unsigned count_rice_bits_in_partition_(
3927 static FLaC__INLINE unsigned count_rice_bits_in_partition_(

Completed in 117 milliseconds