Searched refs:sp2 (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dmemcmp.c8 const unsigned char *sp1, *sp2; local
16 sp2 = s2;
17 while (len != 0 && *sp1 == *sp2)
18 sp1++, sp2++, len--;
22 return *sp1 - *sp2;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dmemcmp.c7 const unsigned char *sp1, *sp2; local
15 sp2 = s2;
16 while (len != 0 && *sp1 == *sp2)
17 sp1++, sp2++, len--;
21 return *sp1 - *sp2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.eh/
H A Dunwind1.C22 void *sp2 = __builtin_alloca (0); local
24 return (sp1 != sp2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.eh/
H A Dunwind1.C22 void *sp2 = __builtin_alloca (0); local
24 return (sp1 != sp2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/
H A D1057.cc88 setpbuf sp2; local
92 sp2.sputc(text[i]);
96 sp2.pubsync();
97 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/
H A D1057.cc85 setpbuf sp2; local
89 sp2.sputc(text[i]);
93 sp2.pubsync();
94 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/
H A D1057.cc85 setpbuf sp2; local
89 sp2.sputc(text[i]);
93 sp2.pubsync();
94 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/
H A D1057.cc84 setpbuf sp2; local
88 sp2.sputc(text[i]);
92 sp2.pubsync();
93 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/
H A D1057.cc84 setpbuf sp2; local
88 sp2.sputc(text[i]);
92 sp2.pubsync();
93 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/
H A D1057.cc96 setpbuf sp2; local
100 sp2.sputc(text[i]);
104 sp2.pubsync();
105 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/
H A D1057.cc93 setpbuf sp2; local
97 sp2.sputc(text[i]);
101 sp2.pubsync();
102 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/
H A D1057.cc94 setpbuf sp2; local
98 sp2.sputc(text[i]);
102 sp2.pubsync();
103 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/
H A D1057.cc92 setpbuf sp2; local
96 sp2.sputc(text[i]);
100 sp2.pubsync();
101 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/
H A D1057.cc93 setpbuf sp2; local
97 sp2.sputc(text[i]);
101 sp2.pubsync();
102 VERIFY( sp2.get_result() == text );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c169 const char *sp1, *sp2; /* Search result */ local
196 sp2 = strrchr(filename, '>');
197 if (sp1 == NULL) sp1 = sp2;
198 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
204 /* Now, let's see if there's a type, and save the position in sp2 */
205 sp2 = strchr(sp1, '.');
207 version number and save the position in sp2 */
208 if (sp2
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/move/
H A D1.cc44 std::shared_ptr<A> sp2 = factory<A>(std::move(a)); local
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dtest-policy.c228 char *sp1, *sp2; local
239 sp2 = ipsec_set_policy(pol2, strlen(pol2));
240 splen2 = ipsec_get_policylen(sp2);
262 255, sp2, splen2, 0) < 0)
281 255, sp2, splen2, 0) < 0)
303 255, 0, 10, sp2, splen2, 0) < 0)
311 255, sp2, splen2, 0) == 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dsmartp.cc123 SmartPointer<Type2> sp2(&mt2);
131 sp2->foo();
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dbdinit.c178 struct spotstr *sp1, *sp2; local
206 sp2 = sp1;
209 for (f = 0; f < 6; f++, sp2 -= d2) {
210 if (sp2->s_occ == BORDER)
212 if (sp2->s_flags & bmask)
214 n = sp2->s_frame[r] - frames;
H A Dmakemove.c223 struct spotstr *sp, *sp1, *sp2; local
247 sp2 = sp1 - d;
248 for (i = f + 1; i < 6; i++, sp2 -= d) {
249 if (sp2->s_occ == BORDER)
251 if (sp2->s_flags & bmask)
265 b = sp2->s_frame[r] - frames;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dcode.c99 struct symtab *sp2; local
117 sp2 = sp[i];
119 n = buildtree(ASSIGN, n, nametree(sp2));
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/luna68k/
H A Ddisksubr.c346 u_short cksum, *sp1, *sp2; local
352 sp2 = (u_short *)(sl + 1);
354 while (sp1 < sp2)
443 u_short cksum, *sp1, *sp2; local
474 sp2 = (u_short *)(sl + 1);
476 while (sp1 < sp2)
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Ddisksubr.c285 u_short cksum, *sp1, *sp2; local
291 sp2 = (u_short *)(sl + 1);
293 while (sp1 < sp2)
380 u_short cksum, *sp1, *sp2; local
420 sp2 = (u_short *)(sl + 1);
422 while (sp1 < sp2)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Delf-rel5.s61 sp2: label
/netbsd-6-1-5-RELEASE/games/larn/
H A Dmovem.c411 struct sphere *sp, *sp2; local
415 for (sp = 0, x = 0, sp2 = spheres; sp2; sp2 = sp2->p) /* look through sphere
417 if (sp2->lev == level) { /* only if this level */
418 sph[x] = *sp2;

Completed in 299 milliseconds

123