Searched defs:ALIGN_DOWN (Results 1 - 1 of 1) sorted by last modified time

/system/core/libsparse/
H A Dsparse_defs.h44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y))) macro

Completed in 17 milliseconds