Home
last modified time | relevance | path

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

/hardware/google/gchips/include/
Dexynos_format.h170 #ifndef ALIGN_TO_32B
171 #define ALIGN_TO_32B(x) ((((x) + (1 << 5) - 1) >> 5) << 5) macro