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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dunwind1.C21 void *sp2 = __builtin_alloca (0); local
23 return (sp1 != sp2);
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dutil_smartptr.bench.cpp25 std::shared_ptr<int> sp2(sp);
/openbsd-current/games/gomoku/
H A Dbdinit.c167 struct spotstr *sp1, *sp2; local
195 sp2 = sp1;
198 for (f = 0; f < 6; f++, sp2 -= d2) {
199 if (sp2->s_occ == BORDER)
201 if (sp2->s_flg & bmask)
203 n = sp2->s_frame[r] - frames;
H A Dmakemove.c211 struct spotstr *sp, *sp1, *sp2; local
234 sp2 = sp1 - d;
235 for (i = f + 1; i < 6; i++, sp2 -= d) {
236 if (sp2->s_occ == BORDER)
238 if (sp2->s_flg & bmask)
252 b = sp2->s_frame[r] - frames;
H A Dpickmove.c61 struct spotstr *sp, *sp1, *sp2; local
88 for (sp = sp1 = sp2 = &board[PT(T,19)]; --sp >= &board[PT(A,1)]; ) {
106 if (better(sp, sp2, WHITE))
107 sp2 = sp;
121 stoc(sp2 - board),
122 sp2->s_combo[WHITE].s, sp2->s_level[WHITE],
123 sp2->s_nforce[WHITE],
124 sp2->s_combo[BLACK].s, sp2
[all...]
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c122 u_short cksum = 0, *sp1, *sp2; local
144 sp2 = (u_short *)(slp + 1);
145 while (sp1 < sp2)
/openbsd-current/sys/arch/luna88k/luna88k/
H A Ddisksubr.c247 u_short cksum = 0, *sp1, *sp2; local
251 sp2 = (u_short *)(sl + 1);
252 while (sp1 < sp2)
376 u_short cksum, *sp1, *sp2; local
431 sp2 = (u_short *)(sl + 1);
433 while (sp1 < sp2)
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c229 u_short cksum = 0, *sp1, *sp2; local
234 sp2 = (u_short *)(sl + 1);
235 while (sp1 < sp2)
388 u_short cksum, *sp1, *sp2; local
444 sp2 = (u_short *)(sl + 1);
446 while (sp1 < sp2)
/openbsd-current/usr.sbin/config/
H A Dmain.c746 const struct opt *sp1 = v1, *sp2 = v2; local
749 r = strcmp(sp1->name, sp2->name);
751 if (!sp1->val && !sp2->val)
753 else if (sp1->val && !sp2->val)
755 else if (sp2->val && !sp1->val)
757 else r = strcmp(sp1->val, sp2->val);
/openbsd-current/usr.bin/yacc/
H A Dlr0.c333 short *sp1, *sp2, *send; local
341 sp2 = p->shift;
345 *sp2++ = *sp1++;
H A Doutput.c420 short *sp2; local
438 tos[symno] = sp2 = NEW2(count, short);
443 *sp2++ = to_state[i];
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstreambuf_members.cc296 setpbuf sp2; local
300 sp2.sputc(text[i]);
304 sp2.pubsync();
305 VERIFY( sp2.get_result() == text );
/openbsd-current/bin/csh/
H A Dfunc.c536 struct srch *sp, *sp1, *sp2; local
543 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
544 sp = sp1 + ((sp2 - sp1) >> 1);
549 sp2 = sp;
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c279 u_short cksum = 0, *sp1, *sp2; local
284 sp2 = (u_short *)(sl + 1);
285 while (sp1 < sp2)
/openbsd-current/sbin/init/
H A Dinit.c752 cmp_sessions(session_t *sp1, session_t *sp2) argument
754 if (sp1->se_process < sp2->se_process)
756 if (sp1->se_process > sp2->se_process)
/openbsd-current/sys/arch/sparc64/dev/
H A Dvdsp.c1461 u_short cksum = 0, *sp1, *sp2; local
1530 sp2 = (u_short *)(sc->sc_label + 1);
1531 while (sp1 < sp2)

Completed in 284 milliseconds