Home
last modified time | relevance | path

Searched defs:quick_sort (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/tests/
Dscope_join.rs13 fn quick_sort<T: PartialOrd + Send>(v: &mut [T]) { in quick_sort() function
/aosp_15_r20/external/llvm-libc/src/stdlib/
H A Dquick_sort.h62 LIBC_INLINE void quick_sort(Array array) { in quick_sort() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/
Dsort_impl.hpp79 struct quick_sort struct
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/join/
Dtest.rs10 fn quick_sort<T: PartialOrd + Send>(v: &mut [T]) { in quick_sort() function
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Ddim_order_util.h175 void quick_sort(ValueType arr[], int32_t low, int32_t high) { in quick_sort() function