Searched defs:indexBit (Results 1 – 1 of 1) sorted by relevance
208 int indexBit = indexBit(hash, bitsConsumed); in get() local218 int indexBit = indexBit(hash, bitsConsumed); in put() local280 private int compressedIndex(int indexBit) { in compressedIndex()288 private static int indexBit(int hash, int bitsConsumed) { in indexBit() method in PersistentHashArrayMappedTrie.CompressedIndex