Searched defs:max_bin (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1212 const unsigned max_bin = bin_count - 1; local
1215 RandomAccessIter * end_bin = &(bin_cache[cache_offset + max_bin]);
1223 bin_sizes[max_bin - static_cast<unsignedchar_type>((*current)[char_offset])]++;
1246 unsigned last_bin = max_bin;
1476 const unsigned max_bin = bin_count - 1; local
1479 RandomAccessIter *end_bin = &(bin_cache[cache_offset + max_bin]);
1487 bin_sizes[max_bin - getchar((*current), char_offset)]++;
1511 unsigned last_bin = max_bin;

Completed in 91 milliseconds