Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86_64/
Dandroid_memset16_SSE2-atom.S27 # define ALIGN(n) .p2align n macro
Dandroid_memset32_SSE2-atom.S27 # 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/
Dsse2-memset32-atom.S25 # define ALIGN(n) .p2align n macro
Dsse2-memset16-atom.S25 # define ALIGN(n) .p2align n macro
/system/core/libutils/
DLinearAllocator.cpp51 #define ALIGN(x) ((x + ALIGN_SZ - 1 ) & ~(ALIGN_SZ - 1)) macro
/system/core/libion/tests/
Ddevice_test.cpp30 #define ALIGN(x,y) (((x) + ((y) - 1)) & ~((y) - 1)) macro
/system/core/fastbootd/commands/
Dpartitions.c56 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro