Home
last modified time | relevance | path

Searched refs:ss (Results 51 – 75 of 1594) sorted by relevance

12345678910>>...64

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc248 ss->n_defs += 1; in count_defs()
285 ss->defs[ss->n_defs] = hn; in write_defs()
286 ss->n_defs += 1; in write_defs()
319 ss->hashsize = 0; in cpp_write_pch_deps()
320 ss->n_defs = 0; in cpp_write_pch_deps()
323 ss->defs = XNEWVEC (cpp_hashnode *, ss->n_defs); in cpp_write_pch_deps()
324 ss->n_defs = 0; in cpp_write_pch_deps()
329 definedstrs = ss->definedstrs = XNEWVEC (unsigned char, ss->hashsize); in cpp_write_pch_deps()
340 || fwrite (ss->definedstrs, ss->hashsize, 1, f) != 1) in cpp_write_pch_deps()
346 free (ss->defs); in cpp_write_pch_deps()
[all …]
/netbsd/external/bsd/atf/dist/tools/
H A Dtext.hpp127 std::ostringstream ss; in to_string() local
128 ss << ob; in to_string()
129 return ss.str(); in to_string()
142 std::istringstream ss(str); in to_type() local
144 ss >> value; in to_type()
145 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad()))) in to_type()
/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dtext.hpp127 std::ostringstream ss; in to_string() local
128 ss << ob; in to_string()
129 return ss.str(); in to_string()
142 std::istringstream ss(str); in to_type() local
144 ss >> value; in to_type()
145 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad()))) in to_type()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-cardinalities.cc54 std::stringstream ss; in BetweenCardinalityImpl() local
56 ss << "The invocation lower bound must be >= 0, " in BetweenCardinalityImpl()
58 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
60 ss << "The invocation upper bound must be >= 0, " in BetweenCardinalityImpl()
62 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
64 ss << "The invocation upper bound (" << max in BetweenCardinalityImpl()
67 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
100 std::stringstream ss; in FormatTimes() local
101 ss << n << " times"; in FormatTimes()
102 return ss.str(); in FormatTimes()
H A Dgmock-spec-builders.cc239 ::std::stringstream ss; in CheckActionCountIfNotDone()
240 DescribeLocationTo(&ss); in CheckActionCountIfNotDone()
244 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
249 ss << " and a WillRepeatedly()"; in CheckActionCountIfNotDone()
251 ss << "."; in CheckActionCountIfNotDone()
410 ::std::stringstream ss; in UntypedInvokeWith()
425 ::std::stringstream ss; in UntypedInvokeWith()
435 &ss, &why); in UntypedInvokeWith()
451 ss << " Function call: " << Name(); in UntypedInvokeWith()
465 ss << "\n" << why.str(); in UntypedInvokeWith()
[all …]
/netbsd/sys/dev/microcode/siop/
H A DMakefile13 esiop.out: esiop.ss ${PROG}
14 ./${PROG} esiop.ss -p esiop.out
16 siop.out: siop.ss ${PROG}
17 ./${PROG} siop.ss -p siop.out
19 osiop.out: osiop.ss ${PROG}
20 ./${PROG} osiop.ss -p osiop.out
22 oosiop.out: oosiop.ss ${PROG}
23 ./${PROG} oosiop.ss -p oosiop.out
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.h81 #define SS_CH(ss) ((char)(u_char)((ss) & 0xff)) argument
82 #define SS_FB(ss) (((u_int)(ss) >> 8) & 0x3) argument
83 #define SS_MATCH_N(ss) (((u_int)(ss) >> 10) & 0x7ff) argument
84 #define SS_OTHER_N(ss) (((u_int)(ss) >> 21) & 0x7ff) argument
/netbsd/lib/libc/citrus/modules/
H A Dcitrus_iconv_std.c257 close_dsts(&ss->ss_dsts); in close_srcs()
258 free(ss); in close_srcs()
269 ss = malloc(sizeof(*ss)); in open_srcs()
270 if (ss == NULL) in open_srcs()
273 TAILQ_INIT(&ss->ss_dsts); in open_srcs()
282 ss = malloc(sizeof(*ss)); in open_srcs()
283 if (ss == NULL) { in open_srcs()
288 TAILQ_INIT(&ss->ss_dsts); in open_srcs()
291 free(ss); in open_srcs()
296 free(ss); in open_srcs()
[all …]
/netbsd/lib/libbluetooth/
H A Dsdp_compat.c91 sdp_session_t ss; member
110 sc->ss = _sdp_open(l, r); in sdp_open()
111 if (sc->ss == NULL) { in sdp_open()
129 sc->ss = _sdp_open_local(control); in sdp_open_local()
130 if (sc->ss == NULL) { in sdp_open_local()
147 if (sc->ss != NULL) in sdp_close()
148 _sdp_close(sc->ss); in sdp_close()
281 len = _sdp_recv_pdu(sc->ss, SDP_PDU_ERROR_RESPONSE); in sdp_register_service()
288 || be16dec(sc->ss->ibuf) != 0) { in sdp_register_service()
332 || be16dec(sc->ss->ibuf) != 0) { in sdp_change_service()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/
H A Dalign-branch-2c.d34 42: 36 36 36 36 36 89 75 f4 ss ss ss ss mov %esi,%ss:-0xc\(%ebp\)
44 65: 36 36 36 36 36 89 75 f4 ss ss ss ss mov %esi,%ss:-0xc\(%ebp\)
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dalign-branch-2c.d34 42: 36 36 36 36 36 89 75 f4 ss ss ss ss mov %esi,%ss:-0xc\(%ebp\)
44 65: 36 36 36 36 36 89 75 f4 ss ss ss ss mov %esi,%ss:-0xc\(%ebp\)
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.c794 for (; ss && ss != gfc_ss_terminator; ss = ss->next) in gfc_add_ss_to_loop()
990 for (ss = se->ss; ss; ss = ss->parent) in gfc_set_loop_bounds_from_array_spec()
1179 for (; ss; ss = ss->parent) in get_scalarizer_dim_for_array_dim()
2603 for (ss = array; ss; ss = ss->parent) in get_loop_upper_bound_for_array()
2864 for (; ss; ss = ss->parent) in set_vector_loop_bounds()
3991 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_preloop_setup()
4252 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_scalarizing_loops()
4284 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_scalarized_loop_boundary()
4438 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_conv_ss_startstride()
4476 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_conv_ss_startstride()
[all …]
H A Dtrans-array.cc841 for (; ss && ss != gfc_ss_terminator; ss = ss->next) in gfc_add_ss_to_loop()
1058 for (ss = se->ss; ss; ss = ss->parent) in gfc_set_loop_bounds_from_array_spec()
1247 for (; ss; ss = ss->parent) in get_scalarizer_dim_for_array_dim()
2699 for (ss = array; ss; ss = ss->parent) in get_loop_upper_bound_for_array()
2960 for (; ss; ss = ss->parent) in set_vector_loop_bounds()
4092 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_preloop_setup()
4353 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_scalarizing_loops()
4385 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_scalarized_loop_boundary()
4539 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_conv_ss_startstride()
4578 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_conv_ss_startstride()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c794 for (; ss && ss != gfc_ss_terminator; ss = ss->next) in gfc_add_ss_to_loop()
990 for (ss = se->ss; ss; ss = ss->parent) in gfc_set_loop_bounds_from_array_spec()
1179 for (; ss; ss = ss->parent) in get_scalarizer_dim_for_array_dim()
2603 for (ss = array; ss; ss = ss->parent) in get_loop_upper_bound_for_array()
2864 for (; ss; ss = ss->parent) in set_vector_loop_bounds()
3991 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_preloop_setup()
4252 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_scalarizing_loops()
4284 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_trans_scalarized_loop_boundary()
4438 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_conv_ss_startstride()
4476 for (ss = loop->ss; ss != gfc_ss_terminator; ss = ss->loop_chain) in gfc_conv_ss_startstride()
[all …]
/netbsd/external/bsd/nvi/dist/regex/
H A Dengine.c326 for (ss = startst; ss < stopst; ss = es) {
328 es = ss;
377 ssub = ss + 1;
402 ssub = ss + 1;
439 esub = ss + m->g->stripdata[ss] - 1;
519 for (ss = startst; !hard && ss < stopst; ss++) {
577 ss++;
582 ss += d;
618 while (m->g->strip[ss] != O_BACK || m->g->stripdata[ss] != i)
619 ss++;
[all …]
/netbsd/libexec/identd/
H A Dipf.c34 ipf_natlookup(const struct sockaddr_storage *ss, in ipf_natlookup() argument
51 switch (ss[0].ss_family) { in ipf_natlookup()
53 (void)memcpy(&nl.nl_realip, &csatosin(&ss[0])->sin_addr, in ipf_natlookup()
55 (void)memcpy(&nl.nl_outip, &csatosin(&ss[1])->sin_addr, in ipf_natlookup()
57 nl.nl_realport = ntohs(csatosin(&ss[0])->sin_port); in ipf_natlookup()
58 nl.nl_outport = ntohs(csatosin(&ss[1])->sin_port); in ipf_natlookup()
66 "(no. %d)", ss[0].ss_family); in ipf_natlookup()
86 switch (ss[0].ss_family) { in ipf_natlookup()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.c321 ss->statement = semantic(ss->statement, sc); in visit()
342 ss->statement = new CompoundStatement(ss->loc, ss->statement, sfinally); in visit()
362 ss->statement = semantic(ss->statement, sc); in visit()
2243 ss->condition = checkGC(sc, ss->condition); in visit()
2257 ss->_body = semantic(ss->_body, sc); in visit()
2336 if (!ss->isFinal && (!ss->_body || !ss->_body->isErrorStatement())) in visit()
3182 ss->exp = semantic(ss->exp, sc); in visit()
3185 ss->exp = checkGC(sc, ss->exp); in visit()
3209 ss->exp = new CastExp(ss->loc, ss->exp, t); in visit()
3210 ss->exp = semantic(ss->exp, sc); in visit()
[all …]
H A Dstatementsem.d472 ss.statement = new CompoundStatement(ss.loc, a); in package()
475 ss.statement = ss.statement.statementSemantic(sc); in package()
495 ss.statement = new CompoundStatement(ss.loc, ss.statement, sfinally); in package()
513 ss.statement = ss.statement.statementSemantic(sc); in package()
2218 ss.condition = checkGC(sc, ss.condition); in package()
2233 ss._body = ss._body.statementSemantic(sc); in package()
3331 ss.exp = ss.exp.expressionSemantic(sc); in package()
3332 ss.exp = resolveProperties(sc, ss.exp); in package()
3333 ss.exp = ss.exp.optimize(WANTvalue); in package()
3334 ss.exp = checkGC(sc, ss.exp); in package()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c321 ss->statement = semantic(ss->statement, sc); in visit()
342 ss->statement = new CompoundStatement(ss->loc, ss->statement, sfinally); in visit()
362 ss->statement = semantic(ss->statement, sc); in visit()
2243 ss->condition = checkGC(sc, ss->condition); in visit()
2257 ss->_body = semantic(ss->_body, sc); in visit()
2336 if (!ss->isFinal && (!ss->_body || !ss->_body->isErrorStatement())) in visit()
3182 ss->exp = semantic(ss->exp, sc); in visit()
3185 ss->exp = checkGC(sc, ss->exp); in visit()
3209 ss->exp = new CastExp(ss->loc, ss->exp, t); in visit()
3210 ss->exp = semantic(ss->exp, sc); in visit()
[all …]
/netbsd/tests/net/net/
H A Dt_mapped.c93 mkserver(int sfam, struct sockaddr_storage *ss) in mkserver() argument
98 memset(ss, 0, sizeof(*ss)); in mkserver()
99 ss->ss_family = sfam; in mkserver()
102 sin = (struct sockaddr_in *)ss; in mkserver()
109 sin6 = (struct sockaddr_in6 *)ss; in mkserver()
126 mkclient(int sfam, struct sockaddr_storage *ss) in mkclient() argument
131 memset(ss, 0, sizeof(*ss)); in mkclient()
132 ss->ss_family = sfam; in mkclient()
135 sin = (struct sockaddr_in *)ss; in mkclient()
143 sin6 = (struct sockaddr_in6 *)ss; in mkclient()
/netbsd/sys/arch/vax/vsa/
H A Dspx.c725 ss->ss_curx = col; in spx_cursor()
726 ss->ss_cury = row; in spx_cursor()
839 if (ss != curscr) in spx_putchar()
868 if (ss == curscr) in spx_copycols()
893 if (ss == curscr) in spx_erasecols()
910 if (ss == curscr) in spx_copyrows()
928 if (ss == curscr) in spx_eraserows()
1060 *cookiep = ss; in spx_alloc_screen()
1084 if (ss == curscr) in spx_show_screen()
1088 curscr = ss; in spx_show_screen()
[all …]
/netbsd/usr.sbin/mrouted/
H A Dinet.c19 static char ss[SS_MASK + 1][32]; variable
107 char *s = ss[++ss_index & SS_MASK]; in inet_fmt()
110 snprintf(s, sizeof ss[0], "%u.%u.%u.%u", a[0], a[1], a[2], a[3]); in inet_fmt()
124 char *s = ss[++ss_index & SS_MASK]; in inet_fmts()
127 snprintf(s, sizeof ss[0], "default"); in inet_fmts()
134 if (m[3] != 0) snprintf(s, sizeof ss[0], "%u.%u.%u.%u/%d", a[0], a[1], a[2], a[3], in inet_fmts()
136 else if (m[2] != 0) snprintf(s, sizeof ss[0], "%u.%u.%u/%d", a[0], a[1], a[2], bits); in inet_fmts()
137 else if (m[1] != 0) snprintf(s, sizeof ss[0], "%u.%u/%d", a[0], a[1], bits); in inet_fmts()
138 else snprintf(s, sizeof ss[0], "%u/%d", a[0], bits); in inet_fmts()
/netbsd/sys/compat/common/
H A Dkern_sig_13.c73 native_sigset13_to_sigset(const sigset13_t *oss, sigset_t *ss) in native_sigset13_to_sigset() argument
76 memset(ss, 0, sizeof(*ss)); in native_sigset13_to_sigset()
77 ss->__bits[0] = *oss; in native_sigset13_to_sigset()
78 ss->__bits[1] = 0; in native_sigset13_to_sigset()
79 ss->__bits[2] = 0; in native_sigset13_to_sigset()
80 ss->__bits[3] = 0; in native_sigset13_to_sigset()
84 native_sigset_to_sigset13(const sigset_t *ss, sigset13_t *oss) in native_sigset_to_sigset13() argument
87 *oss = ss->__bits[0]; in native_sigset_to_sigset13()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Drx-decode.opc334 /** 11sz sd ss rsrc rdst mov%s %1, %0 */
343 if ((ss == 3) && (sd != 3))
345 SD(ss, rdst, sz); DD(sd, rsrc, sz);
349 SD(ss, rsrc, sz); DD(sd, rdst, sz);
401 /** 1111 01ss rsrc 10sz push%s %1 */
408 ID(xchg); DR(rdst); SP(ss, rsrc);
615 ID(max); SP(ss, rsrc); DR(rdst);
619 ID(max); SPm(ss, rsrc, mx); DR(rdst);
628 ID(min); SP(ss, rsrc); DR(rdst);
686 ID(emul); SP(ss, rsrc); DR(rdst);
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Drx-decode.opc334 /** 11sz sd ss rsrc rdst mov%s %1, %0 */
343 if ((ss == 3) && (sd != 3))
345 SD(ss, rdst, sz); DD(sd, rsrc, sz);
349 SD(ss, rsrc, sz); DD(sd, rdst, sz);
401 /** 1111 01ss rsrc 10sz push%s %1 */
408 ID(xchg); DR(rdst); SP(ss, rsrc);
615 ID(max); SP(ss, rsrc); DR(rdst);
619 ID(max); SPm(ss, rsrc, mx); DR(rdst);
628 ID(min); SP(ss, rsrc); DR(rdst);
686 ID(emul); SP(ss, rsrc); DR(rdst);
[all …]

12345678910>>...64