/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() 130 __toupper(__ct_rune_t _c) in __toupper() 137 __sbtoupper(__ct_rune_t _c) in __sbtoupper() 144 __tolower(__ct_rune_t _c) in __tolower() 151 __sbtolower(__ct_rune_t _c) in __sbtolower() 158 __wcwidth(__ct_rune_t _c) in __wcwidth()
|
H A D | wchar.h | 221 #define wcwidth(_c) __wcwidth(_c) argument
|
/freebsd/sys/net80211/ |
H A D | _ieee80211.h | 241 #define IEEE80211_IS_CHAN_FHSS(_c) \ argument 243 #define IEEE80211_IS_CHAN_A(_c) \ argument 245 #define IEEE80211_IS_CHAN_B(_c) \ argument 247 #define IEEE80211_IS_CHAN_PUREG(_c) \ argument 249 #define IEEE80211_IS_CHAN_G(_c) \ argument 251 #define IEEE80211_IS_CHAN_ANYG(_c) \ argument 253 #define IEEE80211_IS_CHAN_ST(_c) \ argument 255 #define IEEE80211_IS_CHAN_108A(_c) \ argument 257 #define IEEE80211_IS_CHAN_108G(_c) \ argument 260 #define IEEE80211_IS_CHAN_2GHZ(_c) \ argument [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | ag-char-map.h | 116 #define IS_NEWLINE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000001) argument 121 #define IS_NUL_BYTE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000002) argument 126 #define IS_DIR_SEP_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000004) argument 131 #define IS_PERCENT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000008) argument 136 #define IS_COMMA_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000010) argument 141 #define IS_COLON_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000020) argument 146 #define IS_UNDERSCORE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000040) argument 151 #define IS_PLUS_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000080) argument 156 #define IS_DOLLAR_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000100) argument 161 #define IS_OPTION_MARKER_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000200) argument [all …]
|
H A D | autoopts.c | 57 # define strrchr(_s, _c) option_strrchr(_s, _c) argument 58 # define strchr(_s, _c) option_strchr(_s, _c) argument
|
H A D | makeshell.c | 35 #define UPPER(_c) (toupper(to_uchar(_c))) argument 36 #define LOWER(_c) (tolower(to_uchar(_c))) argument
|
H A D | autoopts.h | 262 #define AGALOC(_c, _w) ao_malloc((size_t)_c) argument 263 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c) argument
|
/freebsd/sys/arm/ti/ |
H A D | ti_spireg.h | 59 #define MCSPI_CONF_CH(_c) (0x12c + 0x14 * (_c)) argument 80 #define MCSPI_STAT_CH(_c) (0x130 + 0x14 * (_c)) argument 84 #define MCSPI_CTRL_CH(_c) (0x134 + 0x14 * (_c)) argument 89 #define MCSPI_TX_CH(_c) (0x138 + 0x14 * (_c)) argument 90 #define MCSPI_RX_CH(_c) (0x13c + 0x14 * (_c)) argument
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 349 #define DECL_BITFIELD3(_a, _b, _c) \ argument 351 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument 353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 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 364 #define DECL_BITFIELD3(_a, _b, _c) \ argument 366 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument 368 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 370 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument [all …]
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | divsufsort_private.h | 154 #define STACK_PUSH(_a, _b, _c, _d)\ argument 160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 166 #define STACK_POP(_a, _b, _c, _d)\ argument 173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_sriov.h | 86 #define ixgbe_add_vf(_a,_b,_c) argument 87 #define ixgbe_init_iov(_a,_b,_c) argument 95 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
|
H A D | ixgbe_rss.h | 60 #define rss_hash2bucket(_a,_b,_c) -1 argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_hash.c | 68 #define EFX_HASH_MIX(_a, _b, _c) \ argument 92 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
|
H A D | efx_annote.h | 84 #define __drv_when(_p, _c) argument
|
/freebsd/sys/net/ |
H A D | netmap_legacy.h | 203 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument 205 #define _IO_direct(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument 208 #define _IOWR(_c, _n, _s) _IO(_c, _n) argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_netdev.c | 73 #define NAPI_TRACE_TASK(_n, _p, _c) if (debug_napi & DNAPI_TRACE_TASK) \ argument 87 #define NAPI_TRACE_TASK(_n, _p, _c) do { } while(0) 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/include/xlocale/ |
H A D | _ctype.h | 161 __wcwidth_l(__ct_rune_t _c, locale_t __l) in __wcwidth_l()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pcivar.h | 107 #define BHNDB_PCI_IS_CORE_END(_c) BHND_MATCH_IS_ANY(&(_c)->match) argument
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1211 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument 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 1221 # define DT2(_n,_a,_b,_c,_d) 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/usr.sbin/usbdump/ |
H A D | usbdump.c | 57 #define BPF_STORE_JUMP(x,_c,_k,_jt,_jf) do { \ argument 64 #define BPF_STORE_STMT(x,_c,_k) do { \ argument
|
/freebsd/sys/dev/rtwn/rtl8192c/ |
H A D | r92c_var.h | 69 #define rtwn_r92c_get_txpower(_sc, _chain, _c, _power) \ argument
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_prf.c | 226 #define WRITE_CHAR(_c) do { \ in bhnd_nvram_val_vprintf() argument
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 102 #define STACK_PUSH(_a, _b, _c, _d)\ argument 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 114 #define STACK_POP(_a, _b, _c, _d)\ argument 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 462 #define ath_hal_getNfAdjust(_ah, _c) \ argument 552 #define IS_CHAN_5GHZ(_c) ((_c)->channel > 4900) argument 553 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument 555 #define IS_CHAN_IN_PUBLIC_SAFETY_BAND(_c) ((_c) > 4940 && (_c) < 4990) argument 913 #define HAL_INI_VAL(_ia, _r, _c) \ argument 994 #define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \ argument
|