OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RADEON_COORDS
sys/arch/loongson/dev/radeonfb.c
82
#define RADEON_COORDS(x, y) ((y << 16) | (x))
sys/arch/sparc64/dev/radeonfb.c
92
#define RADEON_COORDS(x, y) ((y << 16) | (x))