Home
last modified time | relevance | path

Searched refs:parallel_quick_sort (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h95 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() function
115 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort()
117 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort()
124 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DParallel.h128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() function
148 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort()
150 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort()
157 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DParallel.h128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() function
148 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort()
150 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort()
157 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DParallel.h128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() function
148 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort()
150 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort()
157 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DParallel.h128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() function
148 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort()
150 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort()
157 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DParallel.h128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() function
148 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort()
150 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort()
157 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dparallel_quick_sort.cpp67 std::list<T> parallel_quick_sort(std::list<T>& input) in parallel_quick_sort() function
87 std::list<int> r = parallel_quick_sort(lst); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
DJamfile.v2905 [ thread-run2 ../example/parallel_quick_sort.cpp : ex_parallel_quick_sort ]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/
Dasync_executors.qbk99 std::list<T> parallel_quick_sort(std::list<T>& input) {