| /netbsd/src/sys/net80211/ |
| D | _ieee80211.h | 185 #define IEEE80211_IS_CHAN_ANYC(_c) \ argument 188 #define _IEEE80211_IS_CHAN(_c, _ch) \ argument 191 #define IEEE80211_IS_CHAN_FHSS(_c) _IEEE80211_IS_CHAN(_c, FHSS) argument 192 #define IEEE80211_IS_CHAN_A(_c) _IEEE80211_IS_CHAN(_c, A) argument 193 #define IEEE80211_IS_CHAN_B(_c) _IEEE80211_IS_CHAN(_c, B) argument 194 #define IEEE80211_IS_CHAN_PUREG(_c) _IEEE80211_IS_CHAN(_c, PUREG) argument 195 #define IEEE80211_IS_CHAN_G(_c) _IEEE80211_IS_CHAN(_c, G) argument 196 #define IEEE80211_IS_CHAN_ANYG(_c) _IEEE80211_IS_CHAN(_c, ANYG) argument 197 #define IEEE80211_IS_CHAN_T(_c) _IEEE80211_IS_CHAN(_c, T) argument 198 #define IEEE80211_IS_CHAN_108G(_c) _IEEE80211_IS_CHAN(_c, 108G) argument [all …]
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | ag-char-map.h | 118 #define IS_NEWLINE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000001) argument 123 #define IS_NUL_BYTE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000002) argument 128 #define IS_DIR_SEP_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000004) argument 133 #define IS_PERCENT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000008) argument 138 #define IS_COMMA_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000010) argument 143 #define IS_COLON_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000020) argument 148 #define IS_UNDERSCORE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000040) argument 153 #define IS_PLUS_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000080) argument 158 #define IS_DOLLAR_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000100) argument 163 #define IS_OPTION_MARKER_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000200) argument [all …]
|
| D | autoopts.c | 59 # define strrchr(_s, _c) option_strrchr(_s, _c) argument 60 # define strchr(_s, _c) option_strchr(_s, _c) argument
|
| D | makeshell.c | 37 #define UPPER(_c) (toupper(to_uchar(_c))) argument 38 #define LOWER(_c) (tolower(to_uchar(_c))) argument
|
| D | autoopts.h | 270 #define AGALOC(_c, _w) ao_malloc((size_t)_c) argument 271 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c) argument
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | concept_check.h | 50 #define __glibcxx_class_requires2(_a,_b,_c) argument 51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | sysmacros.h | 355 #define DECL_BITFIELD3(_a, _b, _c) \ argument 357 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument 359 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 370 #define DECL_BITFIELD3(_a, _b, _c) \ argument 372 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument 374 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 376 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument [all …]
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_sriov.h | 87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument 88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument 96 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
|
| D | ixgbe_rss.h | 56 #define rss_hash2bucket(_a,_b,_c) -1 argument 81 #define rss_hash2bucket(_a,_b,_c) -1 argument
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ |
| D | ah_internal.h | 331 #define ath_hal_getNfAdjust(_ah, _c) \ argument 454 #define IS_CHAN_A(_c) (((_c)->channelFlags & CHANNEL_A) == CHANNEL_A) argument 455 #define IS_CHAN_B(_c) (((_c)->channelFlags & CHANNEL_B) == CHANNEL_B) argument 456 #define IS_CHAN_G(_c) (((_c)->channelFlags & (CHANNEL_108G|CHANNEL_G)) == CHANNEL_G) argument 457 #define IS_CHAN_108G(_c)(((_c)->channelFlags & CHANNEL_108G) == CHANNEL_108G) argument 458 #define IS_CHAN_T(_c) (((_c)->channelFlags & CHANNEL_T) == CHANNEL_T) argument 459 #define IS_CHAN_PUREG(_c) \ argument 462 #define IS_CHAN_TURBO(_c) (((_c)->channelFlags & CHANNEL_TURBO) != 0) argument 463 #define IS_CHAN_CCK(_c) (((_c)->channelFlags & CHANNEL_CCK) != 0) argument 464 #define IS_CHAN_OFDM(_c) (((_c)->channelFlags & CHANNEL_OFDM) != 0) argument [all …]
|
| /netbsd/src/external/cddl/osnet/sys/sys/ |
| D | mman.h | 37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
|
| D | atomic.h | 37 #define casptr(_a, _b, _c) \ argument
|
| /netbsd/src/lib/libc/arch/sparc64/softfloat/ |
| D | qp.c | 185 float64 _c; in _Qp_qtod() local 207 float32 _c; in _Qp_qtos() local
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/uuid/ |
| D | uuid.c | 28 static const char _c[] = variable
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5312/ |
| D | ar5312_reset.c | 105 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5312Reset() argument
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/ |
| D | ar5416.h | 107 #define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \ argument
|
| D | ar5416_reset.c | 112 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5416Reset() argument
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_compat.h | 1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument 1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1529 # define DT2(_n,_a,_b,_c,_d) argument 1530 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1536 # define DT2(_n,_a,_b,_c,_d) argument 1537 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1538 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
|
| /netbsd/src/lib/libc/stdio/ |
| D | vfwscanf.c | 109 #define INCCL(_c) \ argument
|
| /netbsd/src/games/larn/ |
| D | display.c | 12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) argument
|
| /netbsd/src/include/ |
| D | stdio.h | 462 static __inline int __sputc(int _c, FILE *_p) { in __sputc()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | si2vmx.h | 317 #define si_addx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_a), (vec_uint4)(_b)), … argument 367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), … argument 818 #define si_cgx(_a, _b, _c) ((qword)(vec_or(vec_addc((vec_uint4)(_a), (vec_uint4)(_b)), … argument 1823 #define si_sfx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_b), … argument
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/ |
| D | ar5211_reset.c | 174 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5211Reset() argument
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/ |
| D | ar5212_reset.c | 125 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5212Reset() argument
|
| /netbsd/src/sbin/sysctl/ |
| D | sysctl.c | 488 #define print_flag(_f, _s, _c, _q, _x) \ in sf() argument
|