Searched refs:MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL (Results 1 – 2 of 2) sorted by relevance
34 const int TrieMap::MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL = 1 << NUM_OF_BITS_USED_FOR_ONE_LEVEL; member in latinime::TrieMap36 const int TrieMap::ROOT_BITMAP_ENTRY_POS = MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL * FIELD0_SIZE;57 for (int i = 1; i <= MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL; ++i) { in dump()233 if (entryCount > 0 && entryCount <= MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL) { in allocateTable()
291 static const int MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL; variable