HomeSort by: relevance | last modified time | path
    Searched refs:_s (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/ntp/dist/sntp/libopts/
ag-char-map.h 119 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0)
120 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0)
124 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1)
125 #define BRK_NUL_BYTE_CHARS(_s) brk_ag_char_map_chars(_s, 1)
129 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s, 2
    [all...]
  /src/external/gpl3/gcc/lib/libbacktrace/
Makefile 11 .for _s in ${BACKTRACE_SRCS}
12 CPPFLAGS.${_s}+= ${BACKTRACE_CPPFLAGS}
  /src/sys/sys/
cdefs_aout.h 75 #define __IDSTRING(_n,_s) \
76 __asm(".data ; .asciz \"" _s "\" ; .text")
81 #define __RCSID(_s) \
82 __IDSTRING(rcsid,_s); \
86 #define __RCSID(_s) __IDSTRING(rcsid,_s)
88 #define __SCCSID(_s)
89 #define __SCCSID2(_s)
91 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s)
    [all...]
cdefs_elf.h 163 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
166 #define __RCSID(_s) \
167 __IDSTRING(rcsid,_s); \
171 #define __RCSID(_s) __IDSTRING(rcsid,_s)
173 #define __SCCSID(_s)
174 #define __SCCSID2(_s)
175 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
    [all...]
  /src/external/bsd/libnv/lib/
srcs.mk 8 .for _s in ${LIBNV_SRCS}
9 CPPFLAGS.${_s} += -I${NVSRC_DISTPATH}
  /src/sys/arch/atari/dev/
ym2149reg.h 118 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); \
    [all...]
  /src/external/mit/xorg/share/fonts/misc/font-misc-misc/
Makefile 23 .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}
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_toradix.c 26 char *_s = str; local
46 ++_s;
61 /* reverse the digits of the string. In this case _s points
64 bn_reverse ((unsigned char *)_s, digs);
bn_mp_toradix_n.c 29 char *_s = str; local
50 ++_s;
74 /* reverse the digits of the string. In this case _s points
77 bn_reverse ((unsigned char *)_s, digs);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
ring.h 68 #define __CONST_RING_SIZE(_s, _sz) \
69 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
70 sizeof(((struct _s##_sring *)0)->ring[0])))
74 #define __RING_SIZE(_s, _sz) \
75 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0])))
171 #define SHARED_RING_INIT(_s) do { \
172 (_s)->req_prod = (_s)->rsp_prod = 0;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
firmware.h 20 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"); \
  /src/external/bsd/libuuid_ul/lib/libuuid_ul/
srcs.mk 36 .for _s in ${UUID_UL_SRCS}
37 CPPFLAGS.${_s}+= ${UUID_UL_CPPFLAGS}
  /src/external/gpl3/gcc/dist/libgcc/config/cris/
sfp-machine.h 59 R##_s = Y##_s; \
64 R##_s = X##_s; \
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
sfp-machine.h 31 R##_s = Y##_s; \
36 R##_s = X##_s; \
  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
sfp-machine.h 55 R##_s = Y##_s; \
60 R##_s = X##_s; \
  /src/external/gpl3/gcc/dist/libgcc/config/lm32/
sfp-machine.h 33 R##_s = Y##_s; \
38 R##_s = X##_s; \
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
sfp-machine.h 59 R##_s = Y##_s; \
64 R##_s = X##_s; \
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
sfp-machine.h 31 R##_s = Y##_s; \
36 R##_s = X##_s; \
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
sfp-machine.h 55 R##_s = Y##_s; \
60 R##_s = X##_s; \
  /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/
sfp-machine.h 33 R##_s = Y##_s; \
38 R##_s = X##_s; \
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
op-common.h 33 _FP_I_TYPE X##_s __attribute__ ((unused)) _FP_ZERO_INIT; \
129 || (FP_ROUNDMODE == FP_RND_PINF && !X##_s) \
130 || (FP_ROUNDMODE == FP_RND_MINF && X##_s)) \
181 X##_s = _FP_NANSIGN_##fs; \
197 X##_s = _FP_NANSIGN_##fs; \
223 _FP_PACK_SEMIRAW_T##_s = X##_s; \
251 X##_s = _FP_NANSIGN_##fs; \
289 if (!X##_s) \
293 if (X##_s) \
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
op-common.h 37 _FP_I_TYPE X##_s __attribute__ ((unused)) _FP_ZERO_INIT; \
133 || (FP_ROUNDMODE == FP_RND_PINF && !X##_s) \
134 || (FP_ROUNDMODE == FP_RND_MINF && X##_s)) \
185 X##_s = _FP_NANSIGN_##fs; \
201 X##_s = _FP_NANSIGN_##fs; \
227 _FP_PACK_SEMIRAW_T##_s = X##_s; \
255 X##_s = _FP_NANSIGN_##fs; \
293 if (!X##_s) \
297 if (X##_s) \
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
shared-object.mk 16 $(base)_s$(objext): $o
32 $(base).vis: $(base)_s$(objext)
35 $(base)_s$(objext): $o
  /src/external/gpl3/gcc.old/dist/libgcc/
shared-object.mk 16 $(base)_s$(objext): $o
32 $(base).vis: $(base)_s$(objext)
35 $(base)_s$(objext): $o
  /src/usr.bin/nc/
atomicio.c 41 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n)
43 char *s = _s;

Completed in 35 milliseconds

1 2 3 4 5 6 7 8