Searched refs:HASH_INCREMENT (Results 1 – 2 of 2) sorted by relevance
84 private static final int HASH_INCREMENT = 1640531527; // 0x61c88647 field in ThreadLocal
99 private static final int HASH_INCREMENT = 0x61c88647; field in ThreadLocal105 return nextHashCode.getAndAdd(HASH_INCREMENT); in nextHashCode()