Home | History | Annotate | Download | only in bits

Lines Matching refs:__two_step

3269       const _Distance __two_step = 2 * __step_size;
3271 while (__last - __first >= __two_step)
3275 __first + __two_step,
3277 __first += __two_step;
3294 const _Distance __two_step = 2 * __step_size;
3296 while (__last - __first >= __two_step)
3299 __first + __step_size, __first + __two_step,
3302 __first += __two_step;