Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_opt.c565 U32 repCode; in ZSTD_insertBtAndGetAllMatches() local
566 for (repCode = ll0; repCode < lastR; repCode++) { in ZSTD_insertBtAndGetAllMatches()
567 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches()
598 repCode, ll0, repOffset, repLen); in ZSTD_insertBtAndGetAllMatches()
600 matches[mnum].off = repCode - ll0; in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress_internal.h341 U32 const repCode = offset + ll0; in ZSTD_updateRep() local
342 if (repCode > 0) { /* note : if repCode==0, no change */ in ZSTD_updateRep()
343 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep()
344 newReps.rep[2] = (repCode >= 2) ? rep[1] : rep[2]; in ZSTD_updateRep()