Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse_defs.h43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
/system/core/libcutils/arch-x86/
Dsse2-memset32-atom.S25 # define ALIGN(n) .p2align n macro
Dsse2-memset16-atom.S25 # define ALIGN(n) .p2align n macro
/system/extras/ext4_utils/
Dext4_utils.h72 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro