Home
last modified time | relevance | path

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

/external/elfutils/lib/
Ddynamicsizehash_concurrent.c228 &htab->old_table[record_it].val_ptr, in resize_helper()
234 &htab->old_table[record_it].hashval, in resize_helper()
256 htab->old_table = htab->table; in resize_master()
285 free(htab->old_table); in resize_master()
Ddynamicsizehash_concurrent.h76 name##_ent *old_table; \
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c161 struct cache_entry **old_table = cache->hash_table; in tu_pipeline_cache_grow() local
174 struct cache_entry *entry = old_table[i]; in tu_pipeline_cache_grow()
181 free(old_table); in tu_pipeline_cache_grow()
/external/protobuf/src/google/protobuf/
Dmap.h770 void** const old_table = table_; in Resize() local
777 if (TableEntryIsNonEmptyList(old_table, i)) { in Resize()
778 TransferList(old_table, i); in Resize()
779 } else if (TableEntryIsTree(old_table, i)) { in Resize()
780 TransferTree(old_table, i++); in Resize()
783 Dealloc<void*>(old_table, old_table_size); in Resize()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c220 struct cache_entry **old_table = cache->hash_table; in radv_pipeline_cache_grow() local
233 struct cache_entry *entry = old_table[i]; in radv_pipeline_cache_grow()
240 free(old_table); in radv_pipeline_cache_grow()