HomeSort by relevance Sort by last modified time
    Searched full:snd_out (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
snd_mixa.s 154 movl C(snd_out),%edi
162 // snd_out[i] = 0x7fff;
164 // snd_out[i] = (short)0x8000;
166 // snd_out[i] = val;
182 // snd_out[i+1] = 0x7fff;
184 // snd_out[i+1] = (short)0x8000;
186 // snd_out[i+1] = val;
snd_mix.c 34 short *snd_out; variable
48 snd_out[i] = 0x7fff;
50 snd_out[i] = (short)0x8000;
52 snd_out[i] = val;
56 snd_out[i+1] = 0x7fff;
58 snd_out[i+1] = (short)0x8000;
60 snd_out[i+1] = val;
118 snd_out = (short *) pbuf + (lpos<<1);
quakeasm.h 268 .extern C(snd_out)
  /external/quake/quake/src/WinQuake/
snd_mixa.s 154 movl C(snd_out),%edi
162 // snd_out[i] = 0x7fff;
164 // snd_out[i] = (short)0x8000;
166 // snd_out[i] = val;
182 // snd_out[i+1] = 0x7fff;
184 // snd_out[i+1] = (short)0x8000;
186 // snd_out[i+1] = val;
snd_mix.cpp 40 short *snd_out; variable
55 snd_out[i] = 0x7fff;
57 snd_out[i] = (short)0x8000;
59 snd_out[i] = val;
63 snd_out[i+1] = 0x7fff;
65 snd_out[i+1] = (short)0x8000;
67 snd_out[i+1] = val;
126 snd_out = (short *) pbuf + (lpos<<1);
quakeasm.h 274 .extern C(snd_out)

Completed in 6079 milliseconds