Searched refs:bestRunLength (Results 1 – 2 of 2) sorted by relevance
50 int bestRunLength = -1; in compressLongestRunOfZeroes() local59 if (runLength > bestRunLength) { in compressLongestRunOfZeroes()61 bestRunLength = runLength; in compressLongestRunOfZeroes()66 if (bestRunLength >= 2) { in compressLongestRunOfZeroes()67 Arrays.fill(hextets, bestRunStart, bestRunStart + bestRunLength, -1); in compressLongestRunOfZeroes()
382 int bestRunLength = -1; in compressLongestRunOfZeroes() local391 if (runLength > bestRunLength) { in compressLongestRunOfZeroes()393 bestRunLength = runLength; in compressLongestRunOfZeroes()398 if (bestRunLength >= 2) { in compressLongestRunOfZeroes()399 Arrays.fill(hextets, bestRunStart, bestRunStart + bestRunLength, -1); in compressLongestRunOfZeroes()