Home
last modified time | relevance | path

Searched defs:uncompressedIndex (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/context/src/main/java/io/grpc/
DPersistentHashArrayMappedTrie.java284 private static int uncompressedIndex(int hash, int bitsConsumed) { in uncompressedIndex() method in PersistentHashArrayMappedTrie.CompressedIndex
289 int uncompressedIndex = uncompressedIndex(hash, bitsConsumed); in indexBit() local