Searched refs:ADVANCE (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/sparc/sparc/
H A Dcpu_in_cksum.c198 #define ADVANCE(n) {w += n; mlen -= n;} macro
232 ADVANCE(1);
236 ADVANCE(2);
247 ADVANCE(64);
251 ADVANCE(32);
255 ADVANCE(16);
259 ADVANCE(8);
263 ADVANCE(4)
271 ADVANCE(2);
H A Dtrap.c234 #define ADVANCE (n = tf->tf_npc, tf->tf_pc = n, tf->tf_npc = n + 4) macro
254 ADVANCE;
266 ADVANCE;
283 ADVANCE;
293 ADVANCE;
372 ADVANCE;
378 ADVANCE;
559 ADVANCE;
595 ADVANCE;
625 ADVANCE;
684 #undef ADVANCE macro
[all...]
H A Dlocore.s2093 mov %l2, %l1 ! ADVANCE <pc,npc>
/netbsd-current/sys/arch/i386/i386/
H A Dcpu_in_cksum.S96 #define ADVANCE(n) \ define
177 ADVANCE(1)
185 ADVANCE(2)
194 ADVANCE(4)
203 ADVANCE(8)
/netbsd-current/sys/arch/sparc/dev/
H A Dms_pckbport.c247 /* ADVANCE completes the `put' of the event */
248 #define ADVANCE do { \ macro
269 ADVANCE;
278 ADVANCE;
287 ADVANCE;
/netbsd-current/sys/dev/sun/
H A Dms.c340 /* ADVANCE completes the `put' of the event */
341 #define ADVANCE \ macro
361 ADVANCE;
369 ADVANCE;
377 ADVANCE;
/netbsd-current/sys/arch/x68k/dev/
H A Dms.c431 /* ADVANCE completes the `put' of the event */
432 #define ADVANCE \ macro
451 ADVANCE;
460 ADVANCE;
478 ADVANCE;
/netbsd-current/usr.bin/gzip/
H A Dgzip.c778 #define ADVANCE() { z.next_in++; z.avail_in--; } macro
846 ADVANCE();
858 ADVANCE();
867 ADVANCE();
873 ADVANCE();
881 ADVANCE();
892 ADVANCE();
898 ADVANCE();
905 ADVANCE();
917 ADVANCE();
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c458 #define ADVANCE (n = tf->tf_npc, tf->tf_pc = n, tf->tf_npc = n + 4) macro
510 /* ADVANCE; */
767 ADVANCE;
810 ADVANCE;
844 ADVANCE;
854 ADVANCE;
860 ADVANCE;
865 ADVANCE;
879 ADVANCE;
884 ADVANCE;
901 #undef ADVANCE macro
[all...]
H A Dcpu_in_cksum.S161 inc 0xc, %o5 ! ADVANCE(12) }
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c3395 #define ADVANCE() st->str++ macro
3449 ADVANCE();
3460 ADVANCE();
3471 ADVANCE();
3490 ADVANCE();
3500 ADVANCE();
3506 ADVANCE();
3542 ADVANCE();
3551 ADVANCE();
3559 ADVANCE();
[all...]
/netbsd-current/usr.sbin/rwhod/
H A Drwhod.c450 #define ADVANCE(x, n) ((char *)(x) + ROUNDUP((n)->sa_len)) macro
463 cp = ADVANCE(cp, sa);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c2890 fputs (" ADVANCE=", dumpfile);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc3204 fputs (" ADVANCE=", dumpfile);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c8810 #define ADVANCE \
8822 ADVANCE; \
8854 ADVANCE;
9077 ADVANCE;
9300 ADVANCE;
8807 #define ADVANCE macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c9724 #define ADVANCE \
9736 ADVANCE; \
9768 ADVANCE;
9993 ADVANCE;
10216 ADVANCE;
9721 #define ADVANCE macro
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c10276 #define ADVANCE \
10288 ADVANCE; \
10320 ADVANCE;
10547 ADVANCE;
10770 ADVANCE;
10273 #define ADVANCE macro

Completed in 509 milliseconds