Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c109 #ifndef LZ4_FORCE_INLINE
111 # define LZ4_FORCE_INLINE static __forceinline macro
115 # define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro
117 # define LZ4_FORCE_INLINE static inline macro
120 # define LZ4_FORCE_INLINE static macro
141 # define LZ4_FORCE_O2_INLINE_GCC_PPC64LE __attribute__((optimize("O2"))) LZ4_FORCE_INLINE
420 LZ4_FORCE_INLINE
534 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 …]
Dlz4hc.c113 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()
135 LZ4_FORCE_INLINE
205 LZ4_FORCE_INLINE int
383 LZ4_FORCE_INLINE
409 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