Home
last modified time | relevance | path

Searched refs:ninther_threshold (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/move/algo/detail/
Dpdqsort.hpp84 ninther_threshold = 128, enumerator
245 if (size > ninther_threshold) { in pdqsort_loop()
285 if (l_size > ninther_threshold) { in pdqsort_loop()
297 if (r_size > ninther_threshold) { in pdqsort_loop()
/third_party/boost/boost/sort/pdqsort/
Dpdqsort.hpp37 ninther_threshold = 128, enumerator
415 if (size > ninther_threshold) { in pdqsort_loop()
458 if (l_size > ninther_threshold) { in pdqsort_loop()
470 if (r_size > ninther_threshold) { in pdqsort_loop()