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

  /external/quake/quake/src/QW/client/
snd_win.c 41 static int sample16; variable
405 sample16 = (shm->samplebits/8) - 1;
539 sample16 = (shm->samplebits/8) - 1;
651 s >>= sample16; local
695 while (((snd_sent - snd_completed) >> sample16) < 4)
  /external/quake/quake/src/WinQuake/
snd_win.cpp 41 static int sample16; variable
407 sample16 = (shm->samplebits/8) - 1;
541 sample16 = (shm->samplebits/8) - 1;
653 s >>= sample16; local
697 while (((snd_sent - snd_completed) >> sample16) < 4)

Completed in 78 milliseconds