Home
last modified time | relevance | path

Searched defs:ROUNDUP (Results 1 – 8 of 8) sorted by relevance

/xen/tools/libs/gnttab/
A Dprivate.h9 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen/tools/libs/call/
A Dbuffer.c25 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen/tools/libs/foreignmemory/
A Dlinux.c31 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen/tools/libxc/
A Dxg_private.h98 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen/xen/include/xen/
A Dlib.h4 #define ROUNDUP(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/xen/tools/console/daemon/
A Dio.c83 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen/tools/xenstore/
A Dxenstored_core.c76 #define ROUNDUP(_x, _w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen/tools/libxl/
A Dlibxl_internal.h135 #define ROUNDUP(_val, _order) \ macro

Completed in 35 milliseconds