Searched defs:ROUND_UP_VALUE (Results 1 – 2 of 2) sorted by relevance
212 #define ROUND_UP_VALUE(x, f) ((f) - 1 - ((f) - 1 + (x)) % (f)) macro