Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c948 U32 matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore() local
964 matchBytesRemaining = (literalsBytesRemaining == 0) ? in ZSTD_opt_getNextMatchAndUpdateSeqStore()
979 optLdm->endPosInBlock = optLdm->startPosInBlock + matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
988 … ZSTD_optLdm_skipRawSeqStoreBytes(&optLdm->seqStore, literalsBytesRemaining + matchBytesRemaining); in ZSTD_opt_getNextMatchAndUpdateSeqStore()