Searched refs:sp1 (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dunwind1.C11 void *sp1 = __builtin_alloca (0); local
23 return (sp1 != sp2);
/openbsd-current/games/gomoku/
H A Dmakemove.c211 struct spotstr *sp, *sp1, *sp2; local
219 sp1 = osp;
221 for (f = 0; f < 6; f++, sp1 -= d) { /* for each frame */
222 if (sp1->s_occ == BORDER)
224 if (sp1->s_flg & bmask)
233 str = &overlap[(a = sp1->s_frame[r] - frames) * FAREA];
234 sp2 = sp1 - d;
245 sp = sp1;
H A Dbdinit.c167 struct spotstr *sp1, *sp2; local
181 sp1 = &board[vertex = cbp->c_vertex];
187 s = 5 + sp1->s_fval[BLACK][r].c.b;
189 for (i = 0; i < s; i++, sp1 += d1, vertex += d1) {
195 sp2 = sp1;
197 /* for each frame that intersects at spot sp1 */
209 case 0: /* sp1 is the first spot in A */
215 case 1: /* sp1 is the second spot in A */
221 case 4: /* sp1 is the penultimate spot in A */
227 case 5: /* sp1 i
[all...]
H A Dpickmove.c61 struct spotstr *sp, *sp1, *sp2; local
88 for (sp = sp1 = sp2 = &board[PT(T,19)]; --sp >= &board[PT(A,1)]; ) {
103 if (better(sp, sp1, BLACK))
104 sp1 = sp;
113 stoc(sp1 - board),
114 sp1->s_combo[BLACK].s, sp1->s_level[BLACK],
115 sp1->s_nforce[BLACK],
116 sp1->s_combo[WHITE].s, sp1
161 better(struct spotstr *sp, struct spotstr *sp1, int us) argument
[all...]
/openbsd-current/lib/libc/stdlib/
H A Dradixsort.c127 stack s[SIZE], *sp, *sp0, *sp1, temp; local
166 sp0 = sp1 = sp; /* Stack position of biggest bin. */
180 sp1 = sp;
187 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
215 stack s[512], *sp, *sp0, *sp1, temp; local
244 sp0 = sp1 = sp;
260 sp1 = sp;
268 swap(*sp0, *sp1, temp);
/openbsd-current/games/hack/
H A Dmakedefs.c162 char *sp0, *sp1; local
185 sp1 = lp;
186 while(*sp0 && *sp0 == *sp1) sp0++, sp1++;
188 lp = sp1;
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c122 u_short cksum = 0, *sp1, *sp2; local
143 sp1 = (u_short *)slp;
145 while (sp1 < sp2)
146 cksum ^= *sp1++;
/openbsd-current/sys/arch/luna88k/luna88k/
H A Ddisksubr.c247 u_short cksum = 0, *sp1, *sp2; local
250 sp1 = (u_short *)sl;
252 while (sp1 < sp2)
253 cksum ^= *sp1++;
376 u_short cksum, *sp1, *sp2; local
430 sp1 = (u_short *)sl;
433 while (sp1 < sp2)
434 cksum ^= *sp1++;
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c229 u_short cksum = 0, *sp1, *sp2; local
233 sp1 = (u_short *)sl;
235 while (sp1 < sp2)
236 cksum ^= *sp1++;
388 u_short cksum, *sp1, *sp2; local
443 sp1 = (u_short *)sl;
446 while (sp1 < sp2)
447 cksum ^= *sp1++;
/openbsd-current/usr.bin/yacc/
H A Dlr0.c333 short *sp1, *sp2, *send; local
340 sp1 = shiftset;
344 while (sp1 < send)
345 *sp2++ = *sp1++;
H A Dverbose.c190 short *sp1; local
196 sp1 = sp = ritem + statep->items[i];
203 for (sp = ritem + rrhs[rule]; sp < sp1; sp++)
H A Doutput.c419 short *sp1; local
437 froms[symno] = sp1 = sp = NEW2(count, short);
442 *sp1++ = from_state[i];
448 width[symno] = sp1[-1] - sp[0] + 1;
/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/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);
551 sp1 = sp + 1;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstreambuf_members.cc286 setpbuf sp1; local
287 // Here xsputn writes over sp1.result
288 sp1.sputn(text.c_str(), text.length());
291 sp1.pubsync();
292 VERIFY( sp1.get_result() == text );
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c279 u_short cksum = 0, *sp1, *sp2; local
283 sp1 = (u_short *)sl;
285 while (sp1 < sp2)
286 cksum ^= *sp1++;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c1831 symbolS *sp1;
1837 for (sp1 = symbol_next (sp); sp1; sp1 = symbol_next (sp1))
1839 if (!S_IS_DEBUG (sp1))
1841 if (S_GET_RAW_TYPE (sp1) == N_FUN)
1843 pnt2 = (char *) strchr (S_GET_NAME (sp1), ':') + 1;
1847 if (S_GET_RAW_TYPE (sp1) != N_RSYM)
1849 str1 = S_GET_NAME (sp1); /* an
1822 symbolS *sp1; local
1891 symbolS *sp1; local
[all...]
/openbsd-current/usr.bin/mg/
H A Ddisplay.c931 struct score *sp1; local
964 sp1 = &score[nrow + 1]; /* [1, 1]. */
967 sp = sp1;
998 sp1 += nrow; /* Next row. */
/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
1529 sp1 = (u_short *)sc->sc_label;
1531 while (sp1 < sp2)
1532 cksum ^= *sp1++;

Completed in 303 milliseconds