| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | cpu_in_cksum.c | 198 #define ADVANCE(n) {w += n; mlen -= n;} macro 232 ADVANCE(1); in cpu_in_cksum() 236 ADVANCE(2); in cpu_in_cksum() 247 ADVANCE(64); in cpu_in_cksum() 251 ADVANCE(32); in cpu_in_cksum() 255 ADVANCE(16); in cpu_in_cksum() 259 ADVANCE(8); in cpu_in_cksum() 263 ADVANCE(4) in cpu_in_cksum() 271 ADVANCE(2); in cpu_in_cksum()
|
| H A D | trap.c | 234 #define ADVANCE (n = tf->tf_npc, tf->tf_pc = n, tf->tf_npc = n + 4) in trap() macro 254 ADVANCE; in trap() 266 ADVANCE; in trap() 283 ADVANCE; in trap() 293 ADVANCE; in trap() 372 ADVANCE; in trap() 378 ADVANCE; in trap() 559 ADVANCE; in trap() 595 ADVANCE; in trap() 625 ADVANCE; in trap() [all …]
|
| H A D | locore.s | 2093 mov %l2, %l1 ! ADVANCE <pc,npc>
|
| /netbsd-src/sys/arch/i386/i386/ |
| H A D | cpu_in_cksum.S | 96 #define ADVANCE(n) \ macro 177 ADVANCE(1) 185 ADVANCE(2) 194 ADVANCE(4) 203 ADVANCE(8)
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | ms_pckbport.c | 248 #define ADVANCE do { \ in ms_pckbport_input() macro 269 ADVANCE; in ms_pckbport_input() 278 ADVANCE; in ms_pckbport_input() 287 ADVANCE; in ms_pckbport_input()
|
| /netbsd-src/sys/dev/sun/ |
| H A D | ms.c | 341 #define ADVANCE \ in ms_input() macro 361 ADVANCE; in ms_input() 369 ADVANCE; in ms_input() 377 ADVANCE; in ms_input()
|
| /netbsd-src/usr.bin/gzip/ |
| H A D | gzip.c | 778 #define ADVANCE() { z.next_in++; z.avail_in--; } in gz_uncompress() macro 846 ADVANCE(); in gz_uncompress() 858 ADVANCE(); in gz_uncompress() 867 ADVANCE(); in gz_uncompress() 873 ADVANCE(); in gz_uncompress() 881 ADVANCE(); in gz_uncompress() 892 ADVANCE(); in gz_uncompress() 898 ADVANCE(); in gz_uncompress() 905 ADVANCE(); in gz_uncompress() 917 ADVANCE(); in gz_uncompress() [all …]
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | ms.c | 432 #define ADVANCE \ in ms_input() macro 451 ADVANCE; in ms_input() 460 ADVANCE; in ms_input() 478 ADVANCE; in ms_input()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | trap.c | 458 #define ADVANCE (n = tf->tf_npc, tf->tf_pc = n, tf->tf_npc = n + 4) in trap() macro 510 /* ADVANCE; */ in trap() 767 ADVANCE; in trap() 810 ADVANCE; in trap() 844 ADVANCE; in trap() 854 ADVANCE; in trap() 860 ADVANCE; in trap() 865 ADVANCE; in trap() 879 ADVANCE; in trap() 884 ADVANCE; in trap() [all...] |
| H A D | cpu_in_cksum.S | 161 inc 0xc, %o5 ! ADVANCE(12) }
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
| H A D | http.c | 3414 #define ADVANCE() st->str++ in isc__nm_parse_httpquery() 3468 ADVANCE(); in rule_key_value_pair() 3479 ADVANCE(); in rule_key_value_pair() 3490 ADVANCE(); in rule_key_value_pair() 3509 ADVANCE(); in rule_key() 3519 ADVANCE(); in rule_value() 3525 ADVANCE(); in rule_value() 3561 ADVANCE(); in rule_percent_charcode() 3570 ADVANCE(); 3578 ADVANCE(); 3395 #define ADVANCE( global() macro [all...] |
| /netbsd-src/usr.sbin/rwhod/ |
| H A D | rwhod.c | 450 #define ADVANCE(x, n) ((char *)(x) + ROUNDUP((n)->sa_len)) macro 463 cp = ADVANCE(cp, sa); in rt_xaddrs()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2007 | 68 If there are bytes left from a previous ADVANCE="no", write 72 If there are bytes left from a previous ADVANCE="no", write 82 flag if we are writing and ADVANCE="no" was specified. 1900 ADVANCE="no", move to the end before closing. 1926 (finalze_transfer): Calculate max_pos for ADVANCE="no" and save it for 1927 later use. If not ADVANCE="no" set saved_pos to zero.
|
| H A D | ChangeLog-2010 | 883 conditions for EOF based on ADVANCE="no", PAD="no", and whether any 975 ADVANCE="no" with PAD="yes" or PAD="no".
|
| H A D | ChangeLog-2017 | 647 bytes left in unit and we are trying to read with ADVANCE='NO'.
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | readelf.c | 9721 #define ADVANCE \ macro 9733 ADVANCE; \ 9765 ADVANCE; in decode_arm_unwind_bytecode() 9990 ADVANCE; in decode_tic6x_unwind_bytecode() 10213 ADVANCE; in decode_arm_unwind()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | readelf.c | 10273 #define ADVANCE \ macro 10285 ADVANCE; \ 10317 ADVANCE; in decode_arm_unwind_bytecode() 10544 ADVANCE; in decode_tic6x_unwind_bytecode() 10767 ADVANCE; in decode_arm_unwind()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2010 | 4419 * simplify.c (compute_dot_product): Replaced usage of ADVANCE macro 4424 (gfc_simplify_matmul): Removed usage of ADVANCE macro. 4428 (gfc_simplify_pack): Replaced usage of ADVANCE macro with corresponding
|
| H A D | ChangeLog-2006 | 1990 * io.c (check_io_constraints): It is an error if an ADVANCE
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2009 | 11245 (ADVANCE): New macro.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2009 | 11245 (ADVANCE): New macro.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 13162 1D319;TETRAGRAM FOR ADVANCE;So;0;ON;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2019 | 7897 construct ADVANCE to update epilogues data references where needed.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | UnicodeDataNames.txt | 25504 1D319;TETRAGRAM FOR ADVANCE;So;0;ON;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 27919 1D319;TETRAGRAM FOR ADVANCE;So;0;ON;;;;;N;;;;;
|