Home
last modified time | relevance | path

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

/hardware/google/gchips/include/
Dexynos_format.h173 #ifndef ALIGN_TO_128B
174 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) macro