Searched defs:_y (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | kernel.h | 81 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) argument 82 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) argument
|
/dflybsd-src/stand/boot/efi/libefi/ |
H A D | efi_console.c | 84 curs_move(int *_x, int *_y, int x, int y) in curs_move()
|
/dflybsd-src/sys/dev/virtual/amazon/ena/ena-com/ |
H A D | ena_plat.h | 193 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) argument 194 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) argument
|
/dflybsd-src/sys/dev/netif/bwn/bwn/ |
H A D | if_bwn_phy_lp.c | 2308 #define CALC_COEFF(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument 2317 #define CALC_COEFF2(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument
|
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_paprd.c | 76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_paprd_setup_single_table() argument
|
H A D | ar9300_freebsd_inc.h | 191 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25) argument
|
H A D | ar9300_eeprom.c | 2872 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_eeprom_set_transmit_power() argument
|
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp.c | 3204 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member
|