Searched refs:repCode (Results 1 – 1 of 1) sorted by relevance
441 U32 repCode; in ZSTD_insertBtAndGetAllMatches() local442 for (repCode = ll0; repCode < lastR; repCode++) { in ZSTD_insertBtAndGetAllMatches()443 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches()463 repCode - ll0, (U32)repLen); in ZSTD_insertBtAndGetAllMatches()465 matches[mnum].off = repCode - ll0; in ZSTD_insertBtAndGetAllMatches()598 U32 const repCode = offset + ll0; in ZSTD_updateRep() local600 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep()601 newReps.rep[2] = (repCode >= 2) ? rep[1] : rep[2]; in ZSTD_updateRep()875 U32 const repCode = offset + (llen==0); in ZSTD_compressBlock_opt_generic() local877 … U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_compressBlock_opt_generic()[all …]