Searched refs:terminalEntryIndex (Results 1 – 2 of 2) sorted by relevance
70 const int terminalEntryIndex = getTerminalEntryIndex( in getNextLevelBitmapEntryIndex() local72 if (terminalEntryIndex == INVALID_INDEX) { in getNextLevelBitmapEntryIndex()76 const Entry terminalEntry = readEntry(terminalEntryIndex); in getNextLevelBitmapEntryIndex()119 const int terminalEntryIndex = getTerminalEntryIndex( in remove() local121 if (terminalEntryIndex == INVALID_INDEX) { in remove()125 const Entry terminalEntry = readEntry(terminalEntryIndex); in remove()197 return writeField1(value | VALUE_FLAG, terminalEntryIndex); in writeValue()214 const int terminalEntryIndex) { in updateValue() argument216 return writeValue(value, terminalEntryIndex); in updateValue()287 if (terminalEntryIndex == INVALID_INDEX) { in getInternal()[all …]
299 bool writeValue(const uint64_t value, const int terminalEntryIndex);301 const int terminalEntryIndex);