Home
last modified time | relevance | path

Searched refs:rl (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-basic7.c29 struct rlimit rl; in use_up_memory() local
30 getrlimit (RLIMIT_AS, &rl); in use_up_memory()
31 rl.rlim_cur = 10 * 1024 * 1024; in use_up_memory()
32 setrlimit (RLIMIT_AS, &rl); in use_up_memory()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_getattr_np.c72 struct rlimit rl; in pthread_getattr_np() local
83 if (getrlimit (RLIMIT_STACK, &rl) != 0) in pthread_getattr_np()
111 iattr->stacksize = rl.rlim_cur; in pthread_getattr_np()
/l4re-core-master/l4re_kernel/server/src/
A Dmain.cc86 Rm::Region const *rl; in insert_regions() local
87 while ((n = L4Re::Env::env()->rm()->get_regions(addr, &rl)) > 0) in insert_regions()
91 Rm::Region const *r = &rl[i]; in insert_regions()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dunix_grantpt.c146 struct rlimit rl = { 0, 0 }; in grantpt() local
147 setrlimit (RLIMIT_CORE, &rl); in grantpt()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dattr.c405 struct rlimit rl; in weak_alias() local
414 else if (getrlimit (RLIMIT_STACK, &rl) != 0) in weak_alias()
442 attr->__stacksize = rl.rlim_cur; in weak_alias()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dattr.c445 struct rlimit rl; in weak_alias() local
454 else if (getrlimit (RLIMIT_STACK, &rl) != 0) in weak_alias()
482 attr->__stacksize = rl.rlim_cur; in weak_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dop-2.h171 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
172 (rh = xh + yh + ((rl = xl + yl) < xl))
175 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
176 (rh = xh - yh - ((rl = xl - yl) > xl))

Completed in 8 milliseconds