Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 25 of 35) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Domp.h.in36 unsigned char _x[@OMP_LOCK_SIZE@] member
42 unsigned char _x[@OMP_NEST_LOCK_SIZE@] member
/dflybsd-src/sys/cpu/x86_64/include/
H A Dendian.h153 __bswap64(__uint64_t _x) in __bswap64()
163 __bswap32(__uint32_t _x) in __bswap32()
173 __bswap16(__uint16_t _x) in __bswap16()
/dflybsd-src/contrib/mpfr/src/
H A Dmpfr.h741 #define MPFR_DECL_INIT(_x, _p) \ argument
751 #define mpfr_nan_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_NAN) argument
752 #define mpfr_inf_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_INF) argument
753 #define mpfr_zero_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_ZERO) argument
754 #define mpfr_regular_p(_x) ((_x)->_mpfr_exp > __MPFR_EXP_INF) argument
755 #define mpfr_sgn(_x) \ argument
762 #define mpfr_get_prec(_x) MPFR_VALUE_OF((_x)->_mpfr_prec) argument
763 #define mpfr_get_exp(_x) MPFR_VALUE_OF((_x)->_mpfr_exp) argument
H A Dmpfr-impl.h950 #define MPFR_TMP_DECL(_x) unsigned char *(_x) argument
951 #define MPFR_TMP_MARK(_x) ((_x) = mpfr_stack) argument
953 #define MPFR_TMP_FREE(_x) (mpfr_stack = (_x)) argument
1478 #define MPFR_ZIV_DECL(_x) mpfr_prec_t _x argument
1479 #define MPFR_ZIV_INIT(_x, _p) (_x) = GMP_NUMB_BITS argument
1480 #define MPFR_ZIV_NEXT(_x, _p) ((_p) += (_x), (_x) = (_p)/2) argument
1499 #define MPFR_ZIV_DECL(_x) \ argument
1512 #define MPFR_ZIV_INIT(_x, _p) \ argument
1525 #define MPFR_ZIV_NEXT(_x, _p) \ argument
1540 #define MPFR_ZIV_FREE(_x) \ argument
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Domp.h.in37 unsigned char _x[@OMP_LOCK_SIZE@] member
43 unsigned char _x[@OMP_NEST_LOCK_SIZE@] member
/dflybsd-src/sys/dev/drm/include/asm/
H A Duaccess.h32 #define get_user(_x, _p) -copyin((_p), &(_x), sizeof(*(_p))) argument
102 #define put_user(_x, _p) __put_user(_x, _p) argument
/dflybsd-src/sys/bus/u4b/
H A Dusb_core.h48 #define USB_XFER_LOCK(_x) lockmgr((_x)->xroot->xfer_lock, LK_EXCLUSIVE) argument
49 #define USB_XFER_UNLOCK(_x) lockmgr((_x)->xroot->xfer_lock, LK_RELEASE) argument
50 #define USB_XFER_LOCK_ASSERT(_x) KKASSERT(lockowned((_x)->xroot->xfer_lock)) argument
51 #define USB_XFER_LOCK_ASSERT_NOTOWNED(_x) KKASSERT(!lockowned((_x)->xroot->xfer_lock)) argument
/dflybsd-src/sys/dev/misc/evdev/
H A Dfreebsd-bitstring.h77 __bitcount16(__uint16_t _x) in __bitcount16()
88 __bitcount32(__uint32_t _x) in __bitcount32()
101 __bitcount64(__uint64_t _x) in __bitcount64()
116 __bitcount64(__uint64_t _x) in __bitcount64()
/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
84 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) argument
/dflybsd-src/sys/sys/
H A Dbitops.h90 #define _ilog2_helper(_n, _x) ((_n) & (1ULL << (_x))) ? _x : argument
/dflybsd-src/include/xlocale/
H A D_ctype.h164 unsigned int _x; in __wcwidth_l() local
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h41 #define AR_CHAN_OFFSET(_x) (AR_CHAN_BASE + offsetof(struct chn_reg_map, _x)) argument
293 #define AR_MRC_OFFSET(_x) (AR_MRC_BASE + offsetof(struct mrc_reg_map, _x)) argument
328 #define AR_BBB_OFFSET(_x) (AR_BBB_BASE + offsetof(struct bbb_reg_map, _x)) argument
336 #define AR_AGC_OFFSET(_x) (AR_AGC_BASE + offsetof(struct agc_reg_map, _x)) argument
523 #define AR_SM_OFFSET(_x) (AR_SM_BASE + offsetof(struct sm_reg_map, _x)) argument
1208 #define AR_CHAN1_OFFSET(_x) (AR_CHAN1_BASE + offsetof(struct chn1_reg_map, _x)) argument
1236 #define AR_AGC1_OFFSET(_x) (AR_AGC1_BASE + offsetof(struct agc1_reg_map, _x)) argument
1253 #define AR_AGC1_OFFSET_POSEIDON(_x) (AR_AGC1_BASE_POSEIDON + offsetof(struct agc1_reg_map, _x)) argument
1271 #define AR_SM1_OFFSET(_x) (AR_SM1_BASE + offsetof(struct sm1_reg_map, _x)) argument
1318 #define AR_SM1_OFFSET_POSEIDON(_x) (AR_SM1_BASE_POSEIDON + offsetof(struct sm1_reg_map, _x)) argument
[all …]
H A Dar9300reg.h26 #define AR_MAC_DMA_OFFSET(_x) offsetof(struct mac_dma_reg, _x) argument
447 #define AR_MAC_QCU_OFFSET(_x) offsetof(struct mac_qcu_reg, _x) argument
549 #define AR_MAC_DCU_OFFSET(_x) offsetof(struct mac_dcu_reg, _x) argument
727 #define AR9300_HOSTIF_OFFSET(_x) offsetof(struct host_intf_reg, _x) argument
728 #define AR9340_HOSTIF_OFFSET(_x) offsetof(struct host_intf_reg_ar9340, _x) argument
1089 #define AR_OTP_EFUSE_OFFSET(_x) offsetof(struct efuse_reg_WLAN, _x) argument
1099 #define AR_RTC_OFFSET(_x) offsetof(struct rtc_reg, _x) argument
1170 #define AR_RTC_SYNC_OFFSET(_x) offsetof(struct rtc_sync_reg, _x) argument
1210 #define AR_AN_OFFSET(_x) offsetof(struct analog_intf_reg_csr, _x) argument
1309 #define AR_MAC_PCU_OFFSET(_x) offsetof(struct mac_pcu_reg, _x) argument
[all …]
H A Dar9300eep.h413 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[0] ) |\ argument
416 #define SWAP32(_x) ((u_int32_t)( \ argument
425 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[1] ) |\ argument
428 #define SWAP32(_x) ((u_int32_t)( \ argument
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
/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/crypto/safe/
H A Dsafe.c160 #define DPRINTF(_x) if (safe_debug) kprintf _x argument
162 #define DPRINTF(_x) argument
/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/include/
H A Dctype.h179 unsigned int _x; in __wcwidth() local
/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/dev/disk/isp/
H A Disp.c3203 sns_gid_ft_req_t _x; in isp_gid_ft_sns() member
7727 uint8_t _x[ISP2400_NVRAM_SIZE]; in isp_read_nvram() member
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dsimple-object-xcoff.c198 } _x; member
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dsimple-object-xcoff.c198 } _x; member
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsimple-object-xcoff.c198 } _x; member
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_output.c2350 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0) argument

12