Searched refs:old_table (Results 1 – 4 of 4) sorted by relevance
229 &htab->old_table[record_it].val_ptr, in resize_helper()235 &htab->old_table[record_it].hashval, in resize_helper()262 htab->old_table = htab->table; in resize_coordinator()291 free(htab->old_table); in resize_coordinator()
76 name##_ent *old_table; \
831 void** const old_table = table_;838 if (TableEntryIsNonEmptyList(old_table, i)) {839 TransferList(old_table, i);840 } else if (TableEntryIsTree(old_table, i)) {841 TransferTree(old_table, i++);844 Dealloc<void*>(old_table, old_table_size);
274 struct cache_entry **old_table = cache->hash_table; in radv_pipeline_cache_grow() local287 struct cache_entry *entry = old_table[i]; in radv_pipeline_cache_grow()294 free(old_table); in radv_pipeline_cache_grow()