Home | History | Annotate | Download | only in utils

Lines Matching refs:writeEntry

43     writeEntry(EMPTY_BITMAP_ENTRY, ROOT_BITMAP_ENTRY_INDEX);
80 if (!writeEntry(Entry(0, terminalEntry.getValue()), valueEntryIndex)) {
83 if (!writeEntry(EMPTY_BITMAP_ENTRY, valueEntryIndex + 1)) {
171 if (!writeEntry(Entry(value >> (FIELD1_SIZE * CHAR_BIT), value), valueEntryIndex)) {
174 if (!writeEntry(EMPTY_BITMAP_ENTRY, valueEntryIndex + 1)) {
186 return writeEntry(Entry(value >> (FIELD1_SIZE * CHAR_BIT), value), valueEntryIndex);
321 if (!writeEntry(conflictedEntry, newTableIndex)) {
325 if (!writeEntry(newBitmapEntry, conflictedEntryIndex)) {
339 if (!writeEntry(conflictedEntry, newTableIndex + 1)) {
343 if (!writeEntry(conflictedEntry, newTableIndex)) {
352 return writeEntry(Entry(updatedBitmap, newTableIndex), conflictedEntryIndex);
378 if (!writeEntry(Entry(setExist(bitmap, label), newTableIndex), bitmapEntryIndex)) {