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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dalloc.h47 #ifndef FLaC__INLINE
48 #define FLaC__INLINE macro
54 static FLaC__INLINE void *safe_malloc_(size_t size)
62 static FLaC__INLINE void *safe_calloc_(size_t nmemb, size_t size)
71 static FLaC__INLINE void *safe_malloc_add_2op_(size_t size1, size_t size2)
79 static FLaC__INLINE void *safe_malloc_add_3op_(size_t size1, size_t size2, size_t size3)
90 static FLaC__INLINE void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size3, size_t size4)
104 static FLaC__INLINE void *safe_malloc_mul_2op_(size_t size1, size_t size2)
126 static FLaC__INLINE void *safe_malloc_mul_3op_(size_t size1, size_t size2, size_t size3)
139 static FLaC__INLINE voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dtags.c32 #ifndef FLaC__INLINE
33 #define FLaC__INLINE macro
37 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s)
51 static FLaC__INLINE size_t local__utf8len(const FLAC__byte *utf8)
93 static FLaC__INLINE size_t local__utf8_to_ucs2(const FLAC__byte *utf8, FLAC__uint16 *ucs2)
148 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2)
158 static FLaC__INLINE size_t local__ucs2_to_utf8(FLAC__uint16 ucs2, FLAC__byte *utf8)
H A Ddither.c35 #ifndef FLaC__INLINE
36 #define FLaC__INLINE macro
45 static FLaC__INLINE FLAC__uint32 prng(FLAC__uint32 state)
57 static FLaC__INLINE FLAC__int32 linear_dither(unsigned source_bps, unsigned target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 MAX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c47 #ifndef FLaC__INLINE
48 #define FLaC__INLINE macro
239 static FLaC__INLINE FLAC__int64 dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, double Sum, int k)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/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 69 milliseconds