Searched defs:_y (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
H A D | bldnot.s | 10 _y: .long 0x55555555 label
|
H A D | bld.s | 10 _y: .long 0x55555555 label
|
H A D | bset.s | 10 _y: .long 0x55555555 label
|
H A D | bst.s | 10 _y: .long 0x55555555 label
|
H A D | bclr.s | 10 _y: .long 0x55555555 label
|
H A D | and.s | 10 _y: .long 0x55555555 label
|
H A D | add.s | 10 _y: .long 1 label
|
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | efigetsecs.c | 33 #define isleap(_y) (((_y) % 4) == 0 && (((_y) % 100) != 0 || ((_y) % 400) == 0)) in getsecs() argument
|
/netbsd-src/sys/stand/efiboot/ |
H A D | efigetsecs.c | 37 #define isleap(_y) (((_y) % 4) == 0 && (((_y) % 100) != 0 || ((_y) % 400) == 0)) in getsecs_rtc() argument
|
/netbsd-src/sys/arch/sgimips/hpc/ |
H A D | pi1ppc.c | 88 #define pi1ppc_w_str(_x,_y) argument 89 #define pi1ppc_w_ctr(_x,_y) w_reg(AT_CTL_REG,_x,_y) argument 90 #define pi1ppc_w_dtr(_x,_y) w_reg(AT_DATA_REG,_x,_y) argument
|
/netbsd-src/lib/libc/stdlib/ |
H A D | getopt_long.c | 346 #define IDENTICAL_INTERPRETATION(_x, _y) \ in getopt_long() argument
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | getopt_long.c | 371 #define IDENTICAL_INTERPRETATION(_x, _y) \ argument
|
/netbsd-src/sys/external/bsd/ena-com/ |
H A D | ena_plat.h | 196 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) argument 197 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) argument
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | dir.c | 299 #define MAKECMP(_x,_y) ((_x)<(_y)?-1:((_x)==(_y)?0:1)) argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken.h.in | 806 #define flock(_x,_y) rk_flock(_x,_y) argument
|
/netbsd-src/sys/dev/ic/ |
H A D | isp.c | 3200 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member
|