OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next1
(Results
1 - 6
of
6
) sorted by null
/prebuilt/linux-x86/toolchain/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) |
/external/bluetooth/glib/glib/
gutf8.c
1160
goto
next1
;
1169
next1
:
1301
goto
next1
;
1310
next1
[
all
...]
Completed in 161 milliseconds