Home
last modified time | relevance | path

Searched refs:_s (Results 1 – 25 of 266) sorted by relevance

1234567891011

/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dag-char-map.h119 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0) argument
120 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0) argument
124 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1) argument
125 #define BRK_NUL_BYTE_CHARS(_s) brk_ag_char_map_chars(_s, 1) argument
129 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s, 2) argument
130 #define BRK_DIR_SEP_CHARS(_s) brk_ag_char_map_chars(_s, 2) argument
134 #define SPN_PERCENT_CHARS(_s) spn_ag_char_map_chars(_s, 3) argument
135 #define BRK_PERCENT_CHARS(_s) brk_ag_char_map_chars(_s, 3) argument
139 #define SPN_COMMA_CHARS(_s) spn_ag_char_map_chars(_s, 4) argument
140 #define BRK_COMMA_CHARS(_s) brk_ag_char_map_chars(_s, 4) argument
[all …]
H A Dautoopts.c54 # define strdup(_s) option_strdup(_s) argument
59 # define strrchr(_s, _c) option_strrchr(_s, _c) argument
60 # define strchr(_s, _c) option_strchr(_s, _c) argument
75 #define malloc(_s) ao_malloc(_s) argument
88 #define realloc(_p,_s) ao_realloc(_p,_s) argument
/netbsd/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dop-common.h421 R##_s = X##_s; \
740 R##_s = X##_s; \
747 R##_s = X##_s; \
809 R##_s = Y##_s; \
878 R##_s = X##_s ^ Y##_s; \
900 R##_s = X##_s; \
914 R##_s = Y##_s; \
945 _FP_FMA_T##_s = X##_s ^ Y##_s; \
1167 R##_s = X##_s ^ Y##_s; \
1184 R##_s = X##_s; \
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dop-common.h421 R##_s = X##_s; \
740 R##_s = X##_s; \
747 R##_s = X##_s; \
809 R##_s = Y##_s; \
878 R##_s = X##_s ^ Y##_s; \
900 R##_s = X##_s; \
914 R##_s = Y##_s; \
945 _FP_FMA_T##_s = X##_s ^ Y##_s; \
1167 R##_s = X##_s ^ Y##_s; \
1184 R##_s = X##_s; \
[all …]
/netbsd/sys/sys/
H A Dcdefs_aout.h75 #define __IDSTRING(_n,_s) \ argument
76 __asm(".data ; .asciz \"" _s "\" ; .text")
80 #define __RCSID(_s) __IDSTRING(rcsid,_s) argument
81 #define __SCCSID(_s) argument
82 #define __SCCSID2(_s) argument
84 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s)
86 #define __COPYRIGHT(_s) \ argument
91 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s) argument
93 #define __KERNEL_RCSID(_n,_s) argument
95 #define __KERNEL_SCCSID(_n,_s) argument
[all …]
H A Dcdefs_elf.h163 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s) argument
165 #define __RCSID(_s) __IDSTRING(rcsid,_s) argument
166 #define __SCCSID(_s) argument
167 #define __SCCSID2(_s) argument
168 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s) argument
170 #define __KERNEL_RCSID(_n, _s) __RCSID(_s) argument
171 #define __KERNEL_SCCSID(_n, _s) argument
172 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s) argument
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dring.h68 #define __CONST_RING_SIZE(_s, _sz) \ argument
69 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
70 sizeof(((struct _s##_sring *)0)->ring[0])))
74 #define __RING_SIZE(_s, _sz) \ argument
75 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0])))
171 #define SHARED_RING_INIT(_s) do { \ argument
172 (_s)->req_prod = (_s)->rsp_prod = 0; \
173 (_s)->req_event = (_s)->rsp_event = 1; \
174 (void)memset((_s)->pvt.pvt_pad, 0, sizeof((_s)->pvt.pvt_pad)); \
175 (void)memset((_s)->__pad, 0, sizeof((_s)->__pad)); \
[all …]
/netbsd/external/mit/xorg/share/fonts/
H A DMakefile.dpi25 .for _s in ${ADOBE_SRCS}
26 ADOBE_FILES+= ${_s}.bdf
28 ADOBE_UCSFILES+= ${_s} ${_i}
37 .for _s in ${ADOBE_UTOPIA_SRCS}
38 ADOBE_UTOPIA_FILES+= ${_s}.bdf
40 ADOBE_UTOPIA_UCSFILES+= ${_s} ${_i}
45 .for _s in ${ADOBE_SYMBOL_SRCS}
46 ADOBE_SYMBOL_FILES+= ${_s}.bdf
57 .for _s in ${BH_SRCS}
58 BH_FILES+= ${_s}.bdf
[all …]
/netbsd/sys/arch/atari/dev/
H A Dym2149reg.h118 int _s = splhigh(); \
122 splx(_s); \
126 int _s = splhigh(); \
130 splx(_s); \
134 int _s = splhigh(); \
138 splx(_s); \
142 int _s = splhigh(); \
146 splx(_s); \
150 int _s = splhigh(); \
154 splx(_s); \
/netbsd/external/mit/xorg/share/fonts/misc/font-misc-misc/
H A DMakefile23 .for _s in ${NO_ISO8859-8}
24 NO_UCSFILES+= ${_s}-ISO8859-8
28 .for _s in ${NO_ISO8859-11}
29 NO_UCSFILES+= ${_s}-ISO8859-11
33 .for _s in ${NO_KOI8-R}
34 NO_UCSFILES+= ${_s}-KOI8-R
50 .for _s in ${ISOSIZESTD}
51 .if empty(NO_UCSFILES:M${_s}-${_l})
52 UCSFILES+= ${_s} ${_l}
/netbsd/sys/dev/ic/
H A Dnvmevar.h216 #define nvme_read4(_s, _r) \ argument
217 bus_space_read_4((_s)->sc_iot, (_s)->sc_ioh, (_r))
218 #define nvme_write4(_s, _r, _v) \ argument
219 bus_space_write_4((_s)->sc_iot, (_s)->sc_ioh, (_r), (_v))
224 #define nvme_barrier(_s, _r, _l, _f) \ argument
225 bus_space_barrier((_s)->sc_iot, (_s)->sc_ioh, (_r), (_l), (_f))
/netbsd/external/lgpl3/gmp/dist/tests/devel/
H A Dsqrtrem_1_2.c131 mp_limb_t _s = *s; in upd() local
133 while (k > _s * 2) in upd()
135 k -= _s * 2 + 1; in upd()
136 ++_s; in upd()
138 *s = _s; in upd()
145 mp_limb_t _s = *s; in upd1() local
147 if (LIKELY (k < _s * 2)) return k + 1; in upd1()
148 *s = _s + 1; in upd1()
149 return k - _s * 2; in upd1()
/netbsd/usr.bin/rump_dhcpclient/
H A Dif-bsd.c144 } _s; in if_address() local
150 _s.sa = &_var; \ in if_address()
151 _s.sin->sin_family = AF_INET; \ in if_address()
152 _s.sin->sin_len = sizeof(*_s.sin); \ in if_address()
153 memcpy(&_s.sin->sin_addr, _addr, sizeof(_s.sin->sin_addr)); \ in if_address()
/netbsd/external/gpl3/gcc/dist/libgcc/config/gcn/
H A Dsfp-machine.h31 R##_s = Y##_s; \
36 R##_s = X##_s; \
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/gcn/
H A Dsfp-machine.h31 R##_s = Y##_s; \
36 R##_s = X##_s; \
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dfirmware.h20 struct nvkm_subdev *_s = (s); \
27 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \
39 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
51 nvkm_error(_s, "failed to load firmware\n"); \
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dsfp-machine.h33 R##_s = X##_s; \
38 R##_s = Y##_s; \
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/cris/
H A Dsfp-machine.h59 R##_s = Y##_s; \
64 R##_s = X##_s; \
/netbsd/external/gpl3/gcc/dist/libgcc/config/cris/
H A Dsfp-machine.h59 R##_s = Y##_s; \
64 R##_s = X##_s; \
/netbsd/sys/arch/ia64/include/
H A Dasm.h222 #define __KERNEL_RCSID(_n, _s) __KERNEL_SECTIONSTRING(.ident, _s) argument
223 #define __KERNEL_COPYRIGHT(_n, _s) __KERNEL_SECTIONSTRING(.copyright, _s) argument
227 #define __KERNEL_RCSID(_n, _s) /* nothing */ argument
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dsfp-machine.h55 R##_s = Y##_s; \
60 R##_s = X##_s; \
/netbsd/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dsfp-machine.h55 R##_s = Y##_s; \
60 R##_s = X##_s; \
/netbsd/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Dsfp-machine.h38 R##_s = Y##_s; \
43 R##_s = X##_s; \
/netbsd/external/gpl3/gcc/dist/libgcc/config/lm32/
H A Dsfp-machine.h33 R##_s = Y##_s; \
38 R##_s = X##_s; \
/netbsd/external/gpl3/gcc/dist/libgcc/config/or1k/
H A Dsfp-machine.h33 R##_s = Y##_s; \
38 R##_s = X##_s; \

1234567891011