Home
last modified time | relevance | path

Searched defs:_f (Results 1 – 17 of 17) sorted by relevance

/dragonfly/include/
H A Dctype.h116 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune()
123 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune()
130 __istype(__ct_rune_t _c, unsigned long _f) in __istype()
136 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype()
142 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype()
/dragonfly/contrib/mpfr/src/
H A Dmpfr.h819 #define mpfr_cmp_ui(_f,_u) \ argument
824 #define mpfr_cmp_si(_f,_s) \ argument
830 #define mpfr_set_ui(_f,_u,_r) \ argument
840 #define mpfr_set_si(_f,_s,_r) \ argument
H A Dmpfr-impl.h361 #define MPFR_BLOCK_TEST(_flags,_f) MPFR_UNLIKELY ((_flags) & (_f)) argument
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c304 #define ar9300_noise_floor_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f… argument
305 #define ar9300_noise_floor_power_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f… argument
H A Dar9300_reset.c596 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) argument
802 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c)) argument
4347 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) in First_NFCal() argument
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h579 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
580 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
583 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
586 #define OS_REG_SET_BIT(_a, _r, _f) \ argument
588 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
590 #define OS_REG_IS_BIT_SET(_a, _r, _f) \ argument
592 #define OS_REG_RMW_FIELD_ALT(_a, _r, _f, _v) \ argument
596 #define OS_REG_READ_FIELD(_a, _r, _f) \ argument
598 #define OS_REG_READ_FIELD_ALT(_a, _r, _f) \ argument
602 #define OS_A_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_sta.c1102 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
H A Dieee80211_ht.c56 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
57 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
H A Dieee80211_output.c2008 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
H A Dieee80211_ioctl.c797 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_ioctl_get80211() argument
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dexport.c316 static int _out_line(const char *line, void *_f) { in _out_line()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_all.h809 #define VPD_DEVID_PI(_f) (((_f) >> 4) & 0xf0) argument
810 #define VPD_DEVID_CODE(_f) (((_f) >> 0) & 0x0f) argument
816 #define VPD_DEVID_ASSOC(_f) ((_f) & 0x30) argument
820 #define VPD_DEVID_TYPE(_f) ((_f) & 0x0f) argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_reset.c1764 #define CHAN_TO_SPUR(_f, _freq) ( ((_freq) - ((_f) ? 2300 : 4900)) * 10 ) in ar5212SetSpurMitigation() argument
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c2069 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in bwn_wme_clear() argument
4487 #define SM(_v, _f) (((_v) << _f##_S) & _f) in bwn_wme_loadparams() argument
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c2533 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c7355 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
/dragonfly/sbin/ifconfig/
H A Difieee80211.c2580 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in printwmeparam() argument