Lines Matching defs:matchNb
1120 U32 matchNb;
1124 for (matchNb = 0; matchNb < nbMatches; matchNb++) {
1125 U32 const offcode = matches[matchNb].off;
1126 U32 const end = matches[matchNb].len;
1201 U32 matchNb;
1227 for (matchNb = 0; matchNb < nbMatches; matchNb++) {
1228 U32 const offset = matches[matchNb].off;
1229 U32 const lastML = matches[matchNb].len;
1230 U32 const startML = (matchNb>0) ? matches[matchNb-1].len+1 : minMatch;
1234 matchNb, matches[matchNb].off, lastML, litlen);