Home
last modified time | relevance | path

Searched refs:_mask (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/dev/misc/evdev/
H A Dfreebsd-bitstring.h216 bitstr_t _mask; in bit_ntest() local
218 _mask = (_match == 0) ? 0 : _BITSTR_MASK; in bit_ntest()
223 return (0 == ((*_bitstr ^ _mask) & in bit_ntest()
226 0 != ((*_bitstr++ ^ _mask) & in bit_ntest()
232 if (*_bitstr++ != _mask) in bit_ntest()
291 bitstr_t _mask; in bit_ff_at_() local
300 _mask = _match ? 0 : _BITSTR_MASK; in bit_ff_at_()
302 _test = _mask ^ *_curbitstr; in bit_ff_at_()
306 _test = _mask ^ *(++_curbitstr); in bit_ff_at_()
338 bitstr_t *_curbitstr, _mask, _test; in bit_ff_area_at_() local
[all …]
/dragonfly/contrib/mpfr/src/
H A Dmpfr-gmp.h343 mp_limb_t _v, _p, _t1, _t0, _mask; \
350 _mask = -(_p >= d1); \
352 _v += _mask; \
353 _p -= _mask & d1; \
381 mp_limb_t _q0, _t1, _t0, _mask; \
394 _mask = - (mp_limb_t) ((r1) >= _q0); \
395 (q) += _mask; \
396 add_ssaaaa ((r1), (r0), (r1), (r0), _mask & (d1), _mask & (d0)); \
H A Dmpfr-impl.h1253 mp_limb_t _mask; \
1261 _mask = MPFR_LIMB_ONE << (_sh - 1); \
1262 _rb = _sp[0] & _mask; \
1263 _sb = _sp[0] & (_mask - 1); \
1273 _ulp = 2 * _mask; \
/dragonfly/sys/dev/virtual/virtio/scsi/
H A Dvirtio_scsivar.h190 #define vtscsi_set_ccb_status(_ccbh, _status, _mask) do { \ argument
191 KASSERT(((_mask) & CAM_STATUS_MASK) == 0, \
192 ("%s:%d bad mask: 0x%x", __FUNCTION__, __LINE__, (_mask))); \
193 (_ccbh)->status &= ~(CAM_STATUS_MASK | (_mask)); \
/dragonfly/sys/sys/
H A Dktr.h144 static const int ktr_ ## master ## _ ## name ## _mask = \
150 SYSCTL_INT(_debug_ktr_ ## master, OID_AUTO, name ## _mask, \
186 (ktr_ ## name ## _mask & \
207 (ktr_ ## name ## _mask & \
/dragonfly/sys/dev/drm/amd/display/dc/gpio/
H A Dddc_regs.h36 ….type ## _mask = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## _MAS…
53 .type ## _mask = DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## _MASK,\
70 .type ## _mask = DC_GPIO_I2CPAD_ ## type ## __DC_GPIO_ ## cd ## _ ## type ## _MASK,\
H A Dhpd_regs.h41 .type ## _mask = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## _MASK,\
H A Dhw_gpio.c35 gpio->regs->field_name ## _shift, gpio->regs->field_name ## _mask
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddragonfly.c193 struct crypto_bignum *_mask, in dragonfly_generate_scalar() argument
202 dragonfly_get_rand_2_to_r_1(_mask, order) && in dragonfly_generate_scalar()
203 crypto_bignum_add(_rand, _mask, scalar) == 0 && in dragonfly_generate_scalar()
H A Ddragonfly.h28 struct crypto_bignum *_mask,
/dragonfly/sys/net/
H A Droute.h424 rtmask_lookup(struct sockaddr *_mask) in rtmask_lookup() argument
426 return _rtmask_lookup(_mask, FALSE); in rtmask_lookup()
430 rtmask_purelookup(struct sockaddr *_mask) in rtmask_purelookup() argument
432 return _rtmask_lookup(_mask, TRUE); in rtmask_purelookup()
H A Dradix.c176 rn_search_m(const void *_key, const void *_mask, struct radix_node *head) in rn_search_m() argument
182 mask = _mask; in rn_search_m()
242 rn_lookup(const void *_key, const void *_mask, struct radix_node_head *head) in rn_lookup() argument
248 mask = _mask; in rn_lookup()
547 rn_addmask(const void *_mask, bool search, int skip, in rn_addmask() argument
556 mask = _mask; in rn_addmask()
1077 const void *_mask, walktree_f_t *f, void *w) in rn_walktree_from() argument
1085 mask = _mask; in rn_walktree_from()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsbitmap.h187 SBITMAP_ELT_TYPE _mask = (SBITMAP_ELT_TYPE)1 << (bit_num_ - 1);\
189 if ((word_ & _mask) != 0) \
191 word_ &= ~ _mask; \
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dsubst.md42 (define_subst_attr "mask_name" "mask" "" "_mask")
78 (define_subst_attr "mask_scalar_merge_name" "mask_scalar_merge" "" "_mask")
233 (define_subst_attr "mask_expand4_name" "mask_expand4" "" "_mask")
249 (define_subst_attr "mask_scalar_name" "mask_scalar" "" "_mask")
/dragonfly/lib/libalias/
H A Dalias.h50 PacketAliasSetMode(unsigned int _flags, unsigned int _mask);
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.h74 struct crypto_bignum *_mask,
H A Deap_pwd_common.c444 struct crypto_bignum *_mask, in eap_pwd_get_rand_mask() argument
448 _rand, _mask, scalar); in eap_pwd_get_rand_mask()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1087 #define ath_hal_getbssidmask(_ah, _mask) \ argument
1088 ((*(_ah)->ah_getBssIdMask)((_ah), (_mask)))
1089 #define ath_hal_setbssidmask(_ah, _mask) \ argument
1090 ((*(_ah)->ah_setBssIdMask)((_ah), (_mask)))
1091 #define ath_hal_intrset(_ah, _mask) \ argument
1092 ((*(_ah)->ah_setInterrupts)((_ah), (_mask)))
/dragonfly/contrib/file/src/
H A Dfile.h349 uint64_t _mask; /* for use with numeric and date types */ member
355 #define num_mask _u._mask
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h464 #define ath_hal_setInterrupts(_ah, _mask) \ argument
465 (_ah)->ah_setInterrupts(_ah, _mask)
/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_core.c1513 #define SIBA_SHIFTOUT(_var, _offset, _mask) \ argument
1514 out->_var = SIBA_SHIFTOUT_SUB(in[SIBA_OFFSET(_offset)], (_mask))
1515 #define SIBA_SHIFTOUT_4(_var, _offset, _mask, _shift) \ argument
1517 in[SIBA_OFFSET(_offset)]) & (_mask)) >> (_shift))
/dragonfly/contrib/gmp/
H A Dgmp-impl.h2786 mp_limb_t _q0, _t1, _t0, _mask; \
2799 _mask = - (mp_limb_t) ((r1) >= _q0); \
2800 (q) += _mask; \
2801 add_ssaaaa ((r1), (r0), (r1), (r0), _mask & (d1), _mask & (d0)); \
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_reset.c1616 #define AR_PHY_BIS(_ah, _reg, _mask, _val) \ in ar5212SetBoardValues() argument
1618 (OS_REG_READ(_ah, AR_PHY(_reg)) & _mask) | (_val)); in ar5212SetBoardValues()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface.c9580 u8 _addr[ETH_ALEN], _mask[ETH_ALEN]; in wpas_ctrl_iface_mac_rand_scan() local
9603 mask = _mask; in wpas_ctrl_iface_mac_rand_scan()