Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp137 div_type div_min = *min >> log_divisor; in spread_sort_rec() local
139 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()
145 bin_sizes[(*(current++) >> log_divisor) - div_min]++; in spread_sort_rec()
160 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin; in spread_sort_rec()
161 target_bin = bins + ((*current >> log_divisor) - div_min)) { in spread_sort_rec()
166 RandomAccessIter * b_bin = bins + ((*b >> log_divisor) - div_min); in spread_sort_rec()
205 , const unsigned log_divisor, const div_type div_min) in inner_swap_loop() argument
209 …for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin… in inner_swap_loop()
210 target_bin = bins + (shift(*current, log_divisor) - div_min)) { in inner_swap_loop()
213 RandomAccessIter * b_bin = bins + (shift(*b, log_divisor) - div_min); in inner_swap_loop()
[all …]