Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dbldnot.s10 _y: .long 0x55555555 label
H A Dbld.s10 _y: .long 0x55555555 label
H A Dbset.s10 _y: .long 0x55555555 label
H A Dbst.s10 _y: .long 0x55555555 label
H A Dbclr.s10 _y: .long 0x55555555 label
H A Dand.s10 _y: .long 0x55555555 label
H A Dadd.s10 _y: .long 1 label
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defigetsecs.c33 #define isleap(_y) (((_y) % 4) == 0 && (((_y) % 100) != 0 || ((_y) % 400) == 0)) in getsecs() argument
/netbsd-src/sys/stand/efiboot/
H A Defigetsecs.c37 #define isleap(_y) (((_y) % 4) == 0 && (((_y) % 100) != 0 || ((_y) % 400) == 0)) in getsecs_rtc() argument
/netbsd-src/sys/arch/sgimips/hpc/
H A Dpi1ppc.c88 #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 Dgetopt_long.c346 #define IDENTICAL_INTERPRETATION(_x, _y) \ in getopt_long() argument
/netbsd-src/external/bsd/file/dist/src/
H A Dgetopt_long.c371 #define IDENTICAL_INTERPRETATION(_x, _y) \ argument
/netbsd-src/sys/external/bsd/ena-com/
H A Dena_plat.h196 #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 Ddir.c299 #define MAKECMP(_x,_y) ((_x)<(_y)?-1:((_x)==(_y)?0:1)) argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.h.in806 #define flock(_x,_y) rk_flock(_x,_y) argument
/netbsd-src/sys/dev/ic/
H A Disp.c3200 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member