Home | History | Annotate | Download | only in common

Lines Matching refs:matchLength

117  * - the returned matchLength is not offset by 2
128 int32_t i, j, idx, length, matchLength;
140 i=j=matchLength=0;
174 matchLength=i+j;
213 matchLength=i+j;
222 if(matchLength==0) {
229 return matchLength;
514 * the matchLength is 2 if only firstCP matched, and >2 if firstCP and
531 int32_t i, j, idx, length, matchLength;
569 i=j=matchLength=0;
589 matchLength=2+i+j;
629 matchLength=2+i+j;
638 if(matchLength==0) {
649 matchLength=2;
658 return 1; /* assert matchLength==2 */
662 return matchLength;