Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp142 div_type div_min = *min >> log_divisor; in spread_sort_rec() local
144 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()
150 bin_sizes[(*(current++) >> log_divisor) - div_min]++; in spread_sort_rec()
165 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin; in spread_sort_rec()
166 target_bin = bins + ((*current >> log_divisor) - div_min)) { in spread_sort_rec()
171 RandomAccessIter * b_bin = bins + ((*b >> log_divisor) - div_min); in spread_sort_rec()
210 , const unsigned log_divisor, const div_type div_min) in inner_swap_loop() argument
214 …for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin… in inner_swap_loop()
215 target_bin = bins + (shift(*current, log_divisor) - div_min)) { in inner_swap_loop()
218 RandomAccessIter * b_bin = bins + (shift(*b, log_divisor) - div_min); in inner_swap_loop()
[all …]