Searched defs:roundup (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Dkernel.h36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/external/openssh/
H A Ddefines.h435 #ifndef roundup
436 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/external/linux-tools-perf/util/
H A Dsymbol.c36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
113 curr->end = roundup(curr->start, 4096);

Completed in 161 milliseconds