Searched defs:uncompressedIndex (Results 1 – 1 of 1) sorted by relevance
284 private static int uncompressedIndex(int hash, int bitsConsumed) { in uncompressedIndex() method in PersistentHashArrayMappedTrie.CompressedIndex289 int uncompressedIndex = uncompressedIndex(hash, bitsConsumed); in indexBit() local