HomeSort by relevance Sort by last modified time
    Searched refs:FLaC__INLINE (Results 1 - 5 of 5) sorted by null

  /external/flac/libFLAC/
bitreader.c 131 #ifndef FLaC__INLINE
132 #define FLaC__INLINE
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)
    [all...]
bitwriter.c 98 #ifndef FLaC__INLINE
99 #define FLaC__INLINE
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)
format.c 43 #ifndef FLaC__INLINE
44 #define FLaC__INLINE
316 static FLaC__INLINE unsigned utf8len_(const FLAC__byte *utf8)
md5.c 11 #ifndef FLaC__INLINE
12 #define FLaC__INLINE
stream_encoder.c 75 #ifndef FLaC__INLINE
76 #define FLaC__INLINE
    [all...]

Completed in 38 milliseconds