Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_opt.c821 U32 matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore() local
837 matchBytesRemaining = (literalsBytesRemaining == 0) ? in ZSTD_opt_getNextMatchAndUpdateSeqStore()
852 optLdm->endPosInBlock = optLdm->startPosInBlock + matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
861 … ZSTD_optLdm_skipRawSeqStoreBytes(&optLdm->seqStore, literalsBytesRemaining + matchBytesRemaining); in ZSTD_opt_getNextMatchAndUpdateSeqStore()