HomeSort by relevance Sort by last modified time
    Searched refs:MIN_SORT_SIZE (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 37 static const long MIN_SORT_SIZE = 1000;
spreadsort.hpp 374 if(last - first < detail::MIN_SORT_SIZE)
384 if(last - first < detail::MIN_SORT_SIZE)
394 if(last - first < detail::MIN_SORT_SIZE)
    [all...]

Completed in 57 milliseconds