HomeSort by relevance Sort by last modified time
    Searched refs:a_other_entries (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 72 entry_pointer a_other_entries = NULL; local
78 a_other_entries = s_entry_allocator.allocate(other_actual_size);
85 if (a_other_entries != NULL)
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
108 other.m_a_entries = a_other_entries;
132 entry_pointer a_other_entries = NULL; local
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
144 if (a_other_entries != NULL)
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 73 entry_pointer a_other_entries = 0; local
79 a_other_entries = s_entry_allocator.allocate(other_actual_size);
86 if (a_other_entries != 0)
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
109 other.m_a_entries = a_other_entries;
133 entry_pointer a_other_entries = 0; local
138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 if (a_other_entries != 0)
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 73 entry_pointer a_other_entries = 0; local
79 a_other_entries = s_entry_allocator.allocate(other_actual_size);
86 if (a_other_entries != 0)
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
109 other.m_a_entries = a_other_entries;
133 entry_pointer a_other_entries = 0; local
138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 if (a_other_entries != 0)
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 72 entry_pointer a_other_entries = NULL; local
78 a_other_entries = s_entry_allocator.allocate(other_actual_size);
85 if (a_other_entries != NULL)
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
108 other.m_a_entries = a_other_entries;
132 entry_pointer a_other_entries = NULL; local
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
144 if (a_other_entries != NULL)
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 72 entry_pointer a_other_entries = NULL; local
78 a_other_entries = s_entry_allocator.allocate(other_actual_size);
85 if (a_other_entries != NULL)
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
108 other.m_a_entries = a_other_entries;
132 entry_pointer a_other_entries = NULL; local
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
144 if (a_other_entries != NULL)
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 72 entry_pointer a_other_entries = NULL; local
78 a_other_entries = s_entry_allocator.allocate(other_actual_size);
85 if (a_other_entries != NULL)
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
108 other.m_a_entries = a_other_entries;
132 entry_pointer a_other_entries = NULL; local
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
144 if (a_other_entries != NULL)
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]

Completed in 5297 milliseconds