HomeSort by: relevance | last modified time | path
    Searched refs:_c (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/net80211/
_ieee80211.h 185 #define IEEE80211_IS_CHAN_ANYC(_c) \
186 ((_c) == IEEE80211_CHAN_ANYC)
188 #define _IEEE80211_IS_CHAN(_c, _ch) \
189 (((_c)->ic_flags & IEEE80211_CHAN_ ## _ch) == IEEE80211_CHAN_ ## _ch)
191 #define IEEE80211_IS_CHAN_FHSS(_c) _IEEE80211_IS_CHAN(_c, FHSS)
192 #define IEEE80211_IS_CHAN_A(_c) _IEEE80211_IS_CHAN(_c, A)
193 #define IEEE80211_IS_CHAN_B(_c) _IEEE80211_IS_CHAN(_c, B
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_rss.h 56 #define rss_hash2bucket(_a,_b,_c) -1
81 #define rss_hash2bucket(_a,_b,_c) -1
ixgbe_sriov.h 87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false)
88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false)
96 #define ixgbe_vf_que_index(_a, _b, _c) (_c)
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 331 #define ath_hal_getNfAdjust(_ah, _c) \
332 AH_PRIVATE(_ah)->ah_getNfAdjust(_ah, _c)
454 #define IS_CHAN_A(_c) (((_c)->channelFlags & CHANNEL_A) == CHANNEL_A)
455 #define IS_CHAN_B(_c) (((_c)->channelFlags & CHANNEL_B) == CHANNEL_B)
456 #define IS_CHAN_G(_c) (((_c)->channelFlags & (CHANNEL_108G|CHANNEL_G)) == CHANNEL_G)
457 #define IS_CHAN_108G(_c)(((_c)->channelFlags & CHANNEL_108G) == CHANNEL_108G
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
memory.h 117 u64 _a = (a), _c = (c), _d = (d); \
119 for (; _c; _c--, _a += BIT(s)) \
125 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
129 while (_c--) \
135 for (; _c; _c--, _a += BIT(s)) \
  /src/lib/libc/arch/sparc64/softfloat/
qp.c 185 float64 _c; local in function:_Qp_qtod
188 _c = float128_to_float64(*a);
190 memcpy(&c, &_c, sizeof(double));
207 float32 _c; local in function:_Qp_qtos
209 _c = float128_to_float32(*a);
211 memcpy(&c, &_c, sizeof(_c));
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1523 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1529 # define DT2(_n,_a,_b,_c,_d)
1530 # define DT3(_n,_a,_b,_c,_d,_e,_f)
1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1536 # define DT2(_n,_a,_b,_c,_d
    [all...]
  /src/include/
stdio.h 462 static __inline int __sputc(int _c, FILE *_p) {
463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
464 return *_p->_p++ = (unsigned char)_c;
466 return __swbuf(_c, _p);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
trace.h 84 #define TRC_SCHED_CLASS_EVT(_c, _e) \
86 ((TRC_SCHED_##_c << TRC_SCHED_ID_SHIFT) & TRC_SCHED_ID_MASK) ) + \
  /src/sys/arch/luna68k/luna68k/
machdep.c 871 register _r, _c; \
878 _c = GETC(); \
883 _c; \
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416.h 107 #define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \
108 (IS_CHAN_5GHZ(_c) && ath_hal_eepromGetFlag(ah, AR_EEP_FSTCLK_5G))
ar5416_reset.c 112 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
  /src/lib/libc/stdio/
vfwscanf.c 109 #define INCCL(_c) \
110 (cclcompl ? (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) == NULL) : \
111 (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) != NULL))
  /src/games/larn/
display.c 12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c))
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 105 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
  /src/sys/dev/ic/
athvar.h 545 #define ath_hal_getchannoise(_ah, _c) \
546 ((*(_ah)->ah_getChanNoise)((_ah), (_c)))
mfi.c 294 #define mfi_post(_s, _c) ((_s)->sc_iop->mio_post((_s), (_c)))
ath.c 4625 #define DFS_AND_NOT_CLEAR(_c) \
4626 (((_c)->privFlags & (CHANNEL_DFS | CHANNEL_DFS_CLEAR)) == CHANNEL_DFS)
  /src/tests/lib/libc/gen/
t_ctype.c 991 test_##FN##_c(&FN##_wrapper); \
1001 test_##FN##_c(&FN); \
  /src/sbin/sysctl/
sysctl.c 488 #define print_flag(_f, _s, _c, _q, _x) \
490 strlcat((_s), (_c), sizeof(_s)); \
492 (_c) = ","; \
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 174 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 125 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0)
  /src/sys/arch/hppa/hppa/
trap.S 1160 ldil L%__CONCAT(t,_c), %r25 ! \
1161 ldo R%__CONCAT(t,_c)(%r25), %r25 ! \

Completed in 41 milliseconds