Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dconstants.hpp37 static const long MIN_SORT_SIZE = 1000; variable
Dspreadsort.hpp369 if(last - first < detail::MIN_SORT_SIZE) in integer_sort()
379 if(last - first < detail::MIN_SORT_SIZE) in integer_sort()
389 if(last - first < detail::MIN_SORT_SIZE) in integer_sort()
965 if(last - first < detail::MIN_SORT_SIZE) in float_sort_cast()
984 if(last - first < detail::MIN_SORT_SIZE) in float_sort()
993 if(last - first < detail::MIN_SORT_SIZE) in float_sort()
1600 if(last - first < detail::MIN_SORT_SIZE) in string_sort()
1619 if(last - first < detail::MIN_SORT_SIZE) in reverse_string_sort()
1637 if(last - first < detail::MIN_SORT_SIZE) in string_sort()
1654 if(last - first < detail::MIN_SORT_SIZE) in string_sort()
[all …]