Home
last modified time | relevance | path

Searched defs:STOP (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h110 #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 Dt09.c1 #define STOP */ macro
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_progctrl_rts.s16 STOP: label
H A Dc_progctrl_jump_pr.s20 STOP: label
H A Dc_progctrl_call_pcpr.s20 STOP: label
H A Dc_ujump.s16 STOP: label
H A Dc_progctrl_jump_pcpr.s19 STOP: label
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddomwalk.cc266 const edge dom_walker::STOP = (edge)-1; member in dom_walker
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c45 #define STOP(x) return (x) macro
H A Dsqrtrem_1_2.c52 #define STOP(x) return (x) macro
/netbsd-src/games/tetris/
H A Dscreen.c394 #define STOP (B_COLS - 3) in scr_update() macro
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-signal.c93 enum { CLOSE, STOP, NOOP } stop_or_close; enumerator
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_time.c84 #define STOP 1 macro
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c108 #define STOP 1 macro
/netbsd-src/sys/lib/libkern/
H A Dentpool.c601 enum { IN, OUT, STOP } t; enumerator
/netbsd-src/sbin/fsck_lfs/
H A Dfsck.h168 #define STOP 0x01 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.h166 STOP = 367, /* STOP */ enumerator
291 #define STOP 367 macro
H A Drx-parse.h207 STOP = 408, /* STOP */ enumerator
376 #define STOP 408 macro
H A Drl78-parse.c352 STOP = 367, /* STOP */ enumerator
477 #define STOP 367 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h166 STOP = 367, /* STOP */ enumerator
291 #define STOP 367 macro
H A Drx-parse.h207 STOP = 408, /* STOP */ enumerator
376 #define STOP 408 macro
H A Drl78-parse.c352 STOP = 367, /* STOP */ enumerator
477 #define STOP 367 macro
/netbsd-src/sbin/fsck_ext2fs/
H A Dfsck.h227 #define STOP 0x01 macro
/netbsd-src/sbin/fsck_ffs/
H A Dfsck.h360 #define STOP 0x01 macro
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h444 #define STOP 0 /* stop */ macro

12