Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c205 struct cache_entry **old_table = cache->hash_table; in radv_pipeline_cache_grow() local
218 struct cache_entry *entry = old_table[i]; in radv_pipeline_cache_grow()
225 free(old_table); in radv_pipeline_cache_grow()
/external/protobuf/src/google/protobuf/
Dmap.h1146 void** const old_table = table_; in Resize() local
1153 if (TableEntryIsNonEmptyList(old_table, i)) { in Resize()
1154 TransferList(old_table, i); in Resize()
1155 } else if (TableEntryIsTree(old_table, i)) { in Resize()
1156 TransferTree(old_table, i++); in Resize()
1159 Dealloc<void*>(old_table, old_table_size); in Resize()