Searched defs:rounddown (Results 1 - 2 of 2) sorted by relevance
| /src/tests/lib/libc/stdlib/ | ||
| H A D | t_posix_memalign.c | 46 #define rounddown(x, n) (((x) / (n)) * (n)) macro |
| /src/sys/sys/ | ||
| H A D | param.h | 434 #define rounddown(x,y) (((x)/(y))*(y)) macro |
Completed in 3 milliseconds