Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp143 div_type div_max = *max >> log_divisor; in spread_sort_rec() local
144 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()
256 div_type div_max = shift(*max, log_divisor); in spread_sort_rec() local
257 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()
304 div_type div_max = shift(*max, log_divisor); in spread_sort_rec() local
305 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()
497 div_type div_max = max >> log_divisor; in positive_float_sort_rec() local
498 unsigned bin_count = div_max - div_min + 1; in positive_float_sort_rec()
546 div_type div_max = max >> log_divisor; in negative_float_sort_rec() local
547 unsigned bin_count = div_max - div_min + 1; in negative_float_sort_rec()
[all …]