Home
last modified time | relevance | path

Searched refs:_y (Results 1 – 19 of 19) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
HDkernel.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
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
HDena_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
/dragonfly/stand/boot/efi/libefi/
HDefi_console.c48 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/
HDop-2.h333 _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); \
HDop-1.h219 _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/
HDar9300_freebsd_inc.h191 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25) argument
HDar9300_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
HDar9300_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
/dragonfly/contrib/mpfr/src/
HDmpfr-impl.h1427 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)); \
HDmpfr-longlong.h315 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/
HDsccs2rcs.in149 if ((_$ans == _) || (_$ans == _y) || (_$ans == _Y)) then
/dragonfly/contrib/gcc-4.7/libgcc/
HDlonglong.h506 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/
HDoptimize.c299 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/
HDlonglong.h572 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/
HDlonglong.h570 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/
HDif_bwn_phy_lp.c2308 #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/
HDlonglong.h321 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/
HDsourcebuild.texi2466 @file{@var{testname}_y.@var{suffix}}.
2468 @item @var{testname}_y.@var{suffix}
/dragonfly/sys/dev/disk/isp/
HDisp.c3204 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member