Searched refs:CEIL_SHIFT_MUL (Results 1 – 1 of 1) sorted by relevance
44 #define CEIL_SHIFT_MUL(a, b) (CEIL_SHIFT(a, b) << (b)) macro93 return CEIL_SHIFT_MUL(a, b); in ceil_shift_mul()