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

/seL4-refos-master/libs/libmuslc/src/regex/
H A Dglob.c56 char *p2; local
63 if ((p2 = strchr(p, '/'))) {
65 pat[p2-p] = 0;
66 for (; *p2 == '/'; p2++);
101 if (p2 && de->d_type && !S_ISDIR(de->d_type<<12) && !S_ISLNK(de->d_type<<12))
110 if (p2) {
111 if ((error = match_in_dir(name, p2, flags, errfunc, tail))) {
H A Dregcomp.c2454 /* Adds a transition from each position in `p1' to each position in `p2'. */
2456 tre_make_trans(tre_pos_and_tags_t *p1, tre_pos_and_tags_t *p2, argument
2460 tre_pos_and_tags_t *orig_p2 = p2;
2467 p2 = orig_p2;
2469 while (p2->position >= 0)
2472 if (p2->position == prev_p2_pos)
2474 p2++;
2477 prev_p2_pos = p2->position;
2485 `p2->position', it is overwritten. This can happen only
2495 if (trans->state_id == p2
[all...]
/seL4-refos-master/libs/libmuslc/src/math/
H A Dlgamma_r.c174 double_t t,y,z,nadj,p,p1,p2,p3,q,r,w; local
237 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11)))));
238 p = y*p1+p2;
245 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
247 p = z*p1-(tt-w*(p2+y*p3));
252 p2 = 1.0+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
253 r += -0.5*y + p1/p2;
H A Dlgammaf_r.c109 float t,y,z,nadj,p,p1,p2,p3,q,r,w; local
172 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11)))));
173 p = y*p1+p2;
180 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
182 p = z*p1-(tt-w*(p2+y*p3));
187 p2 = 1.0f+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
188 r += -0.5f*y + p1/p2;
H A Dlgammal.c227 long double t, y, z, nadj, p, p1, p2, q, r, w; local
293 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y))));
294 r += 0.5 * y + y * p1/p2;
298 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y)))));
299 p = tt + y * p1/p2;
304 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y)))));
305 r += (-0.5 * y + p1 / p2);
/seL4-refos-master/libs/libmuslc/src/setjmp/arm/
H A Dlongjmp.s23 ldc p2, cr4, [ip], #48
H A Dsetjmp.s25 stc p2, cr4, [ip], #48
/seL4-refos-master/libs/libmuslc/src/setjmp/arm_sel4/
H A Dlongjmp.s23 ldc p2, cr4, [ip], #48
H A Dsetjmp.s25 stc p2, cr4, [ip], #48
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dhacklib.c110 register char c, *p, *p2; local
113 for (p = p2 = bp; (c = *p) != '\0'; p++) {
115 if (c != ' ' || !was_space) *p2++ = c;
118 if (was_space && p2 > bp) p2--;
119 *p2 = '\0';
H A Dregion.c810 enter_force_field(p1, p2)
812 genericptr_t p2;
816 if (p2 == NULL) { /* That means the player */
824 mtmp = (struct monst *) p2;
876 expire_gas_cloud(p1, p2)
878 genericptr_t p2;
897 inside_gas_cloud(p1, p2)
899 genericptr_t p2;
907 if (p2 == NULL) { /* This means *YOU* Bozo! */
922 mtmp = (struct monst *) p2;
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dhacklib.c110 register char c, *p, *p2; local
113 for (p = p2 = bp; (c = *p) != '\0'; p++) {
115 if (c != ' ' || !was_space) *p2++ = c;
118 if (was_space && p2 > bp) p2--;
119 *p2 = '\0';
H A Dregion.c810 enter_force_field(p1, p2)
812 genericptr_t p2;
816 if (p2 == NULL) { /* That means the player */
824 mtmp = (struct monst *) p2;
876 expire_gas_cloud(p1, p2)
878 genericptr_t p2;
897 inside_gas_cloud(p1, p2)
899 genericptr_t p2;
907 if (p2 == NULL) { /* This means *YOU* Bozo! */
922 mtmp = (struct monst *) p2;
[all...]
/seL4-refos-master/libs/libsel4allocman/src/
H A Dbootstrap.c308 static int _split_ut(bootstrap_info_t *bs, cspacepath_t ut, cspacepath_t p1, cspacepath_t p2, size_t size) { argument
314 error = seL4_Untyped_Retype(ut.capPtr, seL4_UntypedObject, size, p2.root, p2.dest, p2.destDepth, p2.offset, 1);
/seL4-refos-master/projects/seL4_libs/libsel4allocman/src/
H A Dbootstrap.c308 static int _split_ut(bootstrap_info_t *bs, cspacepath_t ut, cspacepath_t p1, cspacepath_t p2, size_t size) { argument
314 error = seL4_Untyped_Retype(ut.capPtr, seL4_UntypedObject, size, p2.root, p2.dest, p2.destDepth, p2.offset, 1);
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c1333 void *p2 = (void *)sp[-1]; local
1341 app_loadmap = p2 ? p1 : 0;
1342 ldso.loadmap = p2 ? p2 : p1;

Completed in 125 milliseconds