Searched defs:total_channels (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsnd_dma.c43 int total_channels; variable
130 Con_Printf("%5d total_channels\n", total_channels);
545 total_channels = MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS; // no statics
631 if (total_channels == MAX_CHANNELS)
633 Con_Printf ("total_channels == MAX_CHANNELS\n");
637 ss = &channels[total_channels];
638 total_channels++;
746 for (i=NUM_AMBIENTS ; i<total_channels; i++, ch++)
773 if (j == total_channels)
[all...]
/external/quake/quake/src/WinQuake/
H A Dsnd_dma.cpp40 int total_channels; variable
127 Con_Printf("%5d total_channels\n", total_channels);
549 total_channels = MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS; // no statics
635 if (total_channels == MAX_CHANNELS)
637 Con_Printf ("total_channels == MAX_CHANNELS\n");
641 ss = &channels[total_channels];
642 total_channels++;
750 for (i=NUM_AMBIENTS ; i<total_channels; i++, ch++)
777 if (j == total_channels)
[all...]

Completed in 11 milliseconds