Searched defs:ROUNDDOWN (Results 1 – 5 of 5) sorted by relevance
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | util.h | 76 #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 D | util.h | 76 #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 D | util.h | 76 #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 D | util.h | 76 #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 D | util.h | 76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) macro 91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro
|
Completed in 6 milliseconds