HomeSort by: relevance | last modified time | path
    Searched defs:a_entries (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 64 entry_pointer a_entries = 0; local
69 a_entries = s_entry_allocator.allocate(new_size);
74 if (a_entries != 0)
75 s_entry_allocator.deallocate(a_entries, new_size);
87 std::copy(m_a_entries, m_a_entries + left, a_entries);
99 m_a_entries = a_entries;
123 entry_pointer a_entries = 0; local
128 a_entries = s_entry_allocator.allocate(new_size);
133 if (a_entries != 0)
134 s_entry_allocator.deallocate(a_entries, new_size)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 64 entry_pointer a_entries = 0; local
69 a_entries = s_entry_allocator.allocate(new_size);
74 if (a_entries != 0)
75 s_entry_allocator.deallocate(a_entries, new_size);
87 std::copy(m_a_entries, m_a_entries + left, a_entries);
99 m_a_entries = a_entries;
123 entry_pointer a_entries = 0; local
128 a_entries = s_entry_allocator.allocate(new_size);
133 if (a_entries != 0)
134 s_entry_allocator.deallocate(a_entries, new_size)
    [all...]

Completed in 18 milliseconds