Home
last modified time | relevance | path

Searched refs:longLengthPos (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h300 /* longLengthPos and longLengthType to allow us to represent either a single litLength or matchLength
305 U32 longLengthPos; /* Index of the sequence to apply long length modification to */ member
315 * indicated by longLengthPos and longLengthType, and adds MINMATCH back to matchLength.
322 if (seqStore->longLengthPos == (U32)(seq - seqStore->sequencesStart)) { in ZSTD_getSequenceLength()
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h197 U32 longLengthPos; member
H A Dcompress.c581 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
583 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
870 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
880 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h626 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
639 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq()
H A Dzstd_compress.c2314 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
2316 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
2827 if (i == seqStore->longLengthPos) { in ZSTD_copyBlockSequences()
3283 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_countSeqStoreLiteralsBytes()
3298 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_matchLength) { in ZSTD_countSeqStoreMatchBytes()
3321 /* Move longLengthPos into the correct position if necessary */ in ZSTD_deriveSeqStoreChunk()
3323 if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()
3326 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()

Completed in 23 milliseconds