Searched refs:VOL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dmixeng_template.h35 #define VOL(a, b) a macro
38 #define VOL(a, b) ((ASMMult2xS32RetS64(a, b) >> 31)) macro
41 #define VOL(a, b) ((a) * (b)) macro
43 #define VOL(a, b) ((a) * (b)) >> 32 macro
138 out->u64LSample = VOL (glue (conv_, ET) (*in++), vol->l);
139 out->u64RSample = VOL (glue (conv_, ET) (*in++), vol->r);
141 out->l = VOL (glue (conv_, ET) (*in++), vol->l);
142 out->r = VOL (glue (conv_, ET) (*in++), vol->r);
171 out->u64LSample = VOL (glue (conv_, ET) (in[0]), vol->l);
174 out->l = VOL (glu
208 #undef VOL macro
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddplay.h40 #define VOL volatile macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddplay.h40 #define VOL volatile macro

Completed in 71 milliseconds