Searched defs:ROUND_UP (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Delfloader_common.h20 #define ROUND_UP(n, b) (((((n) - 1) >> (b)) + 1) << (b)) macro
/seL4-refos-master/tools/elfloader/include/
H A Delfloader_common.h20 #define ROUND_UP(n, b) (((((n) - 1) >> (b)) + 1) << (b)) macro
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h79 #define ROUND_UP(n, b) \ macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h79 #define ROUND_UP(n, b) \ macro
/seL4-refos-master/kernel/include/
H A Dutil.h12 #define ROUND_UP(n, b) (((((n) - UL_CONST(1)) >> (b)) + UL_CONST(1)) << (b)) macro
/seL4-refos-master/libs/librefos/src/refos-rpc/
H A Drpc.c18 #define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S)) macro
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-rpc/
H A Drpc.c18 #define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S)) macro

Completed in 50 milliseconds