Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c91 # define LOCAL_INLINE __attribute__ ((noinline)) macro
93 # define LOCAL_INLINE WEBP_INLINE macro
96 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3()
102 #undef LOCAL_INLINE