Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c229 &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()
Ddynamicsizehash_concurrent.h76 name##_ent *old_table; \
/third_party/protobuf/src/google/protobuf/
Dmap.h831 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);
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c274 struct cache_entry **old_table = cache->hash_table; in radv_pipeline_cache_grow() local
287 struct cache_entry *entry = old_table[i]; in radv_pipeline_cache_grow()
294 free(old_table); in radv_pipeline_cache_grow()