Home
last modified time | relevance | path

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

/external/libunwind/include/
Dcompiler.h41 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
45 # define ALWAYS_INLINE macro
59 # define ALWAYS_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/pdfium/third_party/base/
Dcompiler_specific.h104 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
106 #define ALWAYS_INLINE __forceinline macro
108 #define ALWAYS_INLINE inline macro
/external/mesa3d/src/util/
Dmacros.h142 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
144 # define ALWAYS_INLINE __forceinline macro
146 # 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/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c63 #define ALWAYS_INLINE __forceinline macro
65 #define ALWAYS_INLINE macro
70 #define ALWAYS_INLINE macro
72 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc51 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro