Home | History | Annotate | Download | only in bits

Lines Matching refs:__two_step

3310       const _Distance __two_step = 2 * __step_size;
3312 while (__last - __first >= __two_step)
3316 __first + __two_step, __result);
3317 __first += __two_step;
3333 const _Distance __two_step = 2 * __step_size;
3335 while (__last - __first >= __two_step)
3339 __first + __two_step,
3341 __first += __two_step;