HomeSort by relevance Sort by last modified time
    Searched refs:next2 (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 126 RandomAccessIterator2 next2 = begin2 + 1; local
133 begin2 = next2;
  /external/stlport/test/unit/
codecvt_test.cpp 467 intern_type*& next2) const {
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));
  /external/v8/src/
interpreter-irregexp.cc 346 Char next2 = subject[pos + 2]; local
350 (next2 << 16) |
360 Char next2 = subject[pos + 2]; local
364 (next2 << 16) |
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 469 intern_type*& next2) const {
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 469 intern_type*& next2) const {
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));
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 277 milliseconds