Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-vfork1.c76 pid_t p3; in do_test() local
77 if ((p3 = vfork ()) == 0) in do_test()
94 if (TEMP_FAILURE_RETRY (waitpid (p3, &r, 0)) != p3) in do_test()
127 if (p0 == p3) in do_test()
129 printf ("p0(%ld) == p3(%ld)\n", (long int) p0, (long int) p3); in do_test()
133 if (p3 != p4) in do_test()
135 printf ("p3(%ld) != p4(%ld)\n", (long int) p3, (long int) p4); in do_test()
A Dtst-vfork1x.c76 pid_t p3; in do_test() local
77 if ((p3 = vfork ()) == 0) in do_test()
94 if (TEMP_FAILURE_RETRY (waitpid (p3, &r, 0)) != p3) in do_test()
127 if (p0 == p3) in do_test()
129 printf ("p0(%ld) == p3(%ld)\n", (long int) p0, (long int) p3); in do_test()
133 if (p3 != p4) in do_test()
135 printf ("p3(%ld) != p4(%ld)\n", (long int) p3, (long int) p4); in do_test()
A Dtst-vfork2.c119 pid_t p3; in do_test() local
120 if ((p3 = vfork ()) == 0) in do_test()
137 if (TEMP_FAILURE_RETRY (waitpid (p3, &r, 0)) != p3) in do_test()
170 if (p0 == p3) in do_test()
172 printf ("p0(%ld) == p3(%ld)\n", (long int) p0, (long int) p3); in do_test()
176 if (p3 != p4) in do_test()
178 printf ("p3(%ld) != p4(%ld)\n", (long int) p3, (long int) p4); in do_test()
A Dtst-vfork2x.c119 pid_t p3; in do_test() local
120 if ((p3 = vfork ()) == 0) in do_test()
137 if (TEMP_FAILURE_RETRY (waitpid (p3, &r, 0)) != p3) in do_test()
170 if (p0 == p3) in do_test()
172 printf ("p0(%ld) == p3(%ld)\n", (long int) p0, (long int) p3); in do_test()
176 if (p3 != p4) in do_test()
178 printf ("p3(%ld) != p4(%ld)\n", (long int) p3, (long int) p4); in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dcancellation-points.c40 STUB(getmsg, (int f, void *p, void *p2, void *p3))
41 STUB(getpmsg, (int f, void *p, void *p2, void *p3, void *p4))
42 STUB(putmsg, (int f, void *p, void *p2, void *p3))
43 STUB(putpmsg, (int f, void *p, void *p2, void *p3, void *p4))
/l4re-core-master/lua/lib/contrib/src/
A Dltm.h82 const TValue *p2, const TValue *p3);
84 const TValue *p1, const TValue *p2, StkId p3);
A Dltm.c104 const TValue *p2, const TValue *p3) { in luaT_callTM() argument
109 setobj2s(L, func + 3, p3); /* 3rd argument */ in luaT_callTM()
A Dliolib.c702 lua_Integer p3 = luaL_optinteger(L, 3, 0); in f_seek() local
703 l_seeknum offset = (l_seeknum)p3; in f_seek()
704 luaL_argcheck(L, (lua_Integer)offset == p3, 3, in f_seek()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_lgamma_r.c202 double t,y,z,nadj=0,p,p1,p2,p3,q,r,w; in __ieee754_lgamma_r() local
259 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
260 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgamma_r()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/sys/
A Duser.h12 long p0, p1, p2, p3, p4, p5, usp, fp; member
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A DREADME.uClibc8 tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dop-4.h351 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
357 umul_ppmm(p3,_t,m,n2); \
358 __FP_FRAC_ADDI_2(p3,p2,_t); \

Completed in 13 milliseconds