Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROUNDDOWN
headers/private/fs_shell/fssh_kernel_priv.h
48
#define ROUNDDOWN(a, b) (((a) / (b)) * (b))
headers/private/kernel/kernel.h
86
#define ROUNDDOWN(a, b) (((a) / (b)) * (b))
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
15
#define ROUNDDOWN(a, b) (((a) / (b)) * (b))