Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dcommon.h95 extern short (*BigShort) (short l);
Dcommon.cpp436 short (*BigShort) (short l); variable
1064 if (pop[i] != (unsigned short)BigShort (check[i])) in COM_CheckRegistered()
1166 BigShort = ShortSwap; in COM_Init()
1176 BigShort = ShortNoSwap; in COM_Init()
/external/quake/quake/src/QW/client/
Dcommon.h91 extern short (*BigShort) (short l);
Dcommon.c437 short (*BigShort) (short l); variable
1137 if (pop[i] != (unsigned short)BigShort (check[i])) in COM_CheckRegistered()
1208 BigShort = ShortSwap; in COM_Init()
1218 BigShort = ShortNoSwap; in COM_Init()
Dcl_main.c209 adr.port = BigShort (27500); in CL_SendConnectPacket()
260 adr.port = BigShort (27500); in CL_CheckForResend()
/external/quake/quake/src/QW/server/
Dsv_ccmds.c62 master_adr[i-1].port = BigShort (27000); in SV_SetMaster_f()