Lines Matching defs:target_bin

135   		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 = (bins + ((cast_float_iter<div_type, RandomAccessIter>(current) >> log_divisor) - div_min)); target_bin != local_bin;
439 target_bin = bins + ((cast_float_iter<div_type, RandomAccessIter>(current) >> log_divisor) - div_min)) {
441 RandomAccessIter b = (*target_bin)++;
1145 RandomAccessIter * target_bin;
1150 target_bin = bins + static_cast<unsignedchar_type>((*current)[char_offset]);
1151 iter_swap(current, (*target_bin)++);
1165 for(target_bin = bins + static_cast<unsignedchar_type>((*current)[char_offset]); target_bin != local_bin;
1166 target_bin = bins + static_cast<unsignedchar_type>((*current)[char_offset]))
1167 iter_swap(current, (*target_bin)++);
1206 RandomAccessIter * target_bin;
1239 target_bin = end_bin - static_cast<unsignedchar_type>((*current)[char_offset]);
1240 iter_swap(current, (*target_bin)++);
1255 for(target_bin = end_bin - static_cast<unsignedchar_type>((*current)[char_offset]); target_bin != local_bin;
1256 target_bin = end_bin - static_cast<unsignedchar_type>((*current)[char_offset]))
1257 iter_swap(current, (*target_bin)++);
1321 RandomAccessIter * target_bin;
1326 target_bin = bins + getchar((*current), char_offset);
1327 iter_swap(current, (*target_bin)++);
1341 for(target_bin = bins + getchar((*current), char_offset); target_bin != local_bin;
1342 target_bin = bins + getchar((*current), char_offset))
1343 iter_swap(current, (*target_bin)++);
1408 RandomAccessIter * target_bin;
1413 target_bin = bins + getchar((*current), char_offset);
1414 iter_swap(current, (*target_bin)++);
1428 for(target_bin = bins + getchar((*current), char_offset); target_bin != local_bin;
1429 target_bin = bins + getchar((*current), char_offset))
1430 iter_swap(current, (*target_bin)++);
1499 RandomAccessIter * target_bin;
1504 target_bin = end_bin - getchar((*current), char_offset);
1505 iter_swap(current, (*target_bin)++);
1520 for(target_bin = end_bin - getchar((*current), char_offset); target_bin != local_bin;
1521 target_bin = end_bin - getchar((*current), char_offset))
1522 iter_swap(current, (*target_bin)++);