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