Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c129 #ifndef LZ4_FORCE_INLINE
131 # define LZ4_FORCE_INLINE static __forceinline macro
135 # define LZ4_FORCE_INLINE static inline __attribute__((always_inline)) macro
137 # define LZ4_FORCE_INLINE static inline macro
140 # define LZ4_FORCE_INLINE static macro
161 # undef LZ4_FORCE_INLINE
162 # define LZ4_FORCE_INLINE static __inline __attribute__((optimize("O2"),always_inline)) macro
407 LZ4_FORCE_INLINE
436 LZ4_FORCE_INLINE void
462 LZ4_FORCE_INLINE void
[all …]
Dlz4hc.c118 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()
140 LZ4_FORCE_INLINE
235 LZ4_FORCE_INLINE int
445 LZ4_FORCE_INLINE
463 LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence()
549 LZ4_FORCE_INLINE int LZ4HC_compress_hashChain ( in LZ4HC_compress_hashChain()
796 LZ4_FORCE_INLINE int LZ4HC_compress_generic_internal ( in LZ4HC_compress_generic_internal()
1260 LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) in LZ4HC_literalsPrice()
1271 LZ4_FORCE_INLINE int LZ4HC_sequencePrice(int litlen, int mlen) in LZ4HC_sequencePrice()
1291 LZ4_FORCE_INLINE LZ4HC_match_t