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

  /external/quake/quake/src/WinQuake/
common.cpp 1154 } swapTest;
1158 swapTest swaptest; local
1159 swaptest.b[0] = 1;
1160 swaptest.b[1] = 0;
1163 if ( swaptest.s == 1)
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1202 byte swaptest[2] = {1,0}; local
1205 if ( *(short *)swaptest == 1)
    [all...]

Completed in 6274 milliseconds