Searched refs:LZ4_FORCE_INLINE (Results 1 – 2 of 2) sorted by relevance
123 #ifndef LZ4_FORCE_INLINE125 # define LZ4_FORCE_INLINE static __forceinline macro129 # define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro131 # define LZ4_FORCE_INLINE static inline macro134 # define LZ4_FORCE_INLINE static macro155 # define LZ4_FORCE_O2_INLINE_GCC_PPC64LE __attribute__((optimize("O2"))) LZ4_FORCE_INLINE535 LZ4_FORCE_INLINE651 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition()694 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition()729 LZ4_FORCE_INLINE const BYTE*[all …]
117 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()139 LZ4_FORCE_INLINE234 LZ4_FORCE_INLINE int444 LZ4_FORCE_INLINE462 LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence()532 LZ4_FORCE_INLINE int LZ4HC_compress_hashChain ( in LZ4HC_compress_hashChain()758 LZ4_FORCE_INLINE int LZ4HC_compress_generic_internal ( in LZ4HC_compress_generic_internal()1224 LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) in LZ4HC_literalsPrice()1235 LZ4_FORCE_INLINE int LZ4HC_sequencePrice(int litlen, int mlen) in LZ4HC_sequencePrice()1255 LZ4_FORCE_INLINE LZ4HC_match_t