Home
last modified time | relevance | path

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

/external/flac/src/plugin_common/
Dtags.c33 #ifndef FLaC__INLINE
34 #define FLaC__INLINE macro
38 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s) in local__wide_strlen()
149 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2) in local__ucs2len()
Ddither.c36 #ifndef FLaC__INLINE
37 #define FLaC__INLINE macro
46 static FLaC__INLINE FLAC__uint32 prng(FLAC__uint32 state) in prng()