Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86_64/
Dandroid_memset16.S28 # define ALIGN(n) .p2align n macro
Dandroid_memset32.S28 # define ALIGN(n) .p2align n macro
/system/core/libsparse/
Dsparse_defs.h43 #define ALIGN(x, y) ((y)*DIV_ROUND_UP((x), (y))) macro
/system/core/libcutils/arch-x86/
Dandroid_memset32.S28 # define ALIGN(n) .p2align n macro
Dandroid_memset16.S28 # define ALIGN(n) .p2align n macro
/system/core/libcutils/
Dfs_config.cpp51 #define ALIGN(x, alignment) (((x) + ((alignment)-1)) & ~((alignment)-1)) macro