Searched refs:get_max_count (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 41 get_max_count(unsigned log_range, size_t count) in get_max_count() function 187 size_t max_count = get_max_count(log_divisor, last - first); in spread_sort_rec() 274 size_t max_count = get_max_count(log_divisor, last - first); in spread_sort_rec() 322 size_t max_count = get_max_count(log_divisor, last - first); in spread_sort_rec() 515 size_t max_count = get_max_count(log_divisor, last - first); in positive_float_sort_rec() 566 size_t max_count = get_max_count(log_divisor, last - first); in negative_float_sort_rec() 617 size_t max_count = get_max_count(log_divisor, last - first); in negative_float_sort_rec() 666 size_t max_count = get_max_count(log_divisor, last - first); in negative_float_sort_rec() 738 size_t max_count = get_max_count(log_divisor, last - first); in float_sort_rec() 823 size_t max_count = get_max_count(log_divisor, last - first); in float_sort_rec() [all …]
|