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

12

/external/clang/test/Misc/
H A Dwarning-flags.c21 CHECK-NEXT: ext_anon_param_requires_type_specifier
22 CHECK-NEXT: ext_anonymous_struct_union_qualified
23 CHECK-NEXT: ext_array_init_copy
24 CHECK-NEXT: ext_binary_literal
25 CHECK-NEXT: ext_cast_fn_obj
26 CHECK-NEXT: ext_delete_void_ptr_operand
27 CHECK-NEXT: ext_designated_init
28 CHECK-NEXT: ext_designated_init_cxx
29 CHECK-NEXT: ext_duplicate_declspec
30 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
/external/zlib/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.h30 # define NEXT(name) struct name##_ent *next; macro
33 # define NEXT(name) macro
47 NEXT (name) \
106 # undef NEXT macro
/external/zlib/
H A Dgzread.c67 #define NEXT() ((strm->avail_in == 0 && gz_avail(state) == -1) ? -1 : \ macro
81 val = NEXT();
82 val += (unsigned)NEXT() << 8;
83 val += (unsigned long)NEXT() << 16;
84 ch = NEXT();
161 if (NEXT() != 8) { /* compression method */
165 flags = NEXT();
170 NEXT(); /* modification time */
171 NEXT();
172 NEXT();
[all...]
/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); }
H A DIDBObjectStore.cpp43 static const unsigned short defaultDirection = IDBCursor::NEXT;
153 if (direction != IDBCursor::NEXT && direction != IDBCursor::NEXT_NO_DUPLICATE && direction != IDBCursor::PREV && direction != IDBCursor::PREV_NO_DUPLICATE) {
/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/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
4577 NEXT;
4580 NEXT;
4583 NEXT;
4586 NEXT;
4589 NEXT;
4592 NEXT;
4598 NEXT;
4601 NEXT;
4605 NEXT;
7772 #undef NEXT macro
7773 #define NEXT macro
[all...]
H A DHTMLparser.c231 * NEXT Skip to the next character, this does the proper decoding
263 #define NEXT xmlNextChar(ctxt) macro
2213 NEXT;
2461 NEXT;
2489 NEXT;
2505 NEXT;
2535 NEXT;
2541 NEXT;
2543 NEXT;
2549 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);
/external/netcat/
H A Dgeneric.h358 #ifdef NEXT

Completed in 396 milliseconds

12