Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
H A 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()
H A Ddynamicsizehash_concurrent.h76 name##_ent *old_table; \
/third_party/protobuf/src/google/protobuf/
H A Dmap.h831 void** const old_table = table_; in Resize() local
838 if (TableEntryIsNonEmptyList(old_table, i)) { in Resize()
839 TransferList(old_table, i); in Resize()
840 } else if (TableEntryIsTree(old_table, i)) { in Resize()
841 TransferTree(old_table, i++); in Resize()
844 Dealloc<void*>(old_table, old_table_size); in Resize()
/third_party/mesa3d/src/amd/vulkan/
H A 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()

Completed in 5 milliseconds