Home | History | Annotate | Download | only in common

Lines Matching defs:matchLength

118  * - the returned matchLength is not offset by 2
129 int32_t i, j, idx, length, matchLength;
141 i=j=matchLength=0;
175 matchLength=i+j;
214 matchLength=i+j;
223 if(matchLength==0) {
230 return matchLength;
524 * the matchLength is 2 if only firstCP matched, and >2 if firstCP and
541 int32_t i, j, idx, length, matchLength;
579 i=j=matchLength=0;
595 matchLength=2+i+j;
632 matchLength=2+i+j;
641 if(matchLength==0) {
649 matchLength=2;
658 return 1; /* assert matchLength==2 */
662 return matchLength;