Searched defs:SKC_ROUND_UP (Results 1 – 2 of 2) sorted by relevance
165 #define SKC_ROUND_UP(v,q) ((((v) + (q) - 1) / (q)) * (q)) macro