/src/sys/arch/i386/stand/efiboot/ |
efigetsecs.c | 33 #define isleap(_y) (((_y) % 4) == 0 && (((_y) % 100) != 0 || ((_y) % 400) == 0))
|
/src/sys/stand/efiboot/ |
efigetsecs.c | 37 #define isleap(_y) (((_y) % 4) == 0 && (((_y) % 100) != 0 || ((_y) % 400) == 0))
|
/src/sys/dev/hpc/ |
video_subr.c | 85 if (_y < _x) { \ 86 BRESENHAM(_y, _x, -i, -k, func); \ 88 BRESENHAM(_x, _y, -k, -i, func); \ 91 if (_y < _x) { \ 92 BRESENHAM(_y, _x, -i, +k, func); \ 94 BRESENHAM(_x, _y, -k, +i, func); \ 99 if (_y < _x) { \ 100 BRESENHAM(_y, _x, +i, -k, func); \ 102 BRESENHAM(_x, _y, +k, -i, func); \ 105 if (_y < _x) { [all...] |
/src/tests/usr.bin/indent/ |
lsym_word.c | 107 x._y = 5; 119 x._y = 5;
|
/src/sys/external/bsd/ena-com/ |
ena_plat.h | 196 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) 197 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y))
|
/src/lib/libc/stdlib/ |
getopt_long.c | 346 #define IDENTICAL_INTERPRETATION(_x, _y) \ 347 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \ 348 long_options[(_x)].flag == long_options[(_y)].flag && \ 349 long_options[(_x)].val == long_options[(_y)].val)
|
/src/sys/arch/sgimips/hpc/ |
pi1ppc.c | 88 #define pi1ppc_w_str(_x,_y) 89 #define pi1ppc_w_ctr(_x,_y) w_reg(AT_CTL_REG,_x,_y) 90 #define pi1ppc_w_dtr(_x,_y) w_reg(AT_DATA_REG,_x,_y)
|
/src/sys/dev/ic/ |
isp.c | 3200 uint8_t _y[SNS_GID_FT_REQ_SIZE]; member in union:isp_gid_ft_sns::__anonbd0553a1030a
|