Searched refs:repCode (Results 1 – 4 of 4) sorted by relevance
404 U32 const repCode = offset + ll0; in ZSTD_updateRep() local405 if (repCode > 0) { /* note : if repCode==0, no change */ in ZSTD_updateRep()406 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep()407 newReps.rep[2] = (repCode >= 2) ? rep[1] : rep[2]; in ZSTD_updateRep()
565 U32 repCode; in ZSTD_insertBtAndGetAllMatches() local566 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()
4560 U32 repCode = 0; in ZSTD_finalizeOffCode() local4563 repCode = 1; in ZSTD_finalizeOffCode()4565 repCode = 2 - ll0; in ZSTD_finalizeOffCode()4567 repCode = 3 - ll0; in ZSTD_finalizeOffCode()4569 repCode = 3; in ZSTD_finalizeOffCode()4571 if (repCode) { in ZSTD_finalizeOffCode()4573 offCode = repCode - 1; in ZSTD_finalizeOffCode()
10252 U32 const repCode = offset + ll0; in ZSTD_updateRep() local10253 if (repCode > 0) { /* note : if repCode==0, no change */ in ZSTD_updateRep()10254 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep()10255 newReps.rep[2] = (repCode >= 2) ? rep[1] : rep[2]; in ZSTD_updateRep()20711 U32 repCode; in ZSTD_insertBtAndGetAllMatches() local20712 for (repCode = ll0; repCode < lastR; repCode++) { in ZSTD_insertBtAndGetAllMatches()20713 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches()20744 repCode, ll0, repOffset, repLen); in ZSTD_insertBtAndGetAllMatches()20746 matches[mnum].off = repCode - ll0; in ZSTD_insertBtAndGetAllMatches()