Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h328 U16 litLength; member
347 U32 litLength; member
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h288 U16 litLength; member
319 U32 litLength; member
/freebsd/sys/contrib/openzfs/module/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.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
1077 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c245 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost()
270 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice()
330 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
H A Dzstd_compress_internal.h138 U32 litLength; /* Length of literals prior to match */ member
469 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
601 size_t litLength, const BYTE* literals, const BYTE* litLimit, in ZSTD_storeSeq()
H A Dzstd_lazy.c1674 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_generic() local
2016 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_compress.c5819 U32 const litLength = inSeqs[idx].litLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5888 U32 litLength = currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1419 BYTE* litLength; member
1674 size_t litLength; member
1692 size_t litLength; in ZSTD_decodeSequence() local
1762 const size_t litLength = sequence.litLength; in ZSTD_execSequence() local
H A Dzstd_v03.c2422 BYTE* litLength; member
2664 size_t litLength; member
2682 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v02.c2781 BYTE* litLength; member
3023 size_t litLength; member
3041 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v05.c532 BYTE* litLength; member
3124 size_t litLength; member
3143 size_t litLength; in ZSTDv05_decodeSequence() local
H A Dzstd_v04.c2790 size_t litLength; member
2808 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v06.c582 U16* litLength; member
3270 size_t litLength; member
H A Dzstd_v07.c2816 U16* litLength; member
3500 size_t litLength; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1112 unsigned int litLength; /* Literal length */ member
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1184 unsigned int litLength; /* Literal length of the sequence. */ member
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c554 size_t litLength; member
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c734 size_t litLength; member