Home
last modified time | relevance | path

Searched refs:U_MOREBITS (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/WinQuake/
Dprotocol.h25 #define U_MOREBITS (1<<0) macro
Dsv_main.cpp512 bits |= U_MOREBITS; in SV_WriteEntitiesToClient()
519 if (bits & U_MOREBITS) in SV_WriteEntitiesToClient()
Dcl_parse.cpp346 if (bits & U_MOREBITS) in CL_ParseUpdate()
/external/quake/quake/src/QW/client/
Dprotocol.h190 #define U_MOREBITS (1<<15) macro
Dcl_ents.c170 if (bits & U_MOREBITS) in CL_ParseDelta()
/external/quake/quake/src/QW/server/
Dsv_ents.c196 bits |= U_MOREBITS; in SV_WriteDelta()
216 if (bits & U_MOREBITS) in SV_WriteDelta()