Searched refs:LOG_MEAN_BIN_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp30 static const unsigned LOG_MEAN_BIN_SIZE = 2; member in namespace:boost::detail
H A Dspreadsort.hpp45 if(divisor > LOG_MEAN_BIN_SIZE)
46 divisor -= LOG_MEAN_BIN_SIZE;
53 return (size_t)1 << ((relative_width < (LOG_MEAN_BIN_SIZE + LOG_MIN_SPLIT_COUNT)) ?
54 (LOG_MEAN_BIN_SIZE + LOG_MIN_SPLIT_COUNT) : relative_width);
96 log_divisor += LOG_MEAN_BIN_SIZE;

Completed in 144 milliseconds