Searched refs:eptr (Results 1 – 3 of 3) sorted by relevance
60 const char *bptr, *eptr; in l4_touch_ro() local63 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() local80 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()
61 const char *bptr, *eptr; in l4_touch_ro() local64 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() local81 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()
28 double frexp(double x, int *eptr) in frexp() argument33 *eptr = 0; in frexp()39 *eptr = -54; in frexp()41 *eptr += (ix>>20)-1022; in frexp()
Completed in 4 milliseconds