Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/
Dcompiler_specific.h39 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
41 #define ALWAYS_INLINE __forceinline macro
43 #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/llvm-project/compiler-rt/lib/builtins/
Dint_lib.h36 #define ALWAYS_INLINE __forceinline macro
41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/external/llvm-project/compiler-rt/lib/fuzzer/
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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-trailing-return-type.cpp385 #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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h206 # define ALWAYS_INLINE __forceinline macro
219 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/external/scudo/standalone/
Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/external/llvm-project/compiler-rt/lib/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.cc50 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp142 #define ALWAYS_INLINE __attribute__((always_inline)) macro