Searched refs:ss (Results 1 - 25 of 560) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion4.C11 int ss; member in struct:__anon5063::SS
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion4.C11 int ss; member in struct:__anon3429::SS
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr42245-2.c7 int ss, tt; local
11 ss = '*';
13 ss = *s++;
16 if (ss == tt)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/bitset/input/
H A D1.cc33 stringstream ss; local
35 ss.str("*");
36 ss >> b5;
37 VERIFY( ss.rdstate() == ios_base::failbit );
39 ss.clear();
40 ss.str("*");
41 ss >> b0;
42 VERIFY( ss.rdstate() == ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/bitset/input/
H A D1.cc34 stringstream ss; local
36 ss.str("*");
37 ss >> b5;
38 VERIFY( ss.rdstate() == ios_base::failbit );
40 ss.clear();
41 ss.str("*");
42 ss >> b0;
43 VERIFY( ss.rdstate() == ios_base::goodbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D10.cc35 stringstream ss; local
36 ss.imbue(loc_c);
37 const num_put<char>& np = use_facet<num_put<char> >(ss.getloc());
42 ss.setf(ios::hex, ios::basefield);
43 np.put(ss.rdbuf(), ss, '+', l);
44 VERIFY( ss.str() != "1" );
45 ss >> ul;
52 ss.str(empty);
53 ss
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D10.cc35 wstringstream ss; local
36 ss.imbue(loc_c);
37 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(ss.getloc());
42 ss.setf(ios::hex, ios::basefield);
43 np.put(ss.rdbuf(), ss, L'+', l);
44 VERIFY( ss.str() != L"1" );
45 ss >> ul;
52 ss.str(empty);
53 ss
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D10.cc36 stringstream ss; local
37 ss.imbue(loc_c);
38 const num_put<char>& np = use_facet<num_put<char> >(ss.getloc());
43 ss.setf(ios::hex, ios::basefield);
44 np.put(ss.rdbuf(), ss, '+', l);
45 VERIFY( ss.str() != "1" );
46 ss >> ul;
53 ss.str(empty);
54 ss
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D10.cc36 wstringstream ss; local
37 ss.imbue(loc_c);
38 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(ss.getloc());
43 ss.setf(ios::hex, ios::basefield);
44 np.put(ss.rdbuf(), ss, L'+', l);
45 VERIFY( ss.str() != L"1" );
46 ss >> ul;
53 ss.str(empty);
54 ss
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D16.cc34 stringstream ss; local
35 const num_get<char>& ng = use_facet<num_get<char> >(ss.getloc());
53 ss << us1;
55 end = ng.get(ss.rdbuf(), 0, ss, err, us0);
60 ss.clear();
61 ss.str(empty);
62 ss << us1 << '0';
64 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
H A D39802.cc33 stringstream ss; local
34 const num_get<char>& ng = use_facet<num_get<char> >(ss.getloc());
42 ss << "-0";
44 end = ng.get(ss.rdbuf(), 0, ss, err, ul0);
48 ss.clear();
49 ss.str(empty);
50 ss << "-1";
52 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-section-script.c31 struct ss struct
38 init_ss (struct ss *s, int a, int b)
47 struct ss ss; local
49 init_ss (&ss, 1, 2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D16.cc35 stringstream ss; local
36 const num_get<char>& ng = use_facet<num_get<char> >(ss.getloc());
54 ss << us1;
56 end = ng.get(ss.rdbuf(), 0, ss, err, us0);
61 ss.clear();
62 ss.str(empty);
63 ss << us1 << '0';
65 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D920428-1.c1 x(const char*s){char a[1];const char*ss=s;a[*s++]|=1;return(int)ss+1==(int)s;} local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D920428-1.c1 x(const char*s){char a[1];const char*ss=s;a[*s++]|=1;return(int)ss+1==(int)s;} local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D900116-1.c6 struct st ss; local
10 ss = s[i];
11 p[i] = ss.c;
12 q[i] = ss.b;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D6360.cc33 stringstream ss("abcd" "\xFF" "1234ina donna coolbrith");
35 ss >> c;
37 ss.ignore(8);
38 ss >> c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D6360.cc31 wstringstream ss(L"abcd" L"\xFF" L"1234ina donna coolbrith");
33 ss >> c;
35 ss.ignore(8);
36 ss >> c;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D900116-1.c6 struct st ss; local
10 ss = s[i];
11 p[i] = ss.c;
12 q[i] = ss.b;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D6360.cc34 stringstream ss("abcd" "\xFF" "1234ina donna coolbrith");
36 ss >> c;
38 ss.ignore(8);
39 ss >> c;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D6360.cc32 wstringstream ss(L"abcd" L"\xFF" L"1234ina donna coolbrith");
34 ss >> c;
36 ss.ignore(8);
37 ss >> c;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c109 safe_string * ss; local
111 ss = LDAP_MALLOC(sizeof(safe_string));
112 if ( !ss )
115 ss->val = LDAP_MALLOC(size);
116 if ( !ss->val ) {
117 LDAP_FREE(ss);
121 ss->size = size;
122 ss->pos = 0;
123 ss->at_whsp = 0;
125 return ss;
129 safe_string_free(safe_string * ss) argument
147 safe_strdup(safe_string * ss) argument
158 append_to_safe_string(safe_string * ss, char * s) argument
196 print_literal(safe_string *ss, char *s) argument
202 print_whsp(safe_string *ss) argument
211 print_numericoid(safe_string *ss, char *s) argument
221 print_qdstring(safe_string *ss, char *s) argument
231 print_qdescr(safe_string *ss, char *s) argument
241 print_qdescrlist(safe_string *ss, char **sa) argument
257 print_qdescrs(safe_string *ss, char **sa) argument
277 print_woid(safe_string *ss, char *s) argument
285 print_oidlist(safe_string *ss, char **sa) argument
297 print_oids(safe_string *ss, char **sa) argument
310 print_noidlen(safe_string *ss, char *s, int l) argument
324 print_ruleid(safe_string *ss, int rid) argument
332 print_ruleids(safe_string *ss, int n, int *rids) argument
352 print_extensions(safe_string *ss, LDAPSchemaExtensionItem **extensions) argument
383 safe_string * ss; local
425 safe_string * ss; local
484 safe_string * ss; local
543 safe_string * ss; local
632 safe_string * ss; local
711 safe_string * ss; local
775 safe_string * ss; local
844 safe_string * ss; local
1474 const char * ss = s; local
1616 const char * ss = s; local
1815 const char * ss = s; local
2017 const char * ss = s; local
2398 const char * ss = s; local
2685 const char * ss = s; local
2940 const char * ss = s; local
3123 const char * ss = s; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i860/
H A Ddual03.s7 d.pfadd.ss f0,f0,f0
9 d.pfadd.ss f0,f0,f0
11 d.pfadd.ss f0,f0,f0
14 d.pfadd.ss f20,f30,f30
16 d.pfadd.ss f21,f31,f31
18 d.pfadd.ss f20,f30,f30
20 d.pfadd.ss f21,f31,f31
23 d.pfadd.ss f22,f30,f30
25 d.pfadd.ss f23,f31,f31
27 d.pfadd.ss f2
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D16.cc34 wstringstream ss; local
35 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(ss.getloc());
53 ss << us1;
55 end = ng.get(ss.rdbuf(), 0, ss, err, us0);
60 ss.clear();
61 ss.str(empty);
62 ss << us1 << L'0';
64 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
H A D39802.cc33 wstringstream ss; local
34 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(ss.getloc());
42 ss << L"-0";
44 end = ng.get(ss.rdbuf(), 0, ss, err, ul0);
48 ss.clear();
49 ss.str(empty);
50 ss << L"-1";
52 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]

Completed in 160 milliseconds

1234567891011>>