/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | zstd_internal.h | 328 U16 litLength; member 347 U32 litLength; member
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | zstd_internal.h | 288 U16 litLength; member 319 U32 litLength; member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 215 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 D | zstd_compress_internal.h | 186 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 D | zstd_lazy.c | 822 { 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 D | zstd_opt.c | 245 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 D | zstd_compress_internal.h | 138 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 D | zstd_lazy.c | 1674 { 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 D | zstd_compress.c | 5819 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 D | zstd_v01.c | 1419 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 D | zstd_v03.c | 2422 BYTE* litLength; member 2664 size_t litLength; member 2682 size_t litLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v02.c | 2781 BYTE* litLength; member 3023 size_t litLength; member 3041 size_t litLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v05.c | 532 BYTE* litLength; member 3124 size_t litLength; member 3143 size_t litLength; in ZSTDv05_decodeSequence() local
|
H A D | zstd_v04.c | 2790 size_t litLength; member 2808 size_t litLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v06.c | 582 U16* litLength; member 3270 size_t litLength; member
|
H A D | zstd_v07.c | 2816 U16* litLength; member 3500 size_t litLength; member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 1112 unsigned int litLength; /* Literal length */ member
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 1184 unsigned int litLength; /* Literal length of the sequence. */ member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 554 size_t litLength; member
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 734 size_t litLength; member
|