Home
last modified time | relevance | path

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

12

/freebsd/include/
H A D_ctype.h97 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune()
104 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune()
111 __istype(__ct_rune_t _c, unsigned long _f) in __istype()
117 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype()
123 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype()
/freebsd/tools/tools/ath/athalq/
H A Dar5416_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5211_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5212_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5210_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar9300_ds.c36 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
37 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5416_ds_tdma.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h124 #define FRACT(_id, _name, _pname, _f, _o) \ argument
139 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
158 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
175 #define MUXRAW(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
191 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
195 #define MUXGRF(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_mhi.c64 #define CHECK_FIELD(_f) \ in linuxkpi_mhi_register_controller() argument
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
370 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drs.h75 #define RS_DRV_DATA_PACK(_c, _f) ((void *)(uintptr_t)(_c | (uintptr_t)(_f) << sizeof(_c))) /* XXX T… argument
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
H A Dip_compat.h1212 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument
1222 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
/freebsd/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
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c166 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() argument
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h585 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
586 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
589 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
592 #define OS_REG_SET_BIT(_a, _r, _f) \ argument
594 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
596 #define OS_REG_IS_BIT_SET(_a, _r, _f) \ argument
598 #define OS_REG_RMW_FIELD_ALT(_a, _r, _f, _v) \ argument
602 #define OS_REG_READ_FIELD(_a, _r, _f) \ argument
604 #define OS_REG_READ_FIELD_ALT(_a, _r, _f) \ argument
608 #define OS_A_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.h449 #define _aof_(_n, _f) AOUF_ ## _n ## _ID, argument
453 #define _aof_(_n, _f) AOUF_ ## _n = (1 << AOUF_ ## _n ## _ID), argument
H A Dusage.c122 # define _aof_(_n, _f) { sizeof(#_n)-1, _f, #_n }, in set_usage_flags() argument
/freebsd/sys/arm64/freescale/imx/
H A Dimx_ccm_clk.h77 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.c35 #define dlopen(_n, _f) NULL /* Fail */ argument
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_reg.h24 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
25 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h657 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument
661 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py79 def _f(*args, **kwargs): function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h458 #define alloc_netdev(_l, _n, _f, _func) \ argument
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h38 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
39 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument

12