/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | bits.h | 110 #define _MASKn(WIDTH, START, STOP) \ argument 115 #define MASK32(START, STOP) _MASKn(32, START, STOP) argument 116 #define MASK64(START, STOP) _MASKn(64, START, STOP) argument 127 #define MASK(START, STOP) \ argument 133 #define MASK(START, STOP) \ argument 179 #define _EXTRACTEDn(WIDTH, WORD, START, STOP) \ argument 184 #define EXTRACTED32(WORD, START, STOP) _EXTRACTEDn(32, WORD, START, STOP) argument 185 #define EXTRACTED64(WORD, START, STOP) _EXTRACTEDn(64, WORD, START, STOP) argument 217 #define _INSERTEDn(N, WORD, START, STOP) \ argument 220 #define INSERTED32(WORD, START, STOP) _INSERTEDn(32, WORD, START, STOP) argument [all …]
|
/netbsd-src/external/bsd/tradcpp/dist/tests/ |
H A D | t09.c | 1 #define STOP */ macro
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | c_progctrl_rts.s | 16 STOP: label
|
H A D | c_progctrl_jump_pr.s | 20 STOP: label
|
H A D | c_progctrl_call_pcpr.s | 20 STOP: label
|
H A D | c_ujump.s | 16 STOP: label
|
H A D | c_progctrl_jump_pcpr.s | 19 STOP: label
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | domwalk.cc | 266 const edge dom_walker::STOP = (edge)-1; member in dom_walker
|
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/ |
H A D | primes.c | 45 #define STOP(x) return (x) macro
|
H A D | sqrtrem_1_2.c | 52 #define STOP(x) return (x) macro
|
/netbsd-src/games/tetris/ |
H A D | screen.c | 394 #define STOP (B_COLS - 3) in scr_update() macro
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-signal.c | 93 enum { CLOSE, STOP, NOOP } stop_or_close; enumerator
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_time.c | 84 #define STOP 1 macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_time.c | 108 #define STOP 1 macro
|
/netbsd-src/sys/lib/libkern/ |
H A D | entpool.c | 601 enum { IN, OUT, STOP } t; enumerator
|
/netbsd-src/sbin/fsck_lfs/ |
H A D | fsck.h | 168 #define STOP 0x01 macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | rl78-parse.h | 166 STOP = 367, /* STOP */ enumerator 291 #define STOP 367 macro
|
H A D | rx-parse.h | 207 STOP = 408, /* STOP */ enumerator 376 #define STOP 408 macro
|
H A D | rl78-parse.c | 352 STOP = 367, /* STOP */ enumerator 477 #define STOP 367 macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | rl78-parse.h | 166 STOP = 367, /* STOP */ enumerator 291 #define STOP 367 macro
|
H A D | rx-parse.h | 207 STOP = 408, /* STOP */ enumerator 376 #define STOP 408 macro
|
H A D | rl78-parse.c | 352 STOP = 367, /* STOP */ enumerator 477 #define STOP 367 macro
|
/netbsd-src/sbin/fsck_ext2fs/ |
H A D | fsck.h | 227 #define STOP 0x01 macro
|
/netbsd-src/sbin/fsck_ffs/ |
H A D | fsck.h | 360 #define STOP 0x01 macro
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/ |
H A D | armemu.h | 444 #define STOP 0 /* stop */ macro
|