Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LIMITMAX
sound/isa/sb/emu8000_callback.c
46
#define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0)
sound/pci/emu10k1/emu10k1_callback.c
45
#define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0)
sound/synth/emux/emux_synth.c
24
#define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0)