Home
last modified time | relevance | path

Searched refs:sp2 (Results 1 – 17 of 17) sorted by relevance

/openbsd/games/gomoku/
H A Dbdinit.c167 struct spotstr *sp1, *sp2; in init_overlap() local
195 sp2 = sp1; in init_overlap()
198 for (f = 0; f < 6; f++, sp2 -= d2) { in init_overlap()
199 if (sp2->s_occ == BORDER) in init_overlap()
201 if (sp2->s_flg & bmask) in init_overlap()
203 n = sp2->s_frame[r] - frames; in init_overlap()
H A Dmakemove.c211 struct spotstr *sp, *sp1, *sp2; in update_overlap() local
234 sp2 = sp1 - d; in update_overlap()
235 for (i = f + 1; i < 6; i++, sp2 -= d) { in update_overlap()
236 if (sp2->s_occ == BORDER) in update_overlap()
238 if (sp2->s_flg & bmask) in update_overlap()
252 b = sp2->s_frame[r] - frames; in update_overlap()
H A Dpickmove.c106 if (better(sp, sp2, WHITE)) in pickmove()
107 sp2 = sp; in pickmove()
121 stoc(sp2 - board), in pickmove()
122 sp2->s_combo[WHITE].s, sp2->s_level[WHITE], in pickmove()
123 sp2->s_nforce[WHITE], in pickmove()
124 sp2->s_combo[BLACK].s, sp2->s_level[BLACK], in pickmove()
125 sp2->s_nforce[BLACK], sp2->s_wval); in pickmove()
138 Tcp = &sp2->s_combo[WHITE]; in pickmove()
143 sp1 = sp2; in pickmove()
144 sp2 = sp; in pickmove()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dunwind1.C21 void *sp2 = __builtin_alloca (0); in main() local
23 return (sp1 != sp2); in main()
/openbsd/sys/arch/luna88k/luna88k/
H A Ddisksubr.c252 u_short cksum = 0, *sp1, *sp2; in disklabel_om_to_bsd() local
256 sp2 = (u_short *)(sl + 1); in disklabel_om_to_bsd()
257 while (sp1 < sp2) in disklabel_om_to_bsd()
381 u_short cksum, *sp1, *sp2; in disklabel_bsd_to_om() local
436 sp2 = (u_short *)(sl + 1); in disklabel_bsd_to_om()
438 while (sp1 < sp2) in disklabel_bsd_to_om()
/openbsd/sys/arch/sparc64/sparc64/
H A Ddisksubr.c229 u_short cksum = 0, *sp1, *sp2; in disklabel_sun_to_bsd() local
234 sp2 = (u_short *)(sl + 1); in disklabel_sun_to_bsd()
235 while (sp1 < sp2) in disklabel_sun_to_bsd()
388 u_short cksum, *sp1, *sp2; in disklabel_bsd_to_sun() local
444 sp2 = (u_short *)(sl + 1); in disklabel_bsd_to_sun()
446 while (sp1 < sp2) in disklabel_bsd_to_sun()
/openbsd/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c122 u_short cksum = 0, *sp1, *sp2; in readdisklabel() local
144 sp2 = (u_short *)(slp + 1); in readdisklabel()
145 while (sp1 < sp2) in readdisklabel()
/openbsd/usr.sbin/config/
H A Dmain.c746 const struct opt *sp1 = v1, *sp2 = v2; in optcmp() local
749 r = strcmp(sp1->name, sp2->name); in optcmp()
751 if (!sp1->val && !sp2->val) in optcmp()
753 else if (sp1->val && !sp2->val) in optcmp()
755 else if (sp2->val && !sp1->val) in optcmp()
757 else r = strcmp(sp1->val, sp2->val); in optcmp()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstreambuf_members.cc296 setpbuf sp2; in test04() local
300 sp2.sputc(text[i]); in test04()
304 sp2.pubsync(); in test04()
305 VERIFY( sp2.get_result() == text ); in test04()
/openbsd/usr.bin/yacc/
H A Dlr0.c333 short *sp1, *sp2, *send; in save_shifts() local
341 sp2 = p->shift; in save_shifts()
345 *sp2++ = *sp1++; in save_shifts()
H A Doutput.c420 short *sp2; in save_column() local
438 tos[symno] = sp2 = NEW2(count, short); in save_column()
443 *sp2++ = to_state[i]; in save_column()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dutil_smartptr.bench.cpp25 std::shared_ptr<int> sp2(sp); in BM_SharedPtrIncDecRef() local
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c279 u_short cksum = 0, *sp1, *sp2; in disklabel_sun_to_bsd() local
284 sp2 = (u_short *)(sl + 1); in disklabel_sun_to_bsd()
285 while (sp1 < sp2) in disklabel_sun_to_bsd()
/openbsd/bin/csh/
H A Dfunc.c536 struct srch *sp, *sp1, *sp2; in srchx() local
543 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) { in srchx()
544 sp = sp1 + ((sp2 - sp1) >> 1); in srchx()
549 sp2 = sp; in srchx()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats16Instr.td162 AddrModeNone, (outs GPRSP:$sp2), (ins GPRSP:$sp1, uimm7_2:$imm7),
163 !strconcat(opstr, "\t$sp2, $sp1, $imm7"), []> {
/openbsd/sbin/init/
H A Dinit.c752 cmp_sessions(session_t *sp1, session_t *sp2) in cmp_sessions() argument
754 if (sp1->se_process < sp2->se_process) in cmp_sessions()
756 if (sp1->se_process > sp2->se_process) in cmp_sessions()
/openbsd/sys/arch/sparc64/dev/
H A Dvdsp.c1461 u_short cksum = 0, *sp1, *sp2; in vdsp_set_vtoc() local
1530 sp2 = (u_short *)(sc->sc_label + 1); in vdsp_set_vtoc()
1531 while (sp1 < sp2) in vdsp_set_vtoc()