Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c910 U32 matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore() local
926 matchBytesRemaining = (literalsBytesRemaining == 0) ? in ZSTD_opt_getNextMatchAndUpdateSeqStore()
941 optLdm->endPosInBlock = optLdm->startPosInBlock + matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
950 … ZSTD_optLdm_skipRawSeqStoreBytes(&optLdm->seqStore, literalsBytesRemaining + matchBytesRemaining); in ZSTD_opt_getNextMatchAndUpdateSeqStore()