OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cdvolume
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
cd_linux.c
44
static float
cdvolume
;
variable
158
if (
cdvolume
== 0.0)
323
Con_Printf("Volume is %f\n",
cdvolume
);
336
if (bgmvolume.value !=
cdvolume
)
338
if (
cdvolume
)
341
cdvolume
= bgmvolume.value;
347
cdvolume
= bgmvolume.value;
cd_win.c
35
static float
cdvolume
;
variable
173
if (
cdvolume
== 0.0)
357
Con_Printf("Volume is %f\n",
cdvolume
);
403
if (bgmvolume.value !=
cdvolume
)
405
if (
cdvolume
)
408
cdvolume
= bgmvolume.value;
414
cdvolume
= bgmvolume.value;
cd_audio.c
220
static byte
cdvolume
;
variable
449
return
cdvolume
;
501
cdvolume
= volume;
722
Con_Printf("Volume is %u\n",
cdvolume
);
773
if (
cdvolume
!= newVolume)
/external/quake/quake/src/WinQuake/
cd_linux.cpp
44
static float
cdvolume
;
variable
158
if (
cdvolume
== 0.0)
323
Con_Printf("Volume is %f\n",
cdvolume
);
336
if (bgmvolume.value !=
cdvolume
)
338
if (
cdvolume
)
341
cdvolume
= bgmvolume.value;
347
cdvolume
= bgmvolume.value;
cd_win.cpp
35
static float
cdvolume
;
variable
173
if (
cdvolume
== 0.0)
357
Con_Printf("Volume is %f\n",
cdvolume
);
403
if (bgmvolume.value !=
cdvolume
)
405
if (
cdvolume
)
408
cdvolume
= bgmvolume.value;
414
cdvolume
= bgmvolume.value;
cd_audio.cpp
242
static byte
cdvolume
;
variable
491
cdvolume
= volume;
731
Con_Printf("Volume is %u\n",
cdvolume
);
773
if (newVolume !=
cdvolume
)
WinQuake.ncb
[
all
...]
Completed in 554 milliseconds