Home
last modified time | relevance | path

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

/external/elfutils/lib/
Ddynamicsizehash_concurrent.c184 static void resize_helper(NAME *htab, int blocking) in resize_helper() function
273 resize_helper(htab, 1); in resize_coordinator()
338 resize_helper(htab, 0); in resize_worker()
DChangeLog25 * dynamicsizehash_concurrent.c (resize_helper): Add documentation.
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h3706 HashSetResizeHelper resize_helper(common, was_soo, had_soo_slot,
3714 resize_helper.old_heap_or_soo() = common.heap_or_soo();
3716 set->transfer(set->to_slot(resize_helper.old_soo_data()),
3724 resize_helper.InitializeSlots<CharAlloc, sizeof(slot_type),
3731 if (!SooEnabled() && resize_helper.old_capacity() == 0) {
3735 ABSL_SWISSTABLE_ASSERT(resize_helper.old_capacity() > 0);
3746 set->transfer(new_slots + resize_helper.SooSlotIndex(),
3747 to_slot(resize_helper.old_soo_data()));
3752 resize_helper.GrowSizeIntoSingleGroup<PolicyTraits>(common,
3766 insert_slot(to_slot(resize_helper.old_soo_data()));
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h3706 HashSetResizeHelper resize_helper(common, was_soo, had_soo_slot,
3714 resize_helper.old_heap_or_soo() = common.heap_or_soo();
3716 set->transfer(set->to_slot(resize_helper.old_soo_data()),
3724 resize_helper.InitializeSlots<CharAlloc, sizeof(slot_type),
3731 if (!SooEnabled() && resize_helper.old_capacity() == 0) {
3735 ABSL_SWISSTABLE_ASSERT(resize_helper.old_capacity() > 0);
3746 set->transfer(new_slots + resize_helper.SooSlotIndex(),
3747 to_slot(resize_helper.old_soo_data()));
3752 resize_helper.GrowSizeIntoSingleGroup<PolicyTraits>(common,
3766 insert_slot(to_slot(resize_helper.old_soo_data()));
[all …]
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h3611 HashSetResizeHelper resize_helper(common, was_soo, had_soo_slot,
3619 resize_helper.old_heap_or_soo() = common.heap_or_soo();
3621 set->transfer(set->to_slot(resize_helper.old_soo_data()),
3629 resize_helper.InitializeSlots<CharAlloc, sizeof(slot_type),
3636 if (!SooEnabled() && resize_helper.old_capacity() == 0) {
3640 assert(resize_helper.old_capacity() > 0);
3651 set->transfer(new_slots + resize_helper.SooSlotIndex(),
3652 to_slot(resize_helper.old_soo_data()));
3657 resize_helper.GrowSizeIntoSingleGroup<PolicyTraits>(common,
3671 insert_slot(to_slot(resize_helper.old_soo_data()));
[all …]