Searched refs:ISALIGNED (Results 1 – 2 of 2) sorted by relevance
44 #define ISALIGNED(a) (0 == ((a) & 7)) macro
85 if (!ISALIGNED(addr + common->ytop_off) || in vpif_buffer_prepare()86 !ISALIGNED(addr + common->ybtm_off) || in vpif_buffer_prepare()87 !ISALIGNED(addr + common->ctop_off) || in vpif_buffer_prepare()88 !ISALIGNED(addr + common->cbtm_off)) { in vpif_buffer_prepare()