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

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dradixsort.c156 stack s[SIZE], *sp, *sp0, *sp1, temp; local
212 sp0 = sp1 = sp; /* Stack position of biggest bin. */
226 sp1 = sp;
233 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
264 stack s[512], *sp, *sp0, *sp1, temp; local
299 sp0 = sp1 = sp;
315 sp1 = sp;
323 swap(*sp0, *sp1, temp);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/libipsec/
H A Dtest-policy.c226 char *sp1, *sp2; local
235 sp1 = ipsec_set_policy(pol1, strlen(pol1));
236 splen1 = ipsec_get_policylen(sp1);
252 255, sp1, splen1, 0) < 0)
271 255, sp1, splen1, 0) < 0)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.func.c710 struct srch *sp, *sp1, *sp2; local
723 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
724 sp = sp1 + ((sp2 - sp1) >> 1);
731 sp1 = sp + 1;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c1589 _ure_state_t *sp1, *sp2, *ls, *rs; local
1592 sp1 = b->states.states + i;
1593 if (sp1->id != i)
1630 for (i = eq = 0, sp1 = b->states.states; i < b->states.states_used;
1631 sp1++, i++)
1632 sp1->id = (sp1->id == i) ? eq++ : b->states.states[sp1->id].id;
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkGetF0.c1021 register short *sp1; local
1025 sp1 = headF->dp->locs, sp2 = locs, j=ncand; j--; ) {
1027 *sp1++ = *sp2++;
1029 *sp1 = -1; /* distinguish the UNVOICED candidate */
/macosx-10.9.5/libresolv-54/
H A Dres_mkupdate.c95 u_char *cp, *sp1, *sp2, *startp, *endp; local
122 sp1 = buf + 2*NS_INT16SZ; /* save pointer to zocount */
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el5945 (sp1 (car spaces))
5948 (make-string sp2 ?\ ) "%%%s%ds" (make-string sp1 ?\ ) "|"))
5950 (make-string sp2 ?-) "%s" (make-string sp1 ?-) "+"))

Completed in 216 milliseconds