Home
last modified time | relevance | path

Searched refs:offBase_minus1 (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/lib/zstd/compress/
Dzstd_compress_internal.h590 U32 offBase_minus1, in ZSTD_storeSeq() argument
600 pos, (U32)litLength, (U32)matchLength, (U32)offBase_minus1); in ZSTD_storeSeq()
631 seqStorePtr->sequences[0].offBase = STORED_TO_OFFBASE(offBase_minus1); in ZSTD_storeSeq()
652 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_updateRep() argument
654 if (STORED_IS_OFFSET(offBase_minus1)) { /* full offset */ in ZSTD_updateRep()
657 rep[0] = STORED_OFFSET(offBase_minus1); in ZSTD_updateRep()
659 U32 const repCode = STORED_REPCODE(offBase_minus1) - 1 + ll0; in ZSTD_updateRep()
676 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_newRep() argument
680 ZSTD_updateRep(newReps.rep, offBase_minus1, ll0); in ZSTD_newRep()