Home
last modified time | relevance | path

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

/third_party/boost/boost/sort/common/
Dsort_basic.hpp98 size_t min_process, in number_stable_sorted_forward() argument
111 return (nsorted >= min_process) ? nsorted: 0; in number_stable_sorted_forward()
118 if ( nsorted < min_process) return 0 ; in number_stable_sorted_forward()
183 size_t min_process, in number_stable_sorted_backward() argument
194 return ( nsorted >= min_process)?nsorted: 0 ; in number_stable_sorted_backward()
199 if ( nsorted < min_process) return 0 ; in number_stable_sorted_backward()
/third_party/boost/boost/sort/flat_stable_sort/
Dflat_stable_sort.hpp182 size_t min_process = (std::max)(BLOCK_SIZE, (nelem >> 3)); in is_sorted_forward() local
185 min_process, cmp); in is_sorted_forward()
224 size_t min_process = (std::max)(BLOCK_SIZE, (nelem >> 3)); in is_sorted_backward() local
227 min_process, cmp); in is_sorted_backward()