Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/linux/
H A Dkernel.h81 #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 Defi_console.c84 curs_move(int *_x, int *_y, int x, int y) in curs_move()
/dflybsd-src/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_plat.h193 #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 Dif_bwn_phy_lp.c2308 #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 Dar9300_paprd.c76 #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 Dar9300_freebsd_inc.h191 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25) argument
H A Dar9300_eeprom.c2872 #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 Disp.c3204 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member