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

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwhole_file_26.f909 subroutine NEXT
10 end subroutine NEXT
16 subroutine NEXT subroutine
17 end subroutine NEXT
20 use INTS, only: NEXT
21 CALL NEXT
H A Dunlimited_polymorphic_23.f9031 SUBROUTINE NEXT subroutine in program:P
/haiku-buildtools/legacy/binutils/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.c2471 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }
2518 NEXT ();
2523 NEXT ();
2540 NEXT ();
2542 NEXT ();
2544 NEXT ();
2546 NEXT ();
2548 NEXT ();
2552 NEXT ();
2554 NEXT ();
2468 #define NEXT macro
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcpu-v850.c30 #define NEXT NULL macro
42 #undef NEXT macro
43 #define NEXT & arch_info_struct[0] macro
46 N (bfd_mach_v850, "v850", TRUE, NEXT);
H A Dcpu-m32r.c30 #define NEXT & arch_info_struct [0] macro
39 N (bfd_mach_m32r, "m32r", TRUE, NEXT);
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
39 NEXT, \
H A Dcpu-nds32.c31 #define NEXT &arch_info_struct[0] macro
45 N (bfd_mach_n1, "n1h", TRUE, NEXT);
H A Dcpu-riscv.c42 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
56 NEXT, \
H A Dcpu-nios2.c47 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
61 NEXT \
H A Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \
70 get_compatible, bfd_default_scan, bfd_arch_default_fill, NEXT }
H A Dcpu-frv.c25 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \
39 NEXT /* next in list */ \
H A Dcpu-aarch64.c103 #define N(NUMBER, PRINT, WORDSIZE, DEFAULT, NEXT) \
106 bfd_arch_default_fill, NEXT }
H A Dieee.c2577 #define NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill (); }
2627 NEXT ();
2632 NEXT ();
2649 NEXT ();
2651 NEXT ();
2653 NEXT ();
2655 NEXT ();
2657 NEXT ();
2661 NEXT ();
2663 NEXT ();
2574 #define NEXT macro
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Ddpx2.ifile27 * that you should change (I think) is that within NEXT, which I've set
41 GROUP BIND( NEXT(0x100000) + (ADDR(.text) + (SIZEOF(.text)) % 0x1000)):
/haiku-buildtools/gcc/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...]
/haiku-buildtools/binutils/zlib/examples/
H A Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ macro
178 if (NEXT() == -1) \
203 int last; /* last byte read by NEXT(), or -1 if EOF */
226 flags = NEXT();
249 if (NEXT() == -1) /* no compressed data is ok */
252 if (NEXT() == -1) /* missing a bit */
279 if (NEXT() == -1) { /* EOF is end of compressed data */
291 if (NEXT() == -1) /* can't end in middle of code */
402 if (NEXT() == -1) {
406 if (last != 31 || (NEXT() !
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dsvr3.ifile17 * that you should change (I think) is that within NEXT, which I've set
33 GROUP BIND( NEXT(0x400000) +
H A Dsvr3z.ifile17 * that you should change (I think) is that within NEXT, which I've set
33 GROUP BIND( NEXT(0x400000) +

Completed in 203 milliseconds

12