Searched refs:MAX_CHANNELS (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsound.h127 #define MAX_CHANNELS 128 macro
131 extern channel_t channels[MAX_CHANNELS];
H A Dsnd_dma.c42 channel_t channels[MAX_CHANNELS];
547 for (i=0 ; i<MAX_CHANNELS ; i++)
551 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t));
631 if (total_channels == MAX_CHANNELS)
633 Con_Printf ("total_channels == MAX_CHANNELS\n");
/external/quake/quake/src/WinQuake/
H A Dsound.h136 #define MAX_CHANNELS 128 macro
140 extern channel_t channels[MAX_CHANNELS];
H A Dsnd_dma.cpp39 channel_t channels[MAX_CHANNELS];
551 for (i=0 ; i<MAX_CHANNELS ; i++)
555 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t));
635 if (total_channels == MAX_CHANNELS)
637 Con_Printf ("total_channels == MAX_CHANNELS\n");
/external/dropbear/
H A Dchannel.h48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11 macro
H A Dcommon-channel.c117 if (ses.chansize >= MAX_CHANNELS) {
/external/qemu/telephony/
H A Dsysdeps_qemu.c162 #define MAX_CHANNELS 16 macro
164 static SysChannelRec _s_channels0[ MAX_CHANNELS ];
172 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) {
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp363 const int MAX_CHANNELS = 4; local
364 int bpp_arr[MAX_CHANNELS];
422 if( count > MAX_CHANNELS )

Completed in 1403 milliseconds