Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h26 #define ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1)) macro
/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_memset16.S28 # define ALIGN(n) .p2align n macro
Dandroid_memset32.S28 # define ALIGN(n) .p2align n macro
/system/core/libcutils/
Dfs_config.c69 #define ALIGN(x, alignment) ( ((x) + ((alignment) - 1)) & ~((alignment) - 1) ) macro
/system/core/libion/tests/
Ddevice_test.cpp30 #define ALIGN(x,y) (((x) + ((y) - 1)) & ~((y) - 1)) macro