Lines Matching refs:LZ4_FORCE_INLINE
133 #ifndef LZ4_FORCE_INLINE
135 #define LZ4_FORCE_INLINE static __forceinline macro
139 #define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro
141 #define LZ4_FORCE_INLINE static inline macro
144 #define LZ4_FORCE_INLINE static macro
165 #undef LZ4_FORCE_INLINE
166 #define LZ4_FORCE_INLINE static __inline __attribute__((optimize("O2"), always_inline)) macro
433 LZ4_FORCE_INLINE
466 LZ4_FORCE_INLINE void
495 LZ4_FORCE_INLINE void
514 LZ4_FORCE_INLINE void
787 LZ4_FORCE_INLINE
917 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4()
925 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5()
940 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void *const p, tableType_t const tableType) in LZ4_hashPosition()
947 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void *tableBase, tableType_t const tableType) in LZ4_clearHash()
978 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void *tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash()
1005 LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE *p, U32 h, in LZ4_putPositionOnHash()
1037 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE *p, void *tableBase, tableType_t tableType, const … in LZ4_putPosition()
1049 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void *tableBase, tableType_t tableType) in LZ4_getIndexOnHash()
1086 LZ4_FORCE_INLINE const BYTE *
1095 LZ4_FORCE_INLINE void
1142 LZ4_FORCE_INLINE int LZ4_compress_generic_validated( in LZ4_compress_generic_validated()
1626 LZ4_FORCE_INLINE int LZ4_compress_generic( in LZ4_compress_generic()
2183 LZ4_FORCE_INLINE unsigned
2216 LZ4_FORCE_INLINE int
2883 LZ4_FORCE_INLINE
2892 LZ4_FORCE_INLINE