OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DIVIDE
sys/dev/videomode/edid.c
58
#define DIVIDE(x,y) (((x) + ((y) / 2)) / (y))
sys/dev/videomode/vesagtf.c
182
#define DIVIDE(x,y) (((x) + ((y) / 2)) / (y))
usr.bin/tmux/format.c
4807
DIVIDE,