Searched refs:__two_step (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h2686 const _Distance __two_step = 2 * __step_size; local
2688 while (__last - __first >= __two_step)
2692 __first + __two_step,
2694 __first += __two_step;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h2652 const _Distance __two_step = 2 * __step_size;
2654 while (__last - __first >= __two_step)
2658 __first + __two_step,
2660 __first += __two_step;
2646 const _Distance __two_step = 2 * __step_size; local

Completed in 223 milliseconds