Home
last modified time | relevance | path

Searched defs:FORCE_INLINE (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Ddebug_utils.h17 #define FORCE_INLINE __attribute__((always_inline)) macro
20 #define FORCE_INLINE macro
/third_party/lz4/lib/
Dxxhash.c125 # define FORCE_INLINE static __forceinline macro
129 # define FORCE_INLINE static inline __attribute__((always_inline)) macro
131 # define FORCE_INLINE static inline macro
134 # define FORCE_INLINE static macro
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.c125 # define FORCE_INLINE static __forceinline macro
129 # define FORCE_INLINE static inline __attribute__((always_inline)) macro
131 # define FORCE_INLINE static inline macro
134 # define FORCE_INLINE static macro