Searched refs:FORCEINLINE (Results 1 – 2 of 2) sorted by relevance
74 #ifndef FORCEINLINE75 #define FORCEINLINE __forceinline macro169 #ifndef FORCEINLINE170 #define FORCEINLINE INLINE macro
784 #ifndef FORCEINLINE786 #define FORCEINLINE __inline __attribute__ ((always_inline)) macro788 #define FORCEINLINE __forceinline macro803 #ifndef FORCEINLINE804 #define FORCEINLINE inline macro807 #ifndef FORCEINLINE808 #define FORCEINLINE macro1667 static FORCEINLINE void* win32mmap(size_t size) { in win32mmap()1673 static FORCEINLINE void* win32direct_mmap(size_t size) { in win32direct_mmap()1680 static FORCEINLINE int win32munmap(void* ptr, size_t size) { in win32munmap()[all …]