Searched defs:BigShort (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcommon.c437 short (*BigShort) (short l); variable
1137 if (pop[i] != (unsigned short)BigShort (check[i]))
1208 BigShort = ShortSwap;
1218 BigShort = ShortNoSwap;
/external/quake/quake/src/WinQuake/
H A Dcommon.cpp436 short (*BigShort) (short l); variable
1064 if (pop[i] != (unsigned short)BigShort (check[i]))
1166 BigShort = ShortSwap;
1176 BigShort = ShortNoSwap;

Completed in 26 milliseconds