Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/lib/common/
H A Dzstd_internal.h351 U16 litLength; member
375 U32 litLength; member
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_opt.c215 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost()
240 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice()
289 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
H A Dzstd_compress_internal.h91 U32 litLength; /* Length of literals prior to match */ member
361 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
502 void ZSTD_storeSeq(seqStore_t* seqStorePtr, size_t litLength, const BYTE* literals, const BYTE* lit… in ZSTD_storeSeq()
H A Dzstd_lazy.c1075 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_generic() local
1348 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_compress.c4589 U32 litLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
4658 U32 litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/dflybsd-src/contrib/zstd/lib/
H A Dzstd.h1132 unsigned int litLength; /* Literal length of the sequence. */ member
/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c658 size_t litLength; member