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

  /external/quake/quake/src/QW/client/
sys_win.c 44 static int lowshift; variable
192 lowshift = 0;
196 lowshift++;
297 temp = ((unsigned int)PerformanceCount.LowPart >> lowshift) |
298 ((unsigned int)PerformanceCount.HighPart << (32 - lowshift));
  /external/quake/quake/src/WinQuake/
sys_win.cpp 43 static int lowshift; variable
314 lowshift = 0;
318 lowshift++;
480 temp = ((unsigned int)PerformanceCount.LowPart >> lowshift) |
481 ((unsigned int)PerformanceCount.HighPart << (32 - lowshift));

Completed in 71 milliseconds