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

  /external/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.c 164 for ( _RandomAccessIter __lookAhead = __first + __skipOffset; __tailSize >= __pattSize; __lookAhead += __pattSize ) { // the main loop...
165 //__lookAhead here is always pointing to the last element of next possible match.
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
172 __lookAhead += __pattSize;
177 return (__lookAhead - __skipOffset); //Success
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
184 return (__lookAhead - __skipOffset); //Success
190 __lookAhead += __remainder;
193 while ( __pred(*__lookAhead, __val) )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/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/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...]

Completed in 3286 milliseconds