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

  /external/quake/quake/src/WinQuake/
common.cpp 1271 #define MAX_FILES_IN_PACK 2048
1660 dpackfile_t info[MAX_FILES_IN_PACK];
1677 if (numpackfiles > MAX_FILES_IN_PACK)
    [all...]
  /gdk/samples/quake/jni/
common.cpp 1271 #define MAX_FILES_IN_PACK 2048
1660 dpackfile_t info[MAX_FILES_IN_PACK];
1677 if (numpackfiles > MAX_FILES_IN_PACK)
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1312 #define MAX_FILES_IN_PACK 2048
1650 dpackfile_t info[MAX_FILES_IN_PACK];
1665 if (numpackfiles > MAX_FILES_IN_PACK)
    [all...]

Completed in 227 milliseconds