Searched defs:fc_roundup (Results 1 – 2 of 2) sorted by relevance
28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) macro