Searched defs:ROUNDUP_KB (Results 1 – 2 of 2) sorted by relevance
142 #define ROUNDUP_KB(x) (((x) + (KILOBYTE - 1)) / KILOBYTE) macro
61 #define ROUNDUP_KB(x) (((x) + (KILOBYTE - 1)) / KILOBYTE) macro