Searched refs:_c (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-10-stable/include/
H A D_ctype.h97 __maskrune(__ct_rune_t _c, unsigned long _f) argument
99 return ((_c < 0 || _c >= _CACHED_RUNES) ? ___runetype(_c) :
100 _CurrentRuneLocale->__runetype[_c]) & _f;
104 __sbmaskrune(__ct_rune_t _c, unsigned long _f) argument
106 return (_c < 0 || _c >= __mb_sb_limit) ? 0 :
107 _CurrentRuneLocale->__runetype[_c] & _f;
111 __istype(__ct_rune_t _c, unsigne argument
117 __sbistype(__ct_rune_t _c, unsigned long _f) argument
123 __isctype(__ct_rune_t _c, unsigned long _f) argument
130 __toupper(__ct_rune_t _c) argument
137 __sbtoupper(__ct_rune_t _c) argument
144 __tolower(__ct_rune_t _c) argument
151 __sbtolower(__ct_rune_t _c) argument
158 __wcwidth(__ct_rune_t _c) argument
[all...]
H A Dstdio.h463 static __inline int __sputc(int _c, FILE *_p) { argument
464 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
465 return (*_p->_p++ = _c);
467 return (__swbuf(_c, _p));
/freebsd-10-stable/sys/net80211/
H A D_ieee80211.h216 #define IEEE80211_IS_CHAN_FHSS(_c) \
217 (((_c)->ic_flags & IEEE80211_CHAN_FHSS) == IEEE80211_CHAN_FHSS)
218 #define IEEE80211_IS_CHAN_A(_c) \
219 (((_c)->ic_flags & IEEE80211_CHAN_A) == IEEE80211_CHAN_A)
220 #define IEEE80211_IS_CHAN_B(_c) \
221 (((_c)->ic_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B)
222 #define IEEE80211_IS_CHAN_PUREG(_c) \
223 (((_c)->ic_flags & IEEE80211_CHAN_PUREG) == IEEE80211_CHAN_PUREG)
224 #define IEEE80211_IS_CHAN_G(_c) \
225 (((_c)
[all...]
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dmman.h35 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f)
H A Datomic.h35 #define casptr(_a, _b, _c) \
36 atomic_cmpset_ptr((volatile uintptr_t *)(_a), (uintptr_t)(_b), (uintptr_t) (_c))
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dconcept_check.h54 #define __glibcxx_class_requires2(_a,_b,_c)
55 #define __glibcxx_class_requires3(_a,_b,_c,_d)
56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
79 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
80 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
81 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
/freebsd-10-stable/sys/dev/sfxge/common/
H A Defx_hash.c70 #define EFX_HASH_MIX(_a, _b, _c) \
72 _a -= _c; \
73 _a ^= EFX_HASH_ROTATE(_c, 4); \
74 _c += _b; \
77 _a += _c; \
78 _c -= _b; \
79 _c ^= EFX_HASH_ROTATE(_b, 8); \
81 _a -= _c; \
82 _a ^= EFX_HASH_ROTATE(_c, 16); \
83 _c
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dag-char-map.h116 #define IS_NEWLINE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000001)
121 #define IS_NUL_BYTE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000002)
126 #define IS_DIR_SEP_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000004)
131 #define IS_PERCENT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000008)
136 #define IS_COMMA_CHAR( _c) is_ag_char_map_char((char)(_c),
[all...]
H A Dautoopts.h259 #define AGALOC(_c, _w) ao_malloc((size_t)_c)
260 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c)
H A Dautoopts.c57 # define strrchr(_s, _c) option_strrchr(_s, _c)
58 # define strchr(_s, _c) option_strchr(_s, _c)
H A Dmakeshell.c35 #define UPPER(_c) (toupper(to_uchar(_c)))
36 #define LOWER(_c) (tolower(to_uchar(_c)))
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_sriov.h86 #define ixgbe_add_vf(_a,_b,_c)
87 #define ixgbe_init_iov(_a,_b,_c)
95 #define ixgbe_vf_que_index(_a,_b,_c) (_c)
H A Dixgbe_rss.h61 #define rss_hash2bucket(_a,_b,_c) -1
H A Dixv_sriov.h86 #define ixgbe_add_vf(_a,_b,_c)
87 #define ixgbe_init_iov(_a,_b,_c)
95 #define ixgbe_vf_que_index(_a,_b,_c) (_c)
H A Dixv_rss.h61 #define rss_hash2bucket(_a,_b,_c) -1
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h342 #define DECL_BITFIELD3(_a, _b, _c) \
343 uint8_t _a, _b, _c
344 #define DECL_BITFIELD4(_a, _b, _c, _d) \
345 uint8_t _a, _b, _c, _d
346 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
347 uint8_t _a, _b, _c, _d, _e
348 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
349 uint8_t _a, _b, _c, _d, _e, _f
350 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
351 uint8_t _a, _b, _c, _
[all...]
/freebsd-10-stable/contrib/gcc/config/soft-fp/
H A Dop-common.h34 _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \
50 X##_c = FP_CLS_NORMAL; \
55 X##_c = FP_CLS_ZERO; \
64 X##_c = FP_CLS_NORMAL; \
71 X##_c = FP_CLS_INF; \
74 X##_c = FP_CLS_NAN; \
173 switch (X##_c) \
192 X##_c = FP_CLS_INF; \
195 if (!X##_s) X##_c = FP_CLS_INF; \
198 if (X##_s) X##_c
[all...]
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h449 #define ath_hal_getNfAdjust(_ah, _c) \
450 AH_PRIVATE(_ah)->ah_getNfAdjust(_ah, _c)
539 #define IS_CHAN_5GHZ(_c) ((_c)->channel > 4900)
540 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c))
542 #define IS_CHAN_IN_PUBLIC_SAFETY_BAND(_c) ((_c) > 4940 && (_c) < 4990)
907 #define HAL_INI_VAL(_ia, _r, _c) \
[all...]
/freebsd-10-stable/sys/arm/arm/
H A Dstdatomic.c459 __sync_lock_test_and_set_##N##_c(uintN_t *mem, uintN_t val) \
491 __sync_val_compare_and_swap_##N##_c(uintN_t *mem, uintN_t expected, \
532 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \
570 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \
645 __sync_##name##_4##_c(uint32_t *mem, uint32_t val) \
759 __sync_lock_test_and_set_##N##_c(uintN_t *mem, uintN_t val) \
788 __sync_val_compare_and_swap_##N##_c(uintN_t *mem, uintN_t expected, \
820 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dsfp-machine.h40 R##_c = FP_CLS_NAN; \
/freebsd-10-stable/lib/libpmc/
H A Dpmc.h102 const char *pmc_name_of_capability(enum pmc_caps _c);
/freebsd-10-stable/include/xlocale/
H A D_ctype.h162 __wcwidth_l(__ct_rune_t _c, locale_t __l) argument
166 if (_c == 0)
168 _x = (unsigned int)__maskrune_l(_c, _CTYPE_SWM|_CTYPE_R, __l);
/freebsd-10-stable/contrib/bmake/
H A Dos.sh231 -n) _n=$N _c=$C; shift;;
232 *) _n= _c=;;
234 echo $_n "$@" $_c
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h359 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
360 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
361 #define kmem_cache_destroy(_c) umem_cache_destroy(_c)
362 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
363 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b)
365 #define kmem_cache_reap_now(_c) /* nothing */
366 #define kmem_cache_set_move(_c, _c
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1440 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
1441 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1442 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1443 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1444 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1448 # define DT2(_n,_a,_b,_c,_d)
1449 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1450 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1455 # define DT2(_n,_a,_b,_c,_
[all...]

Completed in 229 milliseconds

123