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

  /external/quake/quake/src/QW/client/
skin.c 163 if (raw - (byte*)pcx > com_filesize)
175 if (raw - (byte*)pcx > com_filesize)
200 if ( raw - (byte *)pcx > com_filesize)
common.h 191 extern int com_filesize;
snd_mem.c 127 info = GetWavinfo (s->name, data, com_filesize);
common.c 1275 int com_filesize; variable
1473 Sets com_filesize and one of handle or file
1507 com_filesize = pak->files[i].filelen;
1509 return com_filesize;
1538 com_filesize = -1;
1563 len = com_filesize = COM_FOpenFile (path, &h);
    [all...]
gl_model.c     [all...]
model.c 1463 for (len = com_filesize, p = buffer; len; len--, p++)
    [all...]
  /external/quake/quake/src/WinQuake/
common.h 170 extern int com_filesize;
common.cpp 1234 int com_filesize; variable
1395 Sets com_filesize and one of handle or file
1444 com_filesize = pak->files[i].filelen;
1445 return com_filesize;
1485 com_filesize = Sys_FileOpenRead (netpath, &i);
1493 return com_filesize;
1504 com_filesize = -1;
    [all...]
snd_mem.cpp 127 info = GetWavinfo (s->name, data, com_filesize);
pr_edict.cpp 998 Con_DPrintf ("Programs occupy %iK.\n", com_filesize/1024);
1000 for (i=0 ; i<com_filesize ; i++)
  /external/quake/quake/src/QW/server/
sv_init.c 264 crc = CRC_Block(buf, com_filesize);
265 // for (len = com_filesize; len; len--, buf++)
pr_edict.c 973 Con_DPrintf ("Programs occupy %iK.\n", com_filesize/1024);
976 sprintf (num, "%i", CRC_Block ((byte *)progs, com_filesize));

Completed in 212 milliseconds