Searched defs:ALWAYS_INLINE (Results 1 – 2 of 2) sorted by relevance
25 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro27 #define ALWAYS_INLINE __forceinline macro29 #define ALWAYS_INLINE inline macro
269 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro271 #define ALWAYS_INLINE __forceinline macro