Searched refs:FORCE_INLINE (Results 1 – 7 of 7) sorted by relevance
19 #define FORCE_INLINE __forceinline macro32 #define FORCE_INLINE __attribute__((always_inline)) macro55 FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) in getblock()60 FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) in getblock()68 FORCE_INLINE uint32_t fmix ( uint32_t h ) in fmix()81 FORCE_INLINE uint64_t fmix ( uint64_t k ) in fmix()
19 #define FORCE_INLINE __forceinline macro32 #define FORCE_INLINE inline __attribute__((always_inline)) macro55 FORCE_INLINE uint32_t getblock32 ( const uint32_t * p, int i ) in getblock32()60 FORCE_INLINE uint64_t getblock64 ( const uint64_t * p, int i ) in getblock64()68 FORCE_INLINE uint32_t fmix32 ( uint32_t h ) in fmix32()81 FORCE_INLINE uint64_t fmix64 ( uint64_t k ) in fmix64()
13 #define FORCE_INLINE __forceinline macro43 #define FORCE_INLINE inline __attribute__((always_inline)) macro
23 FORCE_INLINE uint16_t get16bits ( const void * p ) in get16bits()
157 #define FORCE_INLINE __attribute__((always_inline)) macro159 #define FORCE_INLINE __forceinline macro161 #define FORCE_INLINE macro
179 #define FORCE_INLINE __attribute__((always_inline)) macro181 #define FORCE_INLINE __forceinline macro183 #define FORCE_INLINE macro
140 static FORCE_INLINE ReturnType Call(F function142 static FORCE_INLINE ReturnType Call(OriginalFunctionType function179 static FORCE_INLINE void Call(F function181 static FORCE_INLINE void Call(OriginalFunctionType function207 static FORCE_INLINE T1 Wrap(T1 from) { \219 static FORCE_INLINE ToType Unwrap(FromType from) { \233 static FORCE_INLINE wrappedType Wrap(unwrappedType var) { \242 static FORCE_INLINE unwrappedType Unwrap(wrappedType var) { \