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

  /external/quake/quake/src/WinQuake/
protocol.h 25 #define U_MOREBITS (1<<0)
sv_main.cpp 512 bits |= U_MOREBITS;
519 if (bits & U_MOREBITS)
cl_parse.cpp 346 if (bits & U_MOREBITS)
  /external/quake/quake/src/QW/client/
protocol.h 190 #define U_MOREBITS (1<<15)
cl_ents.c 170 if (bits & U_MOREBITS)
  /external/quake/quake/src/QW/server/
sv_ents.c 196 bits |= U_MOREBITS;
216 if (bits & U_MOREBITS)

Completed in 179 milliseconds