Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse_defs.h43 #define ALIGN(x, y) ((y)*DIV_ROUND_UP((x), (y))) macro
/system/core/libcutils/
Dfs_config.cpp51 #define ALIGN(x, alignment) (((x) + ((alignment)-1)) & ~((alignment)-1)) macro