Searched refs:LABEL_MASK (Results 1 – 2 of 2) sorted by relevance
290 static const uint32_t LABEL_MASK; variable348 return (hashedKey >> (level * NUM_OF_BITS_USED_FOR_ONE_LEVEL)) & LABEL_MASK; in getLabel()
33 const uint32_t TrieMap::LABEL_MASK = 0x1F; member in latinime::TrieMap