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

123

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-tagged-pointer.c34 struct s *sp1, *sp2; local
42 sp2 = (struct s *) ((uintptr_t) sp1 | 0xf000000000000000ULL);
47 sp2->i = 4321; /* breakpoint here. */
56 sp2->i = 4321;
58 sp2->i = 4321;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daarch64-tagged-pointer.c34 struct s *sp1, *sp2; local
42 sp2 = (struct s *) ((uintptr_t) sp1 | 0xf000000000000000ULL);
47 sp2->i = 4321; /* breakpoint here. */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c128 struct symtab *sp2; local
169 sp2 = sp[i];
170 sz = tsize(sp2->stype, sp2->sdf, sp2->sap);
174 if (cisreg(sp2->stype) == 0 ||
176 sp2->soffset = argbase;
180 sp2->soffset = nrarg;
182 sp2->sclass = REGISTER;
193 sp2
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c209 struct symtab *sp2; local
299 sp2 = sp[i];
300 sz = tsize(sp2->stype, sp2->sdf, sp2->sap);
304 if (cisreg(sp2->stype) == 0 ||
306 sp2->soffset = argbase;
310 sp2->soffset = regpregs[nrarg];
312 sp2->sclass = REGISTER;
323 sp2
[all...]
H A Dlocal.c309 struct symtab *sp, *sp2; local
331 sp2 = lookup("___tls_get_addr@PLT", 0);
332 sp2->stype = EXTERN|INT|FTN;
333 r = nametree(sp2);
350 struct symtab *sp, *sp2; local
361 sp2 = lookup("%gs:0", 0);
362 sp2->stype = EXTERN|INT;
363 r = nametree(sp2);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_vms.c105 const char *sp1, *sp2; /* Search result */ local
135 sp2 = strrchr(filename, '>');
137 sp1 = sp2;
138 if (sp2 != NULL && sp2 > sp1)
139 sp1 = sp2;
146 /* Now, let's see if there's a type, and save the position in sp2 */
147 sp2 = strchr(sp1, '.');
152 if (sp2 != NULL && sp2[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c105 const char *sp1, *sp2; /* Search result */ local
135 sp2 = strrchr(filename, '>');
137 sp1 = sp2;
138 if (sp2 != NULL && sp2 > sp1)
139 sp1 = sp2;
146 /* Now, let's see if there's a type, and save the position in sp2 */
147 sp2 = strchr(sp1, '.');
152 if (sp2 != NULL && sp2[
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dutil_smartptr.bench.cpp25 std::shared_ptr<int> sp2(sp);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dsmartp.cc121 SmartPointer<Type2> sp2(&mt2);
129 sp2->foo();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dsmartp.cc121 SmartPointer<Type2> sp2(&mt2);
129 sp2->foo();
/netbsd-current/usr.bin/shmif_dumpbus/
H A Dshmif_dumpbus.c243 struct shmif_pkthdr2 sp2; local
246 &sp2, oldoff, sizeof(sp2), &wrap);
247 sp_len = FIXENDIAN32(sp2.sp_len);
248 sp_sec = FIXENDIAN32(sp2.sp_sec);
249 sp_usec = FIXENDIAN32(sp2.sp_usec);
/netbsd-current/sys/arch/luna68k/luna68k/
H A Ddisksubr.c308 u_short cksum, *sp1, *sp2; local
314 sp2 = (u_short *)(sl + 1);
316 while (sp1 < sp2)
405 u_short cksum, *sp1, *sp2; local
436 sp2 = (u_short *)(sl + 1);
438 while (sp1 < sp2)
/netbsd-current/sys/dev/sun/
H A Ddisksubr.c247 u_short cksum, *sp1, *sp2; local
253 sp2 = (u_short *)(sl + 1);
255 while (sp1 < sp2)
342 u_short cksum, *sp1, *sp2; local
382 sp2 = (u_short *)(sl + 1);
384 while (sp1 < sp2)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dcode.c155 struct symtab *sp2; local
171 sp2 = sp[i];
172 sz = tsize(sp2->stype, sp2->sdf, sp2->sap);
175 sp2->soffset = argbase;
189 sp2 = sp[i];
191 p = buildtree(ASSIGN, p, nametree(sp2));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Delf-rel5.s61 sp2: label
/netbsd-current/games/larn/
H A Dmovem.c410 struct sphere *sp, *sp2; local
414 for (sp = 0, x = 0, sp2 = spheres; sp2; sp2 = sp2->p) /* look through sphere
416 if (sp2->lev == level) { /* only if this level */
417 sph[x] = *sp2;
H A Ddiag.c247 struct sphere *sp, *sp2; local
295 sp2 = sp;
307 sp2->p = sp;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/md2/
H A Dmd2_dgst.c119 register MD2_INT t, *sp1, *sp2; local
124 sp2 = c->cksm;
125 j = sp2[MD2_BLOCK - 1];
130 j = sp2[i] ^= S[t ^ j];
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/md2/
H A Dmd2_dgst.c125 register MD2_INT t, *sp1, *sp2; local
130 sp2 = c->cksm;
131 j = sp2[MD2_BLOCK - 1];
136 j = sp2[i] ^= S[t ^ j];
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dcode.c128 struct symtab *sp2; local
163 sp2 = s[i];
165 n = buildtree(ASSIGN, n, nametree(sp2));
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dcode.c120 struct symtab *sp2; local
138 sp2 = sp[i];
140 n = buildtree(ASSIGN, n, nametree(sp2));
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c614 struct symtab *sp, *sp2; local
627 sp2 = permalloc(sizeof(*sp));
628 *sp2 = *sp;
629 strst(sp2, t);
630 sp = sp2;
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dplist.c266 char *sp2; local
285 sp2 = *arg + strlen(*arg) - 1;
290 while (isspace((unsigned char)*sp2))
291 --sp2;
292 sp2[1] = '\0';
/netbsd-current/bin/csh/
H A Dfunc.c568 struct srch *sp, *sp1, *sp2; local
575 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
576 sp = sp1 + ((sp2 - sp1) >> 1);
581 sp2 = sp;
/netbsd-current/external/bsd/byacc/dist/
H A Dlr0.c411 Value_t *sp2; local
421 sp2 = p->shift;
425 *sp2++ = *sp1++;

Completed in 386 milliseconds

123