Searched defs:roundup (Results 1 – 6 of 6) sorted by relevance
40 const size_t roundup = ((len+15)/16)*16; in test_strlen() local
45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
50 #define roundup(x, y) ( \ macro
90 static uint64_t roundup(uint64_t val, uint64_t alignment) in roundup() function
1700 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
461 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro