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

/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp135 RandomAccessIter * target_bin;
160 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin;
161 target_bin = bins + ((*current >> log_divisor) - div_min)) {
165 RandomAccessIter b = (*target_bin)++;
209 for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin != local_bin;
210 target_bin = bins + (shift(*current, log_divisor) - div_min)) {
212 RandomAccessIter b = (*target_bin)++;
438 for(RandomAccessIter * target_bin
1145 RandomAccessIter * target_bin; local
1206 RandomAccessIter * target_bin; local
1321 RandomAccessIter * target_bin; local
1408 RandomAccessIter * target_bin; local
1499 RandomAccessIter * target_bin; local
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp135 RandomAccessIter * target_bin;
160 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin;
161 target_bin = bins + ((*current >> log_divisor) - div_min)) {
165 RandomAccessIter b = (*target_bin)++;
209 for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin != local_bin;
210 target_bin = bins + (shift(*current, log_divisor) - div_min)) {
212 RandomAccessIter b = (*target_bin)++;
438 for(RandomAccessIter * target_bin
1145 RandomAccessIter * target_bin; local
1206 RandomAccessIter * target_bin; local
1321 RandomAccessIter * target_bin; local
1408 RandomAccessIter * target_bin; local
1499 RandomAccessIter * target_bin; local
[all...]

Completed in 147 milliseconds