Searched defs:ALIGN_DOWN (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DCommon.h59 #define ALIGN_DOWN(x, n) ((size_t)(x) & -(n)) macro
61 #define ALIGN_DOWN_TO_PAGE_SIZE(p) ALIGN_DOWN(p, SYSTEM_PAGE_SIZE)

Completed in 31 milliseconds