Searched refs:LZ4_FORCE_INLINE (Results 1 – 2 of 2) sorted by relevance
109 #ifndef LZ4_FORCE_INLINE111 # define LZ4_FORCE_INLINE static __forceinline macro115 # define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro117 # define LZ4_FORCE_INLINE static inline macro120 # define LZ4_FORCE_INLINE static macro141 # define LZ4_FORCE_O2_INLINE_GCC_PPC64LE __attribute__((optimize("O2"))) LZ4_FORCE_INLINE420 LZ4_FORCE_INLINE534 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition()565 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition()600 LZ4_FORCE_INLINE const BYTE* LZ4_getPosition(const BYTE* p, in LZ4_getPosition()[all …]
113 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()135 LZ4_FORCE_INLINE205 LZ4_FORCE_INLINE int383 LZ4_FORCE_INLINE409 LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence()479 LZ4_FORCE_INLINE int LZ4HC_compress_hashChain ( in LZ4HC_compress_hashChain()705 LZ4_FORCE_INLINE int LZ4HC_compress_generic_internal ( in LZ4HC_compress_generic_internal()1102 LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) in LZ4HC_literalsPrice()1112 LZ4_FORCE_INLINE int LZ4HC_sequencePrice(int litlen, int mlen) in LZ4HC_sequencePrice()1130 LZ4_FORCE_INLINE LZ4HC_match_t