Searched refs:IS_ODD (Results 1 – 2 of 2) sorted by relevance
21 #define IS_ODD(a) ((a) & 0x1) macro22 #define IS_EVEN(a) (!IS_ODD(a))29 #define EVEN_CEIL(x) ((IS_ODD(x)) ? ((x) + 1) : (x))
127 IS_ODD(width))) { in ia_css_util_check_res()