Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_internal.h329 U16 litLength; member
348 U32 litLength; member
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.h186 U32 litLength; member
298 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
439 void ZSTD_storeSeq(seqStore_t* seqStorePtr, size_t litLength, const BYTE* literals, const BYTE* lit… in ZSTD_storeSeq()
H A Dzstd_lazy.c822 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_generic() local
1074 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd.h1112 unsigned int litLength; /* Literal length */ member
H A Dzstd_decompress_block.c554 size_t litLength; member