Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dconfig.h11 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/freebsd/contrib/ofed/libmlx5/
H A Dconfig.h16 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h223 # define ALWAYS_INLINE __forceinline macro
236 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro