Home
last modified time | relevance | path

Searched refs:LZ4_FORCE_INLINE (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4.c123 #ifndef LZ4_FORCE_INLINE
125 # define LZ4_FORCE_INLINE static __forceinline macro
129 # define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro
131 # define LZ4_FORCE_INLINE static inline macro
134 # define LZ4_FORCE_INLINE static macro
155 # define LZ4_FORCE_O2_INLINE_GCC_PPC64LE __attribute__((optimize("O2"))) LZ4_FORCE_INLINE
535 LZ4_FORCE_INLINE
651 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 …]
Dlz4hc.c117 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()
139 LZ4_FORCE_INLINE
234 LZ4_FORCE_INLINE int
444 LZ4_FORCE_INLINE
462 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