Home
last modified time | relevance | path

Searched refs:heap_sort (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dbench_sort.cpp192 boost::movelib::heap_sort(elements, elements+element_count, order_type_less()); in measure_algo()
193 boost::movelib::heap_sort((order_move_type*)0, (order_move_type*)0, order_type_less()); in measure_algo()
/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A Dheap_sort_test.cpp13 LIBC_NAMESPACE::internal::heap_sort(array); in sort()
/aosp_15_r20/external/llvm-libc/src/stdlib/
H A Dqsort_util.h33 constexpr auto sort = heap_sort;
H A Dheap_sort.h21 LIBC_INLINE void heap_sort(const Array &array) { in heap_sort() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dheap_sort.hpp102 BOOST_MOVE_FORCEINLINE void heap_sort(RandomAccessIterator first, RandomAccessIterator last, Compar… in heap_sort() function
Dpdqsort.hpp277 boost::movelib::heap_sort(begin, end, comp); in pdqsort_loop()
Dadaptive_sort_merge.hpp607 heap_sort(first, last, comp); in unstable_sort()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/doc/
Dmove.qbk852 * Added pdqsort and heap_sort implementations, initially as a detail, they will be official in the…