Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ macro
90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
/optee_os/out/arm/export-ta_arm64/include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ macro
90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ macro
90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
/optee_os/lib/libutils/ext/include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ macro
90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
/optee_os/out/arm/export-ta_arm32/include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ macro
90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro

Completed in 6 milliseconds