Home
last modified time | relevance | path

Searched refs:eptr (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/l4util/include/ARCH-amd64/
A Dutil.h60 const char *bptr, *eptr; in l4_touch_ro() local
63 eptr = (const char*)(((l4_addr_t)addr+size-1) & L4_PAGEMASK); in l4_touch_ro()
64 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_ro()
77 const char *bptr, *eptr; in l4_touch_rw() local
80 eptr = (const char*)(((l4_addr_t)addr+size-1) & L4_PAGEMASK); in l4_touch_rw()
81 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_rw()
/l4re-core-master/l4util/include/ARCH-x86/
A Dutil.h61 const char *bptr, *eptr; in l4_touch_ro() local
64 eptr = (const char*)(((l4_addr_t)addr+size-1) & L4_PAGEMASK); in l4_touch_ro()
65 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_ro()
78 const char *bptr, *eptr; in l4_touch_rw() local
81 eptr = (const char*)(((l4_addr_t)addr+size-1) & L4_PAGEMASK); in l4_touch_rw()
82 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_rw()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_frexp.c28 double frexp(double x, int *eptr) in frexp() argument
33 *eptr = 0; in frexp()
39 *eptr = -54; in frexp()
41 *eptr += (ix>>20)-1022; in frexp()

Completed in 7 milliseconds