NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rounddown
sys/sys/param.h
434
#define rounddown(x,y) (((x)/(y))*(y))
tests/lib/libc/stdlib/t_posix_memalign.c
46
#define rounddown(x, n) (((x) / (n)) * (n))