Home
last modified time | relevance | path

Searched refs:ALIGN_SZ (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp46 #define ALIGN_SZ (sizeof(double)) macro
48 #define ALIGN_SZ (sizeof(int)) macro
51 #define ALIGN(x) (((x) + ALIGN_SZ - 1 ) & ~(ALIGN_SZ - 1))