Home
last modified time | relevance | path

Searched refs:bestRunLength (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/net/
DInetAddresses.java382 int bestRunLength = -1; in compressLongestRunOfZeroes() local
391 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()