Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/
A Dutil.h76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) macro
91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro
/optee_os/out/arm/export-ta_arm64/include/
A Dutil.h76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) macro
91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutil.h76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) macro
91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro
/optee_os/lib/libutils/ext/include/
A Dutil.h76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) macro
91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro
/optee_os/out/arm/export-ta_arm32/include/
A Dutil.h76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) macro
91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro

Completed in 7 milliseconds