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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 125 RandomAccessIterator1 next1 = begin1 + 1; local
136 begin1 = next1;
  /external/stlport/test/unit/
codecvt_test.cpp 465 const extern_type* last1, const extern_type*& next1,
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
471 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255));
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 467 const extern_type* last1, const extern_type*& next1,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
473 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255));
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 467 const extern_type* last1, const extern_type*& next1,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
473 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255));
  /external/v8/src/
interpreter-irregexp.cc 345 Char next1 = subject[pos + 1]; local
349 (next1 << 8) |
359 Char next1 = subject[pos + 1]; local
363 (next1 << 8) |
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1206 milliseconds