Searched refs:new_actual_size (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp193 const size_type new_actual_size = local
196 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
205 m_actual_size = new_actual_size;
H A Dinsert_fn_imps.hpp97 const size_type new_actual_size = resize_policy::get_new_size_for_grow();
98 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
102 m_actual_size = new_actual_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp196 const size_type new_actual_size = local
199 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
208 m_actual_size = new_actual_size;
H A Dinsert_fn_imps.hpp97 const size_type new_actual_size = resize_policy::get_new_size_for_grow();
98 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
102 m_actual_size = new_actual_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp196 const size_type new_actual_size = local
199 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
208 m_actual_size = new_actual_size;
H A Dinsert_fn_imps.hpp97 const size_type new_actual_size = resize_policy::get_new_size_for_grow();
98 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
102 m_actual_size = new_actual_size;

Completed in 192 milliseconds