Searched refs:lookAhead (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dziptool.cpp1330 unsigned int lookAhead=4; local
1338 while (lookAhead<lookAheadMax)
1342 lookAhead++;
1344 if (lookAhead > bestMatchLen)
1346 bestMatchLen = lookAhead;

Completed in 243 milliseconds