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

  /external/aac/libSYS/include/
machine_type.h 283 * \def FORCEINLINE
291 #undef FORCEINLINE
292 #define FORCEINLINE
294 #ifndef FORCEINLINE
296 #define FORCEINLINE __attribute((always_inline))
298 #define FORCEINLINE
  /external/libvpx/
vpx_config.h 3 #define FORCEINLINE
  /external/aac/libFDK/include/
fft.h 124 static void FORCEINLINE fft_4(FIXP_DBL *x)
152 static void FORCEINLINE fft_8(FIXP_DBL *x)
  /external/chromium/crypto/third_party/nss/
sha512.cc 107 #ifndef FORCEINLINE
109 #define FORCEINLINE __forceinline
111 #define FORCEINLINE __inline
116 static FORCEINLINE PRUint32 FASTCALL
    [all...]
  /external/aac/libFDK/src/
fft.cpp 106 static FORCEINLINE void fft3(FIXP_DBL *RESTRICT pDat)
139 static FORCEINLINE void fft5(FIXP_DBL *RESTRICT pDat)
    [all...]

Completed in 336 milliseconds