Home
last modified time | relevance | path

Searched defs:ALWAYS_INLINE (Results 1 - 13 of 13) sorted by relevance

/third_party/libsnd/src/ALAC/
H A Dshift.h20 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
22 #define ALWAYS_INLINE __forceinline macro
24 #define ALWAYS_INLINE macro
H A Ddp_enc.c35 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
37 #define ALWAYS_INLINE __forceinline macro
39 #define ALWAYS_INLINE macro
H A Ddp_dec.c36 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
38 #define ALWAYS_INLINE __forceinline macro
40 #define ALWAYS_INLINE macro
H A Dag_dec.c44 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
46 #define ALWAYS_INLINE __forceinline macro
48 #define ALWAYS_INLINE macro
H A Dag_enc.c46 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
48 #define ALWAYS_INLINE __forceinline macro
50 #define ALWAYS_INLINE macro
/third_party/gn/src/base/
H A Dcompiler_specific.h22 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
24 #define ALWAYS_INLINE __forceinline macro
26 #define ALWAYS_INLINE inline macro
/third_party/libunwind/libunwind/include/
H A Dcompiler.h41 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
44 # define ALWAYS_INLINE macro
56 # define ALWAYS_INLINE macro
/third_party/libsnd/src/G72x/
H A Dg72x_priv.h110 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
112 #define ALWAYS_INLINE __forceinline macro
114 #define ALWAYS_INLINE macro
/third_party/libsnd/src/GSM610/
H A Dgsm610_priv.h296 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
298 #define ALWAYS_INLINE __forceinline macro
300 #define ALWAYS_INLINE macro
/third_party/mesa3d/src/util/
H A Dmacros.h175 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
177 # define ALWAYS_INLINE __forceinline macro
179 # define ALWAYS_INLINE inline macro
/third_party/node/deps/v8/src/bigint/
H A Dbigint.h394 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
396 #define ALWAYS_INLINE __forceinline macro
398 #define ALWAYS_INLINE inline macro
637 #undef ALWAYS_INLINE macro
/third_party/libsnd/src/
H A Dcommon.h1075 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
1077 #define ALWAYS_INLINE macro
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c66 #define ALWAYS_INLINE __forceinline macro
68 #define ALWAYS_INLINE macro
73 #define ALWAYS_INLINE macro
75 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
[all...]

Completed in 14 milliseconds