/external/compiler-rt/lib/builtins/ |
D | int_lib.h | 42 #define ALWAYS_INLINE __forceinline macro 47 #define ALWAYS_INLINE __attribute__((always_inline)) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 92 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro 94 #define ALWAYS_INLINE __forceinline macro 96 #define ALWAYS_INLINE inline macro
|
/external/pffft/ |
D | pffft.c | 77 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro 82 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
|
D | pffft_double.c | 89 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro 94 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
|
D | pf_mixer.cpp | 62 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro 65 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
|
/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | int_lib.h | 36 #define ALWAYS_INLINE __forceinline macro 41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
|
/external/cronet/tot/base/ |
D | compiler_specific.h | 106 #define ALWAYS_INLINE [[gnu::always_inline]] inline macro 108 #define ALWAYS_INLINE __forceinline macro 112 #define ALWAYS_INLINE inline macro
|
/external/cronet/stable/base/ |
D | compiler_specific.h | 106 #define ALWAYS_INLINE [[gnu::always_inline]] inline macro 108 #define ALWAYS_INLINE __forceinline macro 112 #define ALWAYS_INLINE inline macro
|
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerPlatform.h | 106 #define ALWAYS_INLINE __attribute__((always_inline)) macro 109 #define ALWAYS_INLINE macro
|
/external/libdav1d/include/common/ |
D | attributes.h | 115 #define ALWAYS_INLINE __forceinline macro 117 #define ALWAYS_INLINE __attribute__((always_inline)) inline macro
|
/external/virglrenderer/src/mesa/util/ |
D | macros.h | 195 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro 197 # define ALWAYS_INLINE __forceinline macro 199 # define ALWAYS_INLINE inline macro
|
/external/mesa3d/src/util/ |
D | macros.h | 195 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro 197 # define ALWAYS_INLINE __forceinline macro 199 # define ALWAYS_INLINE inline macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 131 # define ALWAYS_INLINE __forceinline macro 143 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
/external/mesa3d/src/intel/genxml/ |
D | genX_cl_helpers.h | 8 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
/external/scudo/standalone/ |
D | internal_defs.h | 34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
/external/mesa3d/src/compiler/libcl/ |
D | libcl.h | 157 #define ALWAYS_INLINE macro
|
/external/mpdecimal/libmpdec++/ |
D | decimal.hh | 66 #define ALWAYS_INLINE __forceinline macro 69 #define ALWAYS_INLINE inline macro
|
/external/mpdecimal/libmpdec/ |
D | mpdecimal.c | 65 #define ALWAYS_INLINE __forceinline macro 67 #define ALWAYS_INLINE macro 72 #define ALWAYS_INLINE macro 74 #define ALWAYS_INLINE inline macro
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 66 #define ALWAYS_INLINE __forceinline macro 68 #define ALWAYS_INLINE macro 73 #define ALWAYS_INLINE macro 75 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 51 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro
|