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

  /external/quake/quake/src/WinQuake/
common.h 95 extern short (*BigShort) (short l);
common.cpp 436 short (*BigShort) (short l);
1064 if (pop[i] != (unsigned short)BigShort (check[i]))
1166 BigShort = ShortSwap;
1176 BigShort = ShortNoSwap;
    [all...]
  /gdk/samples/quake/jni/
common.h 95 extern short (*BigShort) (short l);
common.cpp 436 short (*BigShort) (short l);
1064 if (pop[i] != (unsigned short)BigShort (check[i]))
1166 BigShort = ShortSwap;
1176 BigShort = ShortNoSwap;
    [all...]
  /external/quake/quake/src/QW/client/
common.h 91 extern short (*BigShort) (short l);
common.c 437 short (*BigShort) (short l);
1137 if (pop[i] != (unsigned short)BigShort (check[i]))
1208 BigShort = ShortSwap;
1218 BigShort = ShortNoSwap;
    [all...]
cl_main.c 209 adr.port = BigShort (27500);
260 adr.port = BigShort (27500);
  /external/quake/quake/src/QW/server/
sv_ccmds.c 62 master_adr[i-1].port = BigShort (27000);

Completed in 423 milliseconds