/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-vfork1.c | 76 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 D | tst-vfork1x.c | 76 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 D | tst-vfork2.c | 119 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 D | tst-vfork2x.c | 119 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 D | cancellation-points.c | 40 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 D | ltm.h | 82 const TValue *p2, const TValue *p3); 84 const TValue *p1, const TValue *p2, StkId p3);
|
A D | ltm.c | 104 const TValue *p2, const TValue *p3) { in luaT_callTM() argument 109 setobj2s(L, func + 3, p3); /* 3rd argument */ in luaT_callTM()
|
A D | liolib.c | 702 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 D | e_lgamma_r.c | 202 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 D | user.h | 12 long p0, p1, p2, p3, p4, p5, usp, fp; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | README.uClibc | 8 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 D | op-4.h | 351 #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); \
|