Home | History | Annotate | Download | only in utils

Lines Matching refs:tableIndex

222 bool TrieMap::freeTable(const int tableIndex, const int entryCount) {
223 if (!writeField0(readEmptyTableLink(entryCount), tableIndex)) {
226 return writeEmptyTableLink(tableIndex, entryCount);
234 const int tableIndex = readEmptyTableLink(entryCount);
235 if (tableIndex > 0) {
236 if (!writeEmptyTableLink(readField0(tableIndex), entryCount)) {
240 return tableIndex;
399 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) {
409 if (!copyEntry(tableIndex + i, newTableIndex + i + (i >= newEntryIndexInTable ? 1 : 0))) {
422 return freeTable(tableIndex, entryCount);