Searched refs:tableSizeFor (Results 1 – 1 of 1) sorted by relevance
671 private static final int tableSizeFor(int c) { in tableSizeFor() method in ConcurrentHashMap820 tableSizeFor(initialCapacity + (initialCapacity >>> 1) + 1)); in ConcurrentHashMap()879 MAXIMUM_CAPACITY : tableSizeFor((int)size); in ConcurrentHashMap()1448 n = tableSizeFor(sz + (sz >>> 1) + 1); in readObject()2363 tableSizeFor(size + (size >>> 1) + 1); in tryPresize()