HomeSort by relevance Sort by last modified time
    Searched refs:__lookAhead (Results 1 - 11 of 11) 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/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/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]

Completed in 227 milliseconds