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

/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp153 RandomAccessIter nextbinstart = first; local
156 nextbinstart += bin_sizes[u];
158 for(RandomAccessIter current = *local_bin; current < nextbinstart; ++current) {
178 *local_bin = nextbinstart;
204 inline void inner_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift argument
208 for(RandomAccessIter current = *local_bin; current < nextbinstart; ++current) {
227 *local_bin = nextbinstart;
232 inline void swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift argument
235 nextbinstart += bin_sizes[ii];
236 inner_swap_loop<RandomAccessIter, div_type, data_type, right_shift>(bins, nextbinstart, i
264 RandomAccessIter nextbinstart = first; local
312 RandomAccessIter nextbinstart = first; local
433 inner_float_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii , const unsigned log_divisor, const div_type div_min) argument
459 float_swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii , const std::vector<size_t> &bin_sizes, const unsigned log_divisor, const div_type div_min) argument
505 RandomAccessIter nextbinstart = first; local
554 RandomAccessIter nextbinstart = first; local
605 RandomAccessIter nextbinstart = first; local
654 RandomAccessIter nextbinstart = first; local
728 RandomAccessIter nextbinstart = first; local
812 RandomAccessIter nextbinstart = first; local
896 RandomAccessIter nextbinstart = first; local
1141 RandomAccessIter nextbinstart = first; local
1231 RandomAccessIter nextbinstart = last; local
1317 RandomAccessIter nextbinstart = first; local
1404 RandomAccessIter nextbinstart = first; local
1495 RandomAccessIter nextbinstart = last; local
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp153 RandomAccessIter nextbinstart = first; local
156 nextbinstart += bin_sizes[u];
158 for(RandomAccessIter current = *local_bin; current < nextbinstart; ++current) {
178 *local_bin = nextbinstart;
204 inline void inner_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift argument
208 for(RandomAccessIter current = *local_bin; current < nextbinstart; ++current) {
227 *local_bin = nextbinstart;
232 inline void swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift argument
235 nextbinstart += bin_sizes[ii];
236 inner_swap_loop<RandomAccessIter, div_type, data_type, right_shift>(bins, nextbinstart, i
264 RandomAccessIter nextbinstart = first; local
312 RandomAccessIter nextbinstart = first; local
433 inner_float_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii , const unsigned log_divisor, const div_type div_min) argument
459 float_swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii , const std::vector<size_t> &bin_sizes, const unsigned log_divisor, const div_type div_min) argument
505 RandomAccessIter nextbinstart = first; local
554 RandomAccessIter nextbinstart = first; local
605 RandomAccessIter nextbinstart = first; local
654 RandomAccessIter nextbinstart = first; local
728 RandomAccessIter nextbinstart = first; local
812 RandomAccessIter nextbinstart = first; local
896 RandomAccessIter nextbinstart = first; local
1141 RandomAccessIter nextbinstart = first; local
1231 RandomAccessIter nextbinstart = last; local
1317 RandomAccessIter nextbinstart = first; local
1404 RandomAccessIter nextbinstart = first; local
1495 RandomAccessIter nextbinstart = last; local
[all...]

Completed in 112 milliseconds