OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_SORT_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp
37
static const long
MIN_SORT_SIZE
= 1000;
spreadsort.hpp
369
if(last - first < detail::
MIN_SORT_SIZE
)
379
if(last - first < detail::
MIN_SORT_SIZE
)
389
if(last - first < detail::
MIN_SORT_SIZE
)
[
all
...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
constants.hpp
37
static const long
MIN_SORT_SIZE
= 1000;
spreadsort.hpp
369
if(last - first < detail::
MIN_SORT_SIZE
)
379
if(last - first < detail::
MIN_SORT_SIZE
)
389
if(last - first < detail::
MIN_SORT_SIZE
)
[
all
...]
Completed in 37 milliseconds