Home
last modified time | relevance | path

Searched refs:oldTable (Results 1 – 4 of 4) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp245 struct Entry **oldTable = fTable,**newtable; in Rehash() local
263 for (oldEntry = oldTable[i];oldEntry;) { in Rehash()
271 free(oldTable); in Rehash()
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h336 void** oldTable = NULL)
343 _Resize((ValueType**)allocation, size / sizeof(ValueType*), oldTable);
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h336 void** oldTable = NULL)
343 _Resize((ValueType**)allocation, size / sizeof(ValueType*), oldTable);
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp745 page_table_entry_group *oldTable; in arch_mmu_init() local
750 oldTable = table; in arch_mmu_init()
804 if (sPageTable != oldTable) in arch_mmu_init()
837 if (find_allocated_ranges(oldTable, table, &physicalTable, in arch_mmu_init()