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

/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h679 _RandomAccessIter __lookAhead = __first + __skipOffset; local
684 // __lookAhead here is always pointing to the last element of next
686 while (!(*__lookAhead == __val)) // the skip loop...
690 __lookAhead += __pattSize;
694 for (_RandomAccessIter __backTrack = __lookAhead - 1;
698 return (__lookAhead - __skipOffset); // Success
702 __lookAhead += __remainder;
805 _RandomAccessIter __lookAhead = __first + __skipOffset; local
810 // __lookAhead here is always pointing to the last element of next
812 while (!__binary_pred(*__lookAhead, __va
[all...]

Completed in 84 milliseconds