Searched refs:_s (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11-stable/sys/sys/
H A D_bitset.h43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
45 #define BITSET_DEFINE(t, _s) \
47 long __bits[__bitset_words((_s))]; \
H A Dbitset.h35 #define __bitset_mask(_s, n) \
36 (1L << ((__bitset_words((_s)) == 1) ? \
39 #define __bitset_word(_s, n) \
40 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))
42 #define BIT_CLR(_s, n, p) \
43 ((p)->__bits[__bitset_word(_s, n)] &= ~__bitset_mask((_s), (n)))
45 #define BIT_COPY(_s, f, t) (void)(*(t) = *(f))
47 #define BIT_ISSET(_s, n, p) \
48 ((((p)->__bits[__bitset_word(_s,
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dalloca.h7 #define strdupa(_s) \
12 _len = strlen(_s) + 1; \
15 memcpy(_d, _s, _len); \
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dag-char-map.h117 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0)
118 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0)
122 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1)
123 #define BRK_NUL_BYTE_CHARS(_s) brk_ag_char_map_chars(_s, 1)
127 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s,
[all...]
H A Dautoopts.c52 # define strdup(_s) option_strdup(_s)
57 # define strrchr(_s, _c) option_strrchr(_s, _c)
58 # define strchr(_s, _c) option_strchr(_s, _c)
73 #define malloc(_s) ao_malloc(_s)
86 #define realloc(_p,_s) ao_realloc(_p,_s)
[all...]
H A Dgenshell.h200 # define _(_s) _s
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.h86 #define MTK_PCIE_BAR0SETUP(_s) (MTK_PCI_PCIE0_BAR0SETUP + (_s)*0x1000)
87 #define MTK_PCIE_BAR1SETUP(_s) (MTK_PCI_PCIE0_BAR1SETUP + (_s)*0x1000)
88 #define MTK_PCIE_IMBASEBAR0(_s) (MTK_PCI_PCIE0_IMBASEBAR0 + (_s)*0x1000)
89 #define MTK_PCIE_ID(_s) (MTK_PCI_PCIE0_ID + (_s)*0x1000)
90 #define MTK_PCIE_CLASS(_s) (MTK_PCI_PCIE0_CLASS + (_s)*
[all...]
/freebsd-11-stable/sys/xen/interface/io/
H A Dring.h53 #define __CONST_RING_SIZE(_s, _sz) \
54 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
55 sizeof(((struct _s##_sring *)0)->ring[0])))
59 #define __RING_SIZE(_s, _sz) \
60 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0])))
156 #define SHARED_RING_INIT(_s) do { \
157 (_s)->req_prod = (_s)
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dnsswitch70 for _s in ${_sources}; do
71 case $_s in
84 echo "Warning: unrecognized source [$_s]" >&2
H A Dsyslogd65 local _s _socketargs
68 for _s in `cat $sockfile | tr '\n' ' '` ; do
69 _socketargs="-l $_s $_socketargs"
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-common.h34 _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \
93 || (FP_ROUNDMODE == FP_RND_PINF && !X##_s) \
94 || (FP_ROUNDMODE == FP_RND_MINF && X##_s)) \
156 X##_s = _FP_NANSIGN_##fs; \
195 if (!X##_s) X##_c = FP_CLS_INF; \
198 if (X##_s) X##_c = FP_CLS_INF; \
268 X##_s = _FP_NANSIGN_##fs; \
298 if (X##_s == Y##_s) \
301 R##_s
[all...]
H A Dop-8.h89 _FP_W_TYPE _s; \
93 for (_s = _i = 0; _i < _skip; ++_i) \
94 _s |= X##_f[_i]; \
100 _s |= X##_f[_i] << _up; \
109 X##_f[0] |= (_s != 0); \
H A Dextended.h96 X##_s = _flo.bits.sign; \
108 X##_s = _flo->bits.sign; \
120 _flo.bits.sign = X##_s; \
137 _flo->bits.sign = X##_s; \
289 X##_s = _flo.bits.sign; \
300 X##_s = _flo->bits.sign; \
311 _flo.bits.sign = X##_s; \
327 _flo->bits.sign = X##_s; \
H A Dsoft-fp.h132 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
138 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
/freebsd-11-stable/contrib/ngatm/libngatm/
H A Dsscfucust.h74 struct sscfu_sig *_s = NULL; \
77 _s = TAILQ_FIRST(Q); \
78 TAILQ_REMOVE(Q, _s, link); \
80 _s; \
H A Dsscopcust.h149 struct sscop_sig *_s = NULL; \
152 _s = TAILQ_FIRST(Q); \
153 TAILQ_REMOVE(Q, _s, link); \
155 _s; \
160 struct sscop_sig *_s; \
163 _s = TAILQ_FIRST(F); \
164 TAILQ_REMOVE(F, _s, link); \
165 TAILQ_INSERT_TAIL(T, _s, link); \
171 struct sscop_sig *_s; \
174 _s
[all...]
/freebsd-11-stable/contrib/netcat/
H A Datomicio.c39 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
41 char *s = _s;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dsfp-machine.h32 R##_s = Y##_s; \
37 R##_s = X##_s; \
/freebsd-11-stable/crypto/openssh/
H A Datomicio.h36 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
H A Datomicio.c52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, argument
55 char *s = _s;
92 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
94 return atomicio6(f, fd, _s, n, NULL, NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h20 typedef struct name##_s : public dispatch_object_s {} *name##_t
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.h71 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n)
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h199 struct sscop_sig *_s; \
202 _s = TAILQ_FIRST(F); \
203 TAILQ_REMOVE(F, _s, link); \
204 TAILQ_INSERT_TAIL(T, _s, link); \
210 struct sscop_sig *_s; \
213 _s = TAILQ_LAST(F, sscop_sigq); \
214 TAILQ_REMOVE(F, _s, link); \
215 TAILQ_INSERT_HEAD(T, _s, link); \
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.h192 pmcstat_interned_string pmcstat_string_intern(const char *_s);
194 pmcstat_interned_string pmcstat_string_lookup(const char *_s);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmutex.h61 #define mutex_lock_nested(_m, _s) mutex_lock(_m)
62 #define mutex_lock_nest_lock(_m, _s) mutex_lock(_m)

Completed in 396 milliseconds

1234