Home
last modified time | relevance | path

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

/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.c89 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro
94 # 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/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_lib.h36 #define ALWAYS_INLINE __forceinline macro
41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/external/cronet/tot/base/
Dcompiler_specific.h106 #define ALWAYS_INLINE [[gnu::always_inline]] inline macro
108 #define ALWAYS_INLINE __forceinline macro
112 #define ALWAYS_INLINE inline macro
/external/cronet/stable/base/
Dcompiler_specific.h106 #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/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/external/libdav1d/include/common/
Dattributes.h115 #define ALWAYS_INLINE __forceinline macro
117 #define ALWAYS_INLINE __attribute__((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/mesa3d/src/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/mesa3d/src/intel/genxml/
DgenX_cl_helpers.h8 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/external/scudo/standalone/
Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/external/mesa3d/src/compiler/libcl/
Dlibcl.h157 #define ALWAYS_INLINE macro
/external/mpdecimal/libmpdec++/
Ddecimal.hh66 #define ALWAYS_INLINE __forceinline macro
69 #define ALWAYS_INLINE inline macro
/external/mpdecimal/libmpdec/
Dmpdecimal.c65 #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/
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