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

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp45 #define ALIGN_SZ (sizeof(double)) macro
47 #define ALIGN_SZ (sizeof(int)) macro
50 #define ALIGN(x) (((x) + ALIGN_SZ - 1) & ~(ALIGN_SZ - 1))

Completed in 41 milliseconds