Home
last modified time | relevance | path

Searched defs:__ALIGN_UP (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h24 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h26 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro