/freebsd/include/ |
H A D | _ctype.h | 97 __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 D | ar5210_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5211_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5212_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5416_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar9300_ds.c | 36 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 37 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5416_ds_tdma.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_cru.h | 124 #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/include/linux/ |
H A D | cleanup.h | 13 #define __cleanup(_f) __attribute__((__cleanup__(_f))) argument
|
H A D | netdevice.h | 467 #define alloc_netdev(_l, _n, _f, _func) \ argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_mhi.c | 64 #define CHECK_FIELD(_f) \ in linuxkpi_mhi_register_controller() argument
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 355 #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 D | rs.h | 75 #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 D | ipf_rb.h | 27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
|
H A D | ip_compat.h | 1212 # 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 D | ar9300_spectral.c | 304 #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 D | vt_termcolors.c | 166 #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 D | ah_internal.h | 585 #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 D | autoopts.h | 449 #define _aof_(_n, _f) AOUF_ ## _n ## _ID, argument 453 #define _aof_(_n, _f) AOUF_ ## _n = (1 << AOUF_ ## _n ## _ID), argument
|
H A D | usage.c | 122 # define _aof_(_n, _f) { sizeof(#_n)-1, _f, #_n }, in set_usage_flags() argument
|
/freebsd/sys/arm64/freescale/imx/ |
H A D | imx_ccm.h | 91 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_encoder.c | 35 #define dlopen(_n, _f) NULL /* Fail */ argument
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_reg.h | 24 #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 D | rs.h | 657 #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.py | 79 def _f(*args, **kwargs): function
|