Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h351 U16 litLength; member
375 U32 litLength; member
/f-stack/freebsd/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
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1423 BYTE* litLength; member
1678 size_t litLength; member
1696 size_t litLength; in ZSTD_decodeSequence() local
1766 const size_t litLength = sequence.litLength; in ZSTD_execSequence() local
H A Dzstd_v03.c2426 BYTE* litLength; member
2668 size_t litLength; member
2686 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v02.c2785 BYTE* litLength; member
3027 size_t litLength; member
3045 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v05.c535 BYTE* litLength; member
3128 size_t litLength; member
3147 size_t litLength; in ZSTDv05_decodeSequence() local
H A Dzstd_v04.c2794 size_t litLength; member
2812 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v06.c585 U16* litLength; member
3274 size_t litLength; member
H A Dzstd_v07.c2820 U16* litLength; member
3504 size_t litLength; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1137 unsigned int litLength; /* Literal length */ member
H A Dzstd.c4197 unsigned int litLength; /* Literal length */ member
6626 U16 litLength; member
6645 U32 litLength; member
10097 U32 litLength; member
10209 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
19207 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_generic() local
19459 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
20361 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost()
20386 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice()
20435 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
[all …]
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1132 unsigned int litLength; /* Literal length of the sequence. */ member
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c658 size_t litLength; member