Searched refs:HASH_3_SIZE (Results 1 – 1 of 1) sorted by relevance
17 private static final int HASH_3_SIZE = 1 << 16; field in Hash23418 private static final int HASH_3_MASK = HASH_3_SIZE - 1;23 private final int[] hash3Table = new int[HASH_3_SIZE];46 return (HASH_2_SIZE + HASH_3_SIZE + getHash4Size(dictSize)) in getMemoryUsage()