Searched refs:MAX_TABLE_SIZE (Results 1 – 5 of 5) sorted by relevance
34 private static final int MAX_TABLE_SIZE = 1 << MAX_CODE_SIZE; field in UnshrinkingInputStream57 while ((tableSize < MAX_TABLE_SIZE) && isUsed[tableSize]) { in addEntry()61 final int idx = addEntry(previousCode, character, MAX_TABLE_SIZE); in addEntry()69 final boolean[] isParent = new boolean[MAX_TABLE_SIZE]; in partialClear()
54 private static int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO; field in Hashing64 return (tableSize > 0) ? tableSize : MAX_TABLE_SIZE; in closedTableSize()70 return size > loadFactor * tableSize && tableSize < MAX_TABLE_SIZE; in needsResizing()
230 static final int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO; field in ImmutableSet237 (int) (MAX_TABLE_SIZE * DESIRED_LOAD_FACTOR);259 checkArgument(setSize < MAX_TABLE_SIZE, "collection too large"); in chooseTableSize()260 return MAX_TABLE_SIZE; in chooseTableSize()
32 MAX_TABLE_SIZE = 8192 variable219 if maxkey > MAX_TABLE_SIZE:
32 MAX_TABLE_SIZE = 8192 variable221 if maxkey > MAX_TABLE_SIZE: