Home
last modified time | relevance | path

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

/glibc-2.36/misc/sys/
Dparam.h93 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
97 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro