Home
last modified time | relevance | path

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

/external/cronet/base/
Dcompiler_specific.h55 #define ALWAYS_INLINE [[clang::always_inline]] inline macro
57 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
59 #define ALWAYS_INLINE __forceinline macro
61 #define ALWAYS_INLINE inline macro
/external/compiler-rt/lib/builtins/
Dint_lib.h42 #define ALWAYS_INLINE __forceinline macro
47 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/external/libchrome/base/
Dcompiler_specific.h92 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
94 #define ALWAYS_INLINE __forceinline macro
96 #define ALWAYS_INLINE inline macro
/external/pffft/
Dpffft.c77 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro
82 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
Dpffft_double.c87 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro
92 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
Dpf_mixer.cpp62 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro
65 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/external/mesa3d/src/util/
Dmacros.h144 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
146 # define ALWAYS_INLINE __forceinline macro
148 # define ALWAYS_INLINE inline macro
/external/virglrenderer/src/mesa/util/
Dmacros.h195 # 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/
Dsanitizer_internal_defs.h131 # define ALWAYS_INLINE __forceinline macro
143 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/external/scudo/standalone/
Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
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
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc51 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro