HomeSort by relevance Sort by last modified time
    Searched defs:__lookAhead (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 423 _RandomAccessIter __lookAhead = __first + __skipOffset;
428 // __lookAhead here is always pointing to the last element of next
430 while (!(*__lookAhead == __val)) // the skip loop...
434 __lookAhead += __pattSize;
438 for (_RandomAccessIter __backTrack = __lookAhead - 1;
442 return (__lookAhead - __skipOffset); // Success
446 __lookAhead += __remainder;
516 _RandomAccessIter __lookAhead = __first + __skipOffset;
521 // __lookAhead here is always pointing to the last element of next
523 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 423 _RandomAccessIter __lookAhead = __first + __skipOffset;
428 // __lookAhead here is always pointing to the last element of next
430 while (!(*__lookAhead == __val)) // the skip loop...
434 __lookAhead += __pattSize;
438 for (_RandomAccessIter __backTrack = __lookAhead - 1;
442 return (__lookAhead - __skipOffset); // Success
446 __lookAhead += __remainder;
516 _RandomAccessIter __lookAhead = __first + __skipOffset;
521 // __lookAhead here is always pointing to the last element of next
523 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 423 _RandomAccessIter __lookAhead = __first + __skipOffset;
428 // __lookAhead here is always pointing to the last element of next
430 while (!(*__lookAhead == __val)) // the skip loop...
434 __lookAhead += __pattSize;
438 for (_RandomAccessIter __backTrack = __lookAhead - 1;
442 return (__lookAhead - __skipOffset); // Success
446 __lookAhead += __remainder;
516 _RandomAccessIter __lookAhead = __first + __skipOffset;
521 // __lookAhead here is always pointing to the last element of next
523 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 423 _RandomAccessIter __lookAhead = __first + __skipOffset;
428 // __lookAhead here is always pointing to the last element of next
430 while (!(*__lookAhead == __val)) // the skip loop...
434 __lookAhead += __pattSize;
438 for (_RandomAccessIter __backTrack = __lookAhead - 1;
442 return (__lookAhead - __skipOffset); // Success
446 __lookAhead += __remainder;
516 _RandomAccessIter __lookAhead = __first + __skipOffset;
521 // __lookAhead here is always pointing to the last element of next
523 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 423 _RandomAccessIter __lookAhead = __first + __skipOffset;
428 // __lookAhead here is always pointing to the last element of next
430 while (!(*__lookAhead == __val)) // the skip loop...
434 __lookAhead += __pattSize;
438 for (_RandomAccessIter __backTrack = __lookAhead - 1;
442 return (__lookAhead - __skipOffset); // Success
446 __lookAhead += __remainder;
516 _RandomAccessIter __lookAhead = __first + __skipOffset;
521 // __lookAhead here is always pointing to the last element of next
523 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 408 _RandomAccessIter __lookAhead = __first + __skipOffset;
413 // __lookAhead here is always pointing to the last element of next
415 while (!(*__lookAhead == __val)) // the skip loop...
419 __lookAhead += __pattSize;
423 for (_RandomAccessIter __backTrack = __lookAhead - 1;
427 return (__lookAhead - __skipOffset); // Success
431 __lookAhead += __remainder;
501 _RandomAccessIter __lookAhead = __first + __skipOffset;
506 // __lookAhead here is always pointing to the last element of next
508 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 408 _RandomAccessIter __lookAhead = __first + __skipOffset;
413 // __lookAhead here is always pointing to the last element of next
415 while (!(*__lookAhead == __val)) // the skip loop...
419 __lookAhead += __pattSize;
423 for (_RandomAccessIter __backTrack = __lookAhead - 1;
427 return (__lookAhead - __skipOffset); // Success
431 __lookAhead += __remainder;
501 _RandomAccessIter __lookAhead = __first + __skipOffset;
506 // __lookAhead here is always pointing to the last element of next
508 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 408 _RandomAccessIter __lookAhead = __first + __skipOffset;
413 // __lookAhead here is always pointing to the last element of next
415 while (!(*__lookAhead == __val)) // the skip loop...
419 __lookAhead += __pattSize;
423 for (_RandomAccessIter __backTrack = __lookAhead - 1;
427 return (__lookAhead - __skipOffset); // Success
431 __lookAhead += __remainder;
501 _RandomAccessIter __lookAhead = __first + __skipOffset;
506 // __lookAhead here is always pointing to the last element of next
508 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 396 _RandomAccessIter __lookAhead = __first + __skipOffset;
401 // __lookAhead here is always pointing to the last element of next
403 while (!(*__lookAhead == __val)) // the skip loop...
407 __lookAhead += __pattSize;
411 for (_RandomAccessIter __backTrack = __lookAhead - 1;
415 return (__lookAhead - __skipOffset); // Success
419 __lookAhead += __remainder;
489 _RandomAccessIter __lookAhead = __first + __skipOffset;
494 // __lookAhead here is always pointing to the last element of next
496 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 408 _RandomAccessIter __lookAhead = __first + __skipOffset;
413 // __lookAhead here is always pointing to the last element of next
415 while (!(*__lookAhead == __val)) // the skip loop...
419 __lookAhead += __pattSize;
423 for (_RandomAccessIter __backTrack = __lookAhead - 1;
427 return (__lookAhead - __skipOffset); // Success
431 __lookAhead += __remainder;
501 _RandomAccessIter __lookAhead = __first + __skipOffset;
506 // __lookAhead here is always pointing to the last element of next
508 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 396 _RandomAccessIter __lookAhead = __first + __skipOffset;
401 // __lookAhead here is always pointing to the last element of next
403 while (!(*__lookAhead == __val)) // the skip loop...
407 __lookAhead += __pattSize;
411 for (_RandomAccessIter __backTrack = __lookAhead - 1;
415 return (__lookAhead - __skipOffset); // Success
419 __lookAhead += __remainder;
489 _RandomAccessIter __lookAhead = __first + __skipOffset;
494 // __lookAhead here is always pointing to the last element of next
496 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 394 _RandomAccessIter __lookAhead = __first + __skipOffset;
399 // __lookAhead here is always pointing to the last element of next
401 while (!(*__lookAhead == __val)) // the skip loop...
405 __lookAhead += __pattSize;
409 for (_RandomAccessIter __backTrack = __lookAhead - 1;
413 return (__lookAhead - __skipOffset); // Success
417 __lookAhead += __remainder;
487 _RandomAccessIter __lookAhead = __first + __skipOffset;
492 // __lookAhead here is always pointing to the last element of next
494 while (!bool(__binary_pred(*__lookAhead, __val))) // the skip loop..
    [all...]

Completed in 334 milliseconds