Home | History | Annotate | Download | only in C

Lines Matching defs:startLen

1139     UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen;

1320 startLen = 2; /* speed optimization */
1352 startLen = lenTest + 1;
1410 if (newLen >= startLen)
1419 while (startLen > matches[offs])
1423 for (lenTest = /*2*/ startLen; ; lenTest++)