Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86/
Dsse2-memset16-atom.S25 # define ALIGN(n) .p2align n macro
Dsse2-memset32-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