Home
last modified time | relevance | path

Searched defs:litLength (Results 1 – 5 of 5) sorted by relevance

/lib/zstd/
Dzstd_opt.h101 FORCE_INLINE U32 ZSTD_getLiteralPrice(seqStore_t *ssPtr, U32 litLength, const BYTE *literals) in ZSTD_getLiteralPrice()
142 FORCE_INLINE U32 ZSTD_getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 of… in ZSTD_getPrice()
165 ZSTD_STATIC void ZSTD_updatePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32… in ZSTD_updatePrice()
441 U32 u, mlen, best_mlen, best_off, litLength; in ZSTD_compressBlock_opt_generic() local
739 U32 u, mlen, best_mlen, best_off, litLength; in ZSTD_compressBlock_opt_extDict_generic() local
Dzstd_internal.h174 U16 litLength; member
Dcompress.c861 ZSTD_STATIC void ZSTD_storeSeq(seqStore_t *seqStorePtr, size_t litLength, const void *literals, U32… in ZSTD_storeSeq()
2018 size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_generic() local
2212 size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
Ddecompress.c862 size_t litLength; member
/lib/lz4/
Dlz4_compress.c302 unsigned const int litLength = (unsigned int)(ip - anchor); in LZ4_compress_generic() local
612 unsigned int litLength = (unsigned int)(ip - anchor); in LZ4_compress_destSize_generic() local