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

/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp137 div_type div_min = *min >> log_divisor; local
139 unsigned bin_count = div_max - div_min + 1;
145 bin_sizes[(*(current++) >> log_divisor) - div_min]++;
160 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin;
161 target_bin = bins + ((*current >> log_divisor) - div_min)) {
166 RandomAccessIter * b_bin = bins + ((*b >> log_divisor) - div_min);
205 , const unsigned log_divisor, const div_type div_min)
209 for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin != local_bin;
210 target_bin = bins + (shift(*current, log_divisor) - div_min)) {
213 RandomAccessIter * b_bin = bins + (shift(*b, log_divisor) - div_min);
204 inner_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift , const unsigned log_divisor, const div_type div_min) argument
232 swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift , const std::vector<size_t> &bin_sizes, const unsigned log_divisor, const div_type div_min) argument
250 div_type div_min = shift(*min, log_divisor); local
298 div_type div_min = shift(*min, log_divisor); local
433 inner_float_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii , const unsigned log_divisor, const div_type div_min) argument
459 float_swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii , const std::vector<size_t> &bin_sizes, const unsigned log_divisor, const div_type div_min) argument
491 div_type div_min = min >> log_divisor; local
540 div_type div_min = min >> log_divisor; local
591 div_type div_min = min >> log_divisor; local
640 div_type div_min = min >> log_divisor; local
690 div_type div_min = min >> log_divisor; local
774 div_type div_min = min >> log_divisor; local
858 div_type div_min = min >> log_divisor; local
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp137 div_type div_min = *min >> log_divisor; local
139 unsigned bin_count = div_max - div_min + 1;
145 bin_sizes[(*(current++) >> log_divisor) - div_min]++;
160 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin;
161 target_bin = bins + ((*current >> log_divisor) - div_min)) {
166 RandomAccessIter * b_bin = bins + ((*b >> log_divisor) - div_min);
205 , const unsigned log_divisor, const div_type div_min)
209 for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin != local_bin;
210 target_bin = bins + (shift(*current, log_divisor) - div_min)) {
213 RandomAccessIter * b_bin = bins + (shift(*b, log_divisor) - div_min);
204 inner_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift , const unsigned log_divisor, const div_type div_min) argument
232 swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift , const std::vector<size_t> &bin_sizes, const unsigned log_divisor, const div_type div_min) argument
250 div_type div_min = shift(*min, log_divisor); local
298 div_type div_min = shift(*min, log_divisor); local
433 inner_float_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii , const unsigned log_divisor, const div_type div_min) argument
459 float_swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii , const std::vector<size_t> &bin_sizes, const unsigned log_divisor, const div_type div_min) argument
491 div_type div_min = min >> log_divisor; local
540 div_type div_min = min >> log_divisor; local
591 div_type div_min = min >> log_divisor; local
640 div_type div_min = min >> log_divisor; local
690 div_type div_min = min >> log_divisor; local
774 div_type div_min = min >> log_divisor; local
858 div_type div_min = min >> log_divisor; local
[all...]

Completed in 69 milliseconds