Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dutil.h139 #define ROUNDDOWN(x, y) (((x) / (__typeof__(x))(y)) * (__typeof__(x))(y)) macro
161 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro