OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FROM_OSSVOL
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libossaudio/
internal.h
37
#define
FROM_OSSVOL
(x) ((((x) > 100 ? 100 : (x)) * 255 + 50) / 100)
/src/sys/compat/ossaudio/
ossaudio.c
60
#define
FROM_OSSVOL
(x) ((((x) > 100 ? 100 : (x)) * 255 + 50) / 100)
1266
l =
FROM_OSSVOL
( idat & 0xff);
1267
r =
FROM_OSSVOL
((idat >> 8) & 0xff);
Completed in 61 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025