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

  /external/quake/quake/src/QW/client/
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);
  /external/quake/quake/src/WinQuake/
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);
  /gdk/samples/quake/jni/
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);

Completed in 169 milliseconds