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

/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp700 div_type first_positive = (div_min < 0) ? -div_min : 0; local
702 if(cache_offset + first_positive > cache_end)
703 first_positive = cache_end - cache_offset;
708 if(first_positive > 0) {
709 bins[first_positive - 1] = first;
710 for(int ii = first_positive - 2; ii >= 0; --ii) {
715 if((unsigned)first_positive < bin_count) {
716 bins[first_positive] = first + bin_sizes[0];
717 bin_sizes[first_positive] += bin_sizes[0];
722 for(unsigned u = first_positive;
784 div_type first_positive = (div_min < 0) ? -div_min : 0; local
868 div_type first_positive = (div_min < 0) ? -div_min : 0; local
[all...]

Completed in 1481 milliseconds