Lines Matching refs:LZ4_FORCE_INLINE

134 #ifndef LZ4_FORCE_INLINE
136 # define LZ4_FORCE_INLINE static __forceinline macro
140 # define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro
142 # define LZ4_FORCE_INLINE static inline macro
145 # define LZ4_FORCE_INLINE static macro
166 # undef LZ4_FORCE_INLINE
167 # define LZ4_FORCE_INLINE static __inline __attribute__((optimize("O2"),always_inline)) macro
454 LZ4_FORCE_INLINE
485 LZ4_FORCE_INLINE void
511 LZ4_FORCE_INLINE void
524 LZ4_FORCE_INLINE void
669 LZ4_FORCE_INLINE
767 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4()
775 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5()
787 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition()
793 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void* tableBase, tableType_t const tableType) in LZ4_clearHash()
805 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash()
818 LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE* p, U32 h, in LZ4_putPositionOnHash()
826 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType) in LZ4_putPosition()
838 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getIndexOnHash()
860 LZ4_FORCE_INLINE const BYTE*
868 LZ4_FORCE_INLINE void
915 LZ4_FORCE_INLINE int LZ4_compress_generic_validated( in LZ4_compress_generic_validated()
1329 LZ4_FORCE_INLINE int LZ4_compress_generic( in LZ4_compress_generic()
1817 LZ4_FORCE_INLINE int
1926 LZ4_FORCE_INLINE Rvl_t
1959 LZ4_FORCE_INLINE int
2486 LZ4_FORCE_INLINE