Searched defs:GRALLOC_ALIGN (Results 1 – 4 of 4) sorted by relevance
34 #define GRALLOC_ALIGN( value, base ) (((value) + ((base) - 1)) & ~((base) - 1)) macro
42 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) macro
486 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) macro