Searched defs:roundup (Results 1 – 12 of 12) sorted by relevance
19 unsigned roundup(unsigned v) { in roundup() function
42 public static int roundup(int size) in roundup() method in Utilities
40 const size_t roundup = ((len+15)/16)*16; in test_strlen() local
80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
97 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
108 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
45 #define roundup(x, y) align(x, y) macro
90 static uint64_t roundup(uint64_t val, uint64_t alignment) in roundup() function
1942 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
1975 roundup; in WriteProfile() local
471 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
495 #define roundup(x, y) ( \ macro