Searched refs:heap_sort (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | bench_sort.cpp | 192 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 D | heap_sort_test.cpp | 13 LIBC_NAMESPACE::internal::heap_sort(array); in sort()
|
/aosp_15_r20/external/llvm-libc/src/stdlib/ |
H A D | qsort_util.h | 33 constexpr auto sort = heap_sort;
|
H A D | heap_sort.h | 21 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/ |
D | heap_sort.hpp | 102 BOOST_MOVE_FORCEINLINE void heap_sort(RandomAccessIterator first, RandomAccessIterator last, Compar… in heap_sort() function
|
D | pdqsort.hpp | 277 boost::movelib::heap_sort(begin, end, comp); in pdqsort_loop()
|
D | adaptive_sort_merge.hpp | 607 heap_sort(first, last, comp); in unstable_sort()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/doc/ |
D | move.qbk | 852 * Added pdqsort and heap_sort implementations, initially as a detail, they will be official in the…
|