Searched refs:NUM_OF_BITS_USED_FOR_ONE_LEVEL (Results 1 – 2 of 2) sorted by relevance
289 static const int NUM_OF_BITS_USED_FOR_ONE_LEVEL; variable348 return (hashedKey >> (level * NUM_OF_BITS_USED_FOR_ONE_LEVEL)) & LABEL_MASK; in getLabel()
32 const int TrieMap::NUM_OF_BITS_USED_FOR_ONE_LEVEL = 5; member in latinime::TrieMap34 const int TrieMap::MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL = 1 << NUM_OF_BITS_USED_FOR_ONE_LEVEL;