Home
last modified time | relevance | path

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

/aosp12/system/core/libsparse/
H A Dsparse_defs.h44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y))) macro
/aosp12/hardware/google/gchips/include/
H A Dexynos_format.h166 #define ALIGN_DOWN(x, a) ((x) - (x % a)) macro