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

123

/freebsd-9.3-release/sys/sys/
H A D_bitset.h41 #define __bitset_words(_s) (howmany(_s, _BITSET_BITS))
43 #define __bitset_mask(_s, n) \
44 (1L << ((__bitset_words((_s)) == 1) ? \
47 #define __bitset_word(_s, n) \
48 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))
50 #define BITSET_DEFINE(t, _s) \
52 long __bits[__bitset_words((_s))]; \
H A Dbitset.h35 #define BIT_CLR(_s, n, p) \
36 ((p)->__bits[__bitset_word(_s, n)] &= ~__bitset_mask((_s), (n)))
38 #define BIT_COPY(_s, f, t) (void)(*(t) = *(f))
40 #define BIT_ISSET(_s, n, p) \
41 ((((p)->__bits[__bitset_word(_s, n)] & __bitset_mask((_s), (n))) != 0))
43 #define BIT_SET(_s, n, p) \
44 ((p)->__bits[__bitset_word(_s, n)] |= __bitset_mask((_s), (
[all...]
/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A Dalloca.h7 #define strdupa(_s) \
12 _len = strlen(_s) + 1; \
15 memcpy(_d, _s, _len); \
/freebsd-9.3-release/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...]
/freebsd-9.3-release/sys/xen/interface/io/
H A Dring.h50 #define __RING_HEADER_SIZE(_s) \
51 ((intptr_t)(_s)->ring - (intptr_t)(_s))
59 #define __RING_SIZE(_s, _sz) \
60 (__RD32(((_sz) - __RING_HEADER_SIZE(_s)) / sizeof((_s)->ring[0])))
67 #define __RING_PAGES(_s, _entries) \
68 ((__RING_HEADER_SIZE(_s) \
69 + (__RD32(_entries) * sizeof((_s)->ring[0])) \
157 #define SHARED_RING_INIT(_s) d
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dnsswitch69 for _s in ${_sources}; do
70 case $_s in
83 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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/lib/libkse/test/
H A DMakefile58 $(bin)_s : $(bin:S/$/&.c/)
61 @$(SHELL) -ec "$(CC) -M $(CPPFLAGS) $(bin:S/$/&.c/) | sed \"s/\($(bin:T)\)\.o\([ :]*\)/$(bin:H:S!/!\\/!g)\/\1_s.o \2/g\" > $(@:R:S/$/&.d/)"
67 $(CTESTS:R:S/$/&_s.d/) $(BTESTS:R:S/$/&_s.d/)
77 tests_s : $(CTESTS:S/$/&_s/) $(BTESTS:S/$/&_s/)
97 @cp $(bin)_s $(bin)
114 rm -f $(CTESTS:S/$/&_s/) $(BTESTS:S/$/&_s/)
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsfp-machine.h32 R##_s = Y##_s; \
37 R##_s = X##_s; \
/freebsd-9.3-release/crypto/openssh/
H A Datomicio.h36 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
H A Datomicio.c51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, argument
54 char *s = _s;
91 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
93 return atomicio6(f, fd, _s, n, NULL, NULL);
/freebsd-9.3-release/lib/libelf/
H A D_libelf.h162 Elf_Data *_libelf_allocate_data(Elf_Scn *_s);
168 int _libelf_ar_get_member(char *_s, size_t _sz, int _base, size_t *_ret);
189 Elf_Scn *_libelf_release_scn(Elf_Scn *_s);
194 Elf_Data *_libelf_xlate(Elf_Data *_d, const Elf_Data *_s,
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dmutex.h42 #define mutex_lock_nested(_m, _s) mutex_lock(_m)
/freebsd-9.3-release/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-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h191 pmcstat_interned_string pmcstat_string_intern(const char *_s);
193 pmcstat_interned_string pmcstat_string_lookup(const char *_s);
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacmacros.h396 register ACPI_STATUS _s = (s); \
397 AcpiUtStatusExit (ACPI_DEBUG_PARAMETERS, _s); \
398 return (_s); })
400 register void *_s = (void *) (s); \
401 AcpiUtPtrExit (ACPI_DEBUG_PARAMETERS, (UINT8 *) _s); \
402 return (_s); })
404 register UINT64 _s = (s); \
405 AcpiUtValueExit (ACPI_DEBUG_PARAMETERS, _s); \
406 return (_s); })
408 register UINT8 _s
[all...]
/freebsd-9.3-release/sys/dev/ath/
H A Dah_osdep.h65 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n)

Completed in 419 milliseconds

123