Searched refs:NEXT (Results 26 - 37 of 37) sorted by relevance

12

/external/llvm/lib/Support/
H A Dregcomp.c120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
122 #define NEXT() (p->next++) macro
390 NEXT();
427 NEXT();
598 NEXT();
756 NEXT();
784 NEXT();
846 NEXT();
/external/chromium/base/
H A Dstring_util.cc922 template <typename CHAR, typename NEXT>
925 NEXT next) {
965 template <typename CHAR, typename NEXT>
966 static void EatWildcard(const CHAR** pattern, const CHAR* end, NEXT next) {
974 template <typename CHAR, typename NEXT>
978 NEXT next) {
/external/webkit/Source/WebCore/storage/
H A DIDBSQLiteBackingStore.cpp888 if (direction == IDBCursor::NEXT || direction == IDBCursor::NEXT_NO_DUPLICATE)
894 direction == IDBCursor::NEXT_NO_DUPLICATE || direction == IDBCursor::NEXT));
928 if (direction == IDBCursor::NEXT || direction == IDBCursor::NEXT_NO_DUPLICATE)
934 direction == IDBCursor::NEXT_NO_DUPLICATE || direction == IDBCursor::NEXT));
968 if (direction == IDBCursor::NEXT || direction == IDBCursor::NEXT_NO_DUPLICATE)
974 direction == IDBCursor::NEXT_NO_DUPLICATE || direction == IDBCursor::NEXT));
H A DIDBLevelDBBackingStore.cpp2479 bool forward = (direction == IDBCursor::NEXT_NO_DUPLICATE || direction == IDBCursor::NEXT);
2517 bool forward = (direction == IDBCursor::NEXT_NO_DUPLICATE || direction == IDBCursor::NEXT);
2557 bool forward = (direction == IDBCursor::NEXT_NO_DUPLICATE || direction == IDBCursor::NEXT);
/external/libxml2/
H A Dxpath.c2618 * NEXT Skip to the next character, this does the proper decoding
2636 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
2639 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
9783 NEXT;
10055 NEXT;
10064 NEXT;
10068 NEXT;
10075 NEXT;
10079 NEXT;
10082 NEXT;
[all...]
H A Dparser.c1781 * NEXT Skip to the next character, this does the proper decoding
1863 #define NEXT xmlNextChar(ctxt) macro
1903 * It's Okay to use CUR/NEXT here since all the blanks are on
1930 NEXT;
2025 * Using RAW/CUR/NEXT is okay since we are working on ASCII range here
2050 NEXT;
2054 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2077 NEXT;
2081 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2340 NEXT;
[all...]
H A Dxpointer.c896 * NEXT Skip to the next character, this does the proper decoding
907 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
910 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
991 NEXT;
1007 NEXT;
1015 NEXT;
1025 NEXT;
1088 NEXT;
1236 NEXT;
1240 NEXT;
[all...]
H A Dcatalog.c2141 #define NEXT cur++; macro
2144 #define SKIP_BLANKS while (IS_BLANK_CH(*cur)) NEXT;
2160 NEXT;
2187 NEXT;
2190 NEXT;
2217 NEXT;
2230 NEXT;
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp456 #define NEXT(n, i) (((n) + (i)/(n)) >> 1) macro
460 unsigned int n1 = NEXT(n, number);
464 n1 = NEXT(n, number);
/external/qemu/android/
H A Dhw-events.h341 KEY_CODE(NEXT ,0x197) \
/external/libxslt/libxslt/
H A Dxslt.c6752 while (IS_BLANK(CUR)) NEXT
6753 #define NEXT ((*cur) ? cur++ : cur) macro
6786 NEXT;
6790 NEXT;
6793 NEXT;
6797 NEXT;
6813 NEXT;
6817 NEXT;
6820 NEXT;
6825 NEXT;
[all...]
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 1329 milliseconds

12