Searched refs:MAX_CHANNELS (Results 1 – 8 of 8) sorted by relevance
127 #define MAX_CHANNELS 128 macro131 extern channel_t channels[MAX_CHANNELS];
42 channel_t channels[MAX_CHANNELS];547 for (i=0 ; i<MAX_CHANNELS ; i++) in S_StopAllSounds()551 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t)); in S_StopAllSounds()631 if (total_channels == MAX_CHANNELS) in S_StaticSound()
136 #define MAX_CHANNELS 128 macro140 extern channel_t channels[MAX_CHANNELS];
39 channel_t channels[MAX_CHANNELS];551 for (i=0 ; i<MAX_CHANNELS ; i++) in S_StopAllSounds()555 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t)); in S_StopAllSounds()635 if (total_channels == MAX_CHANNELS) in S_StaticSound()
162 #define MAX_CHANNELS 16 macro164 static SysChannelRec _s_channels0[ MAX_CHANNELS ];172 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) { in sys_init_channels()
48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11 macro
117 if (ses.chansize >= MAX_CHANNELS) { in newchannel()
363 const int MAX_CHANNELS = 4; in ReadHeader() local364 int bpp_arr[MAX_CHANNELS]; in ReadHeader()422 if( count > MAX_CHANNELS ) in ReadHeader()