Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/sys/net80211/
H A D_ieee80211.h185 #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
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
203 #define IEEE80211_IS_CHAN_CCK(_c) _IEEE80211_IS_CHAN(_c, CCK) argument
207 #define IEEE80211_IS_CHAN_FULL(_c) \ argument
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dag-char-map.h118 #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 …]
H A Dautoopts.c59 # define strrchr(_s, _c) option_strrchr(_s, _c) argument
60 # define strchr(_s, _c) option_strchr(_s, _c) argument
H A Dmakeshell.c37 #define UPPER(_c) (toupper(to_uchar(_c))) argument
38 #define LOWER(_c) (tolower(to_uchar(_c))) argument
H A Dautoopts.h265 #define AGALOC(_c, _w) ao_malloc((size_t)_c) argument
266 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c) argument
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h50 #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/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h50 #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/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h355 #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/sys/dev/pci/ixgbe/
H A Dixgbe_sriov.h87 #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
H A Dixgbe_rss.h56 #define rss_hash2bucket(_a,_b,_c) -1 argument
81 #define rss_hash2bucket(_a,_b,_c) -1 argument
/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h331 #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
459 #define IS_CHAN_PUREG(_c) \ 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
465 #define IS_CHAN_5GHZ(_c) (((_c)->channelFlags & CHANNEL_5GHZ) != 0) argument
466 #define IS_CHAN_2GHZ(_c) (((_c)->channelFlags & CHANNEL_2GHZ) != 0) argument
475 #define IS_CHAN_HT(_c) (((_c)->channelFlags & CHANNEL_HT) != 0) argument
477 #define IS_CHAN_HT40(_c) (((_c)->channelFlags & CHANNEL_HT40) != 0) argument
[all …]
/netbsd/external/cddl/osnet/sys/sys/
H A Dmman.h37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
H A Datomic.h37 #define casptr(_a, _b, _c) \ argument
/netbsd/lib/libc/arch/sparc64/softfloat/
H A Dqp.c185 float64 _c; in _Qp_qtod() local
207 float32 _c; in _Qp_qtos() local
/netbsd/external/gpl2/lvm2/dist/lib/uuid/
H A Duuid.c28 static const char _c[] = variable
/netbsd/external/gpl2/gmake/dist/
H A Dmake.h600 #define EINTRLOOP(_v,_c) while (((_v)=_c)==-1 && errno==EINTR) argument
609 #define ENULLLOOP(_v,_c) do{ errno = 0; \ argument
/netbsd/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h369 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
371 #define kmem_cache_destroy(_c) umem_cache_destroy(_c) argument
372 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) argument
373 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b) argument
375 #define kmem_cache_reap_now(_c) /* nothing */ argument
376 #define kmem_cache_set_move(_c, _cb) /* nothing */ argument
703 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0) argument
/netbsd/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c105 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5312Reset() argument
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1521 # 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/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416.h107 #define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \ argument
/netbsd/games/larn/
H A Ddisplay.c12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) argument
/netbsd/lib/libc/stdio/
H A Dvfwscanf.c109 #define INCCL(_c) \ argument
/netbsd/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h558 #define vec_dst(_a, _b, _c) argument
564 #define vec_dstst(_a, _b, _c) argument
570 #define vec_dststt(_a, _b, _c) argument
576 #define vec_dstt(_a, _b, _c) argument
834 #define vec_madd(_a, _b, _c) spu_madd(_a, _b, _c) argument
1284 #define vec_nmsub(_a, _b, _c) spu_nmsub(_a, _b, _c) argument
1630 #define vec_sel(_a, _b, _c) spu_sel(_a, _b, _c) argument
1675 #define vec_sld(_a, _b, _c) spu_shuffle(_a, _b, ((vec_uchar16){ 0+(_c), 1+(_c), 2+(_c), 3+(_c), … argument
1979 #define vec_stl(_a, _b, _c) vec_st(_a, _b, _c) argument
3817 #define vec_stvlxl(_a, _b, _c) vec_stvlx(_a, _b, _c) argument
[all …]
/netbsd/include/
H A Dstdio.h462 static __inline int __sputc(int _c, FILE *_p) { in __sputc()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h317 #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

12