Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libs/gnttab/
A Dprivate.h9 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen-4.10.0-shim-comet/tools/libs/call/
A Dbuffer.c25 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/
A Dlinux.c31 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen-4.10.0-shim-comet/tools/libxc/
A Dxg_private.h98 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlib.h67 #define ROUNDUP(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dqcow.h51 #define ROUNDUP(l, s) \ macro
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c82 #define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_core.c73 #define ROUNDUP(_x, _w) (((unsigned long)(_x)+(1UL<<(_w))-1) & ~((1UL<<(_w))-1)) macro
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_internal.h132 #define ROUNDUP(_val, _order) \ macro

Completed in 34 milliseconds