Home
last modified time | relevance | path

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

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