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

1234

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-v850.c30 #define NEXT NULL macro
38 #undef NEXT macro
39 #define NEXT & arch_info_struct[0] macro
42 N (bfd_mach_v850, "v850", TRUE, NEXT);
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
38 NEXT, \
H A Dcpu-m32r.c29 #define NEXT & arch_info_struct [0] macro
38 N (bfd_mach_m32r, "m32r", TRUE, NEXT);
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
38 NEXT, \
H A Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \
70 get_compatible, bfd_default_scan, NEXT }
H A Dcpu-frv.c24 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \
37 NEXT /* next in list */ \
H A Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
57 NEXT, \
H A Dieee.c2474 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }
2521 NEXT ();
2526 NEXT ();
2543 NEXT ();
2545 NEXT ();
2547 NEXT ();
2549 NEXT ();
2551 NEXT ();
2555 NEXT ();
2557 NEXT ();
2471 #define NEXT macro
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregion-cache.h94 the text between POS and *NEXT. And if the function returns false,
95 you should examine all the text from POS to *NEXT, and call
100 the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest
105 int *NEXT));
108 the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest
113 int *NEXT));
/macosx-10.10.1/zlib-55/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...]
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D33_next_method_used_with_NEXT.t9 eval "use NEXT";
10 plan skip_all => "NEXT required for this test" if $@;
40 require NEXT; # load this as late as possible so we can catch the test skip
44 sub foo { 'Baz::foo => ' . (shift)->NEXT::foo }
51 is(Baz->foo, 'Baz::foo => Bar::foo => Fuz::foo => Foo::foo', '... got the right value using NEXT in a subclass of a C3 class');
/macosx-10.10.1/zlib-55/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();
165 if (NEXT() != 8) { /* compression method */
169 flags = NEXT();
174 val = NEXT(); /* modification time */
175 val = NEXT();
176 val = NEXT();
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/md5/asm/
H A Dmd5-x86_64.pl23 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
24 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
33 mov $y, %r11d /* (NEXT STEP) z' = $y */
47 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
48 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
54 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
57 mov $x, %r11d /* (NEXT STEP) y' = $x */
71 $code .= " mov 5*4(%rsi), %r10d /* (NEXT STEP) X[5] */\n" if ($pos == -1);
72 $code .= " mov %ecx, %r11d /* (NEXT STE
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxzlib.c314 #define NEXT() ((strm->avail_in == 0 && xz_avail(state) == -1) ? -1 : \ macro
327 val = NEXT();
328 val += (unsigned) NEXT() << 8;
329 val += (unsigned long) NEXT() << 16;
330 ch = NEXT();
420 if (NEXT() != 8) { /* compression method */
425 flags = NEXT();
431 NEXT(); /* modification time */
432 NEXT();
433 NEXT();
[all...]
H A Dpattern.c723 while (IS_BLANK_CH(CUR)) NEXT
726 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
761 NEXT;
780 NEXT;
907 NEXT;
931 NEXT;
943 NEXT;
979 NEXT;
1024 NEXT;
1038 NEXT;
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtmxdate.c55 #define NEXT (1<<12) macro
66 #define FLAGS(f) (f&EXACT)?"|EXACT":"",(f&LAST)?"|LAST":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",(f&ORDINAL)?"|ORDINAL":"",(f&FINAL)?"|FINAL":"",(f&WORK)?"|WORK":""
228 state &= (state & HOLD) ? ~(HOLD) : ~(EXACT|LAST|NEXT|THIS);
494 set &= ~(EXACT|LAST|NEXT|THIS);
495 set |= state & (EXACT|LAST|NEXT|THIS);
511 state |= (f = n) ? NEXT : THIS;
512 set &= ~(EXACT|LAST|NEXT|THIS);
513 set |= state & (EXACT|LAST|NEXT|THIS);
815 state |= ((f = n) ? NEXT
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dprocsup.c42 #elif defined(NEXT) || defined(NEWSOS)
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dprocsup.c51 #elif defined(NEXT) || defined(NEWSOS)
/macosx-10.10.1/libresolv-57/
H A Dres_update.c111 rrecp = LINKED(rrecp, r_link) ? NEXT(rrecp, r_link) : NULL) {
125 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link))
146 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) {
/macosx-10.10.1/awk-20/src/
H A Dytab.h91 NEXT = 307, enumerator in enum:yytokentype
188 #define NEXT 307 macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
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...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c218 #define NEXT() (next(v)) /* advance by one token */
814 NEXT();
821 NEXT();
826 NEXT();
831 NEXT();
834 wordchrs(v); /* does NEXT() */
841 wordchrs(v); /* does NEXT() */
848 wordchrs(v); /* does NEXT() */
859 wordchrs(v); /* does NEXT() */
871 NEXT();
217 #define NEXT macro
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpattern.c1239 while (IS_BLANK_CH(CUR)) NEXT
1242 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
1279 NEXT;
1295 NEXT;
1389 NEXT;
1405 NEXT;
1415 NEXT;
1430 NEXT;
1448 NEXT;
1454 NEXT;
[all...]
/macosx-10.10.1/ruby-106/ruby/test/dl/
H A Dtest_handle.rb146 handle = DL::Handle::NEXT
165 print DL::Handle::NEXT.inspect
/macosx-10.10.1/ruby-106/ruby/test/fiddle/
H A Dtest_handle.rb150 handle = Handle::NEXT
167 handle = Handle::NEXT

Completed in 187 milliseconds

1234