Searched refs:old_table (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/lib/ |
D | dynamicsizehash_concurrent.c | 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()
|
D | dynamicsizehash_concurrent.h | 76 name##_ent *old_table; \
|
/external/rust/android-crates-io/crates/parking_lot_core/src/ |
D | parking_lot.rs | 247 Err(old_table) => { in create_hashtable() 253 old_table in create_hashtable() 266 let old_table = loop { in grow_hashtable() localVariable 294 let mut new_table = HashTable::new(num_threads, old_table); in grow_hashtable() 297 for bucket in &old_table.entries[..] { in grow_hashtable() 310 for bucket in &old_table.entries[..] { in grow_hashtable()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | map.h | 995 void** const old_table = table_; 1002 if (internal::TableEntryIsNonEmptyList(old_table, i)) { 1003 TransferList(old_table, i); 1004 } else if (internal::TableEntryIsTree(old_table, i)) { 1005 TransferTree(old_table, i++); 1008 Dealloc<void*>(old_table, old_table_size);
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | map.h | 995 void** const old_table = table_; 1002 if (internal::TableEntryIsNonEmptyList(old_table, i)) { 1003 TransferList(old_table, i); 1004 } else if (internal::TableEntryIsTree(old_table, i)) { 1005 TransferTree(old_table, i++); 1008 Dealloc<void*>(old_table, old_table_size);
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 1007 void** const old_table = table_; 1014 if (internal::TableEntryIsNonEmptyList(old_table, i)) { 1015 TransferList(old_table, i); 1016 } else if (internal::TableEntryIsTree(old_table, i)) { 1017 TransferTree(old_table, i++); 1020 Dealloc<void*>(old_table, old_table_size);
|