Searched refs:NEXT (Results 1 - 25 of 41) sorted by relevance

12

/external/clang/test/Misc/
H A Dwarning-flags.c22 CHECK-NEXT: ext_delete_void_ptr_operand
23 CHECK-NEXT: ext_enum_friend
24 CHECK-NEXT: ext_expected_semi_decl_list
25 CHECK-NEXT: ext_explicit_specialization_storage_class
26 CHECK-NEXT: ext_implicit_lib_function_decl
27 CHECK-NEXT: ext_missing_declspec
28 CHECK-NEXT: ext_missing_whitespace_after_macro_name
29 CHECK-NEXT: ext_new_paren_array_nonconst
30 CHECK-NEXT: ext_plain_complex
31 CHECK-NEXT
[all...]
/external/llvm/test/MC/AsmParser/
H A Dsection.s49 # CHECK-NEXT: ('sh_type', 0x00000001)
50 # CHECK-NEXT: ('sh_flags', 0x00000000)
51 # CHECK-NEXT: ('sh_addr', 0x00000000)
52 # CHECK-NEXT: ('sh_offset', 0x00000034)
53 # CHECK-NEXT: ('sh_size', 0x00000007)
54 # CHECK-NEXT: ('sh_link', 0x00000000)
55 # CHECK-NEXT: ('sh_info', 0x00000000)
56 # CHECK-NEXT: ('sh_addralign', 0x00000001)
57 # CHECK-NEXT: ('sh_entsize', 0x00000000)
58 # CHECK-NEXT
[all...]
/external/llvm/test/MC/ARM/
H A Delf-movt.s15 @ ASM-NEXT: movt r0, :upper16:(GOT-(.LPC0_2+8))
19 @ OBJ-NEXT: 'sh_type', 0x00000001
20 @ OBJ-NEXT: 'sh_flags', 0x00000006
21 @ OBJ-NEXT: 'sh_addr', 0x00000000
22 @ OBJ-NEXT: 'sh_offset', 0x00000034
23 @ OBJ-NEXT: 'sh_size', 0x00000008
24 @ OBJ-NEXT: 'sh_link', 0x00000000
25 @ OBJ-NEXT: 'sh_info', 0x00000000
26 @ OBJ-NEXT: 'sh_addralign', 0x00000004
27 @ OBJ-NEXT
[all...]
H A Delf-thumbfunc.s16 @CHECK-NEXT: 'st_name', 0x00000001
17 @CHECK-NEXT: 'st_value', 0x00000001
18 @CHECK-NEXT: 'st_size', 0x00000000
19 @CHECK-NEXT: 'st_bind', 0x1
20 @CHECK-NEXT: 'st_type', 0x2
H A Delf-thumbfunc-reloc.s22 @CHECK-NEXT: ('r_sym', 0x{{[0-9a-fA-F]+}})
23 @CHECK-NEXT: ('r_type', 0x0a)
/external/llvm/test/MC/ELF/
H A Dfde.s5 # CHECK-NEXT: 0000 14000000 ffffffff 01000178 100c0708 ...........x....
6 # CHECK-NEXT: 0010 90010000 00000000 1c000000 00000000 ................
7 # CHECK-NEXT: 0020 00000000 00000000 11000000 00000000 ................
8 # CHECK-NEXT: 0030 410e1086 02430d06 A....C..
/external/zlib/src/examples/
H A Dgun.c154 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ macro
177 if (NEXT() == -1) \
202 int last; /* last byte read by NEXT(), or -1 if EOF */
225 flags = NEXT();
248 if (NEXT() == -1) /* no compressed data is ok */
251 if (NEXT() == -1) /* missing a bit */
278 if (NEXT() == -1) { /* EOF is end of compressed data */
290 if (NEXT() == -1) /* can't end in middle of code */
401 if (NEXT() == -1) {
405 if (last != 31 || (NEXT() !
[all...]
/external/elfutils/lib/
H A Ddynamicsizehash.h66 # define NEXT(name) struct name##_ent *next; macro
69 # define NEXT(name) macro
83 NEXT (name) \
142 # undef NEXT macro
/external/webkit/Source/WebCore/storage/
H A DIDBCursor.idl31 const unsigned short NEXT = 0;
H A DIDBIndex.cpp42 static const unsigned short defaultDirection = IDBCursor::NEXT;
60 if (direction != IDBCursor::NEXT && direction != IDBCursor::NEXT_NO_DUPLICATE && direction != IDBCursor::PREV && direction != IDBCursor::PREV_NO_DUPLICATE) {
78 if (direction != IDBCursor::NEXT && direction != IDBCursor::NEXT_NO_DUPLICATE && direction != IDBCursor::PREV && direction != IDBCursor::PREV_NO_DUPLICATE) {
H A DIDBIndex.h58 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return openCursor(context, keyRange, IDBCursor::NEXT, ec); }
62 PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return openKeyCursor(context, keyRange, IDBCursor::NEXT, ec); }
H A DIDBCursor.h50 NEXT = 0, enumerator in enum:WebCore::IDBCursor::Direction
H A DIDBObjectStore.h66 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return openCursor(context, keyRange, IDBCursor::NEXT, ec); }
/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
29 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
32 mov $y, %r11d /* (NEXT STEP) z' = $y */
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
54 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
56 mov $y, %r11d /* (NEXT STEP) z' = $y */
58 mov $y, %r12d /* (NEXT STE
[all...]
/external/liblzf/src/org/liblzf/
H A DCLZF.java134 static int NEXT(int v,byte[] Array,int ptr) method in class:CLZF
177 hval = NEXT (hval, in_data,iidx);
229 hval = NEXT (hval,in_data, iidx);
233 hval = NEXT (hval, in_data,iidx);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DImageFactory.java37 NEXT = getImage("next24.png");
75 public ImageIcon NEXT; field in class:ImageFactory
/external/liblzf/
H A Dlzf_c.c49 # define NEXT(v,p) (((v) << 8) | p[2]) macro
70 # define NEXT(v,p) ((v) << 5) ^ p[2]
144 hval = NEXT (hval, ip);
235 hval = NEXT (hval, ip);
240 hval = NEXT (hval, ip);
249 hval = NEXT (hval, ip);
/external/libxml2/
H A Dpattern.c719 while (IS_BLANK_CH(CUR)) NEXT
722 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
757 NEXT;
776 NEXT;
903 NEXT;
927 NEXT;
939 NEXT;
975 NEXT;
1020 NEXT;
1034 NEXT;
[all...]
H A Dxmlregexp.c50 #define NEXT ctxt->cur++ macro
4616 NEXT;
4619 NEXT;
4622 NEXT;
4625 NEXT;
4628 NEXT;
4631 NEXT;
4637 NEXT;
4640 NEXT;
4644 NEXT;
7841 #undef NEXT macro
7842 #define NEXT macro
[all...]
H A DHTMLparser.c288 * NEXT Skip to the next character, this does the proper decoding
320 #define NEXT xmlNextChar(ctxt) macro
2365 NEXT;
2613 NEXT;
2641 NEXT;
2657 NEXT;
2687 NEXT;
2693 NEXT;
2695 NEXT;
2701 NEXT;
[all...]
/external/libxslt/libxslt/
H A Dpattern.c1231 while (IS_BLANK_CH(CUR)) NEXT
1234 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
1271 NEXT;
1287 NEXT;
1381 NEXT;
1393 NEXT;
1402 NEXT;
1414 NEXT;
1426 NEXT;
1430 NEXT;
[all...]
/external/opencv/cvaux/src/
H A Dcvclique.cpp79 #define NEXT PEREBOR
341 finder->status = NEXT;//go to backtrackcycle
344 case NEXT:
471 finder->status = NEXT;
588 status = NEXT;//go to backtrackcycle
591 case NEXT:
694 status = NEXT;
/external/bison/lib/
H A Dbbitset.h268 *NEXT. Return with actual number of bits found and with *NEXT
270 #define BITSET_LIST_(BSET, LIST, NUM, NEXT) \
271 (BSET)->b.vtable->list (BSET, LIST, NUM, NEXT)
274 including NEXT. Return with actual number of bits found and with
275 *NEXT indicating where search stopped. */
276 #define BITSET_LIST_REVERSE_(BSET, LIST, NUM, NEXT) \
277 (BSET)->b.vtable->list_reverse (BSET, LIST, NUM, NEXT)
H A Dbitset.h270 *NEXT. Return with actual number of bits found and with *NEXT
272 #define bitset_list(BSET, LIST, NUM, NEXT) \
273 BITSET_LIST_ (BSET, LIST, NUM, NEXT)
276 including NEXT. Return with actual number of bits found and with
277 *NEXT indicating where search stopped. */
278 #define bitset_list_reverse(BSET, LIST, NUM, NEXT) \
279 BITSET_LIST_REVERSE_ (BSET, LIST, NUM, NEXT)
/external/liblzf/cs/
H A DCLZF.cs134 UInt32 NEXT(UInt32 v,byte[] Array,UInt32 ptr) method in class:LZF.NET.CLZF
177 hval = NEXT (hval, in_data,iidx);
229 hval = NEXT (hval,in_data, iidx);
233 hval = NEXT (hval, in_data,iidx);

Completed in 436 milliseconds

12