| /dragonfly/sys/dev/drm/include/linux/ |
| HD | 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
|
| /dragonfly/sys/dev/virtual/amazon/ena/ena-com/ |
| HD | 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
|
| /dragonfly/stand/boot/efi/libefi/ |
| HD | efi_console.c | 48 void curs_move(int *_x, int *_y, int x, int y); 84 curs_move(int *_x, int *_y, int x, int y) in curs_move() argument 89 if (_y != NULL) in curs_move() 90 *_y = conout->Mode->CursorRow; in curs_move()
|
| /dragonfly/contrib/gcc-4.7/libgcc/soft-fp/ |
| HD | op-2.h | 333 _FP_W_TYPE _x[2], _y[2]; \ 335 _y[0] = Y##_f0; _y[1] = Y##_f1; \ 337 mpn_mul_n(_z_f, _x, _y, 2); \ 517 _FP_W_TYPE _x[4], _y[2], _z[4]; \ 518 _y[0] = Y##_f0; _y[1] = Y##_f1; \ 536 (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \
|
| HD | op-1.h | 219 _FP_W_TYPE _nh, _nl, _q, _r, _y; \ 222 _y = Y##_f << _FP_WFRACXBITS_##fs; \ 237 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
|
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_freebsd_inc.h | 191 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25) argument
|
| HD | 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
|
| HD | 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
|
| /dragonfly/contrib/mpfr/src/ |
| HD | mpfr-impl.h | 1427 mpfr_ptr _y = (y); \ 1433 if (MPFR_UNLIKELY (_err > MPFR_PREC (_y) + 1)) \ 1435 int _inexact = mpfr_round_near_x (_y,(v),_err,(dir),(rnd)); \ 1450 mpfr_ptr _y = (y); \ 1456 if (MPFR_UNLIKELY (_err > MPFR_PREC (_y) + 1)) \ 1460 _inexact = mpfr_round_near_x (_y,(v),_err,(dir),(rnd)); \ 1466 return mpfr_check_range (_y, _inexact, (rnd)); \
|
| HD | mpfr-longlong.h | 315 UWtype _x = (x), _y, _a, _c; \ 316 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 317 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /dragonfly/contrib/cvs-1.12/contrib/ |
| HD | sccs2rcs.in | 149 if ((_$ans == _) || (_$ans == _y) || (_$ans == _Y)) then
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | longlong.h | 506 UWtype _x = (x), _y, _a, _c; \ 507 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 508 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /dragonfly/contrib/libpcap/ |
| HD | optimize.c | 299 register bpf_u_int32 *_x = a, *_y = b;\ 301 do *_x++ &= *_y++; while (--_n != 0);\ 310 register bpf_u_int32 *_x = a, *_y = b;\ 312 do *_x++ &=~ *_y++; while (--_n != 0);\ 321 register bpf_u_int32 *_x = a, *_y = b;\ 323 do *_x++ |= *_y++; while (--_n != 0);\
|
| /dragonfly/contrib/gcc-8.0/include/ |
| HD | longlong.h | 572 UWtype _x = (x), _y, _a, _c; \ 573 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 574 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /dragonfly/contrib/binutils-2.27/include/ |
| HD | longlong.h | 570 UWtype _x = (x), _y, _a, _c; \ 571 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 572 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /dragonfly/sys/dev/netif/bwn/bwn/ |
| HD | if_bwn_phy_lp.c | 2308 #define CALC_COEFF(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument 2312 _v = ((_y << (30 - _x)) + (_z >> (1 + _t))) / (_z >> _t); \ in bwn_phy_lp_calc_rx_iq_comp() 2314 _v = ((_y << (30 - _x)) + (_z << (-1 - _t))) / (_z << -_t); \ in bwn_phy_lp_calc_rx_iq_comp() 2317 #define CALC_COEFF2(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument 2321 _v = (_y << (31 - _x)) / (_z >> _t); \ in bwn_phy_lp_calc_rx_iq_comp() 2323 _v = (_y << (31 - _x)) / (_z << -_t); \ in bwn_phy_lp_calc_rx_iq_comp()
|
| /dragonfly/contrib/gmp/ |
| HD | longlong.h | 321 UWtype _x = (x), _y, _a, _c; \ 322 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 323 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | sourcebuild.texi | 2466 @file{@var{testname}_y.@var{suffix}}. 2468 @item @var{testname}_y.@var{suffix}
|
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp.c | 3204 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member
|