Searched defs:ALIGN (Results 1 - 2 of 2) sorted by relevance

/system/core/libsparse/
H A Dsparse_defs.h43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
/system/extras/ext4_utils/
H A Dext4_utils.h72 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro

Completed in 1871 milliseconds