NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TO_OSSVOL
lib/libossaudio/internal.h
36
#define TO_OSSVOL(x) (((x) * 100 + 127) / 255)
sys/compat/ossaudio/ossaudio.c
59
#define TO_OSSVOL(x) (((x) * 100 + 127) / 255)