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

  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 53 %attr(644,root,root) $3/id1/pak0.pak
54 %attr(644,root,root) $3/id1/pak1.pak
common.cpp 58 // this graphic needs to be in the pak file to use registered features
1403 pack_t *pak; local
1424 // is the element a pak file?
1427 // look through all the pak file elements
1428 pak = search->pack;
1429 for (i=0 ; i<pak->numfiles ; i++)
1430 if (!strcmp (pak->files[i].name, filename))
1432 // Sys_Printf ("PackFile: %s : %s\n",pak->filename, filename);
1435 *handle = pak->handle;
1436 Sys_FileSeek (pak->handle, pak->files[i].filepos)
1726 pack_t *pak; local
    [all...]
quake-shareware.spec.sh 61 %attr(644,root,root) $3/id1/pak0.pak
quake-rogue.spec.sh 96 %attr(644,root,root) $3/rogue/pak0.pak
Makefile.linuxi386 1150 cp $(MASTER_DIR)/id1/pak0.pak $(QUAKEDATADIR)/$(INSTALLDIR)/id1/.
1151 cp $(MASTER_DIR)/id1/pak1.pak $(QUAKEDATADIR)/$(INSTALLDIR)/id1/.
1174 cp $(MASTER_DIR)/hipnotic/pak0.pak $(RPMHIPNOTICDIR)/$(INSTALLDIR)/hipnotic/.
1195 cp $(MASTER_DIR)/rogue/pak0.pak $(RPMROGUEDIR)/$(INSTALLDIR)/rogue/.
    [all...]
  /gdk/samples/quake/jni/
common.cpp 58 // this graphic needs to be in the pak file to use registered features
1403 pack_t *pak; local
1424 // is the element a pak file?
1427 // look through all the pak file elements
1428 pak = search->pack;
1429 for (i=0 ; i<pak->numfiles ; i++)
1430 if (!strcmp (pak->files[i].name, filename))
1432 // Sys_Printf ("PackFile: %s : %s\n",pak->filename, filename);
1435 *handle = pak->handle;
1436 Sys_FileSeek (pak->handle, pak->files[i].filepos)
1726 pack_t *pak; local
    [all...]
  /external/quake/quake/src/QW/client/
common.c 61 // this graphic needs to be in the pak file to use registered features
1482 pack_t *pak; local
1493 // is the element a pak file?
1496 // look through all the pak file elements
1497 pak = search->pack;
1498 for (i=0 ; i<pak->numfiles ; i++)
1499 if (!strcmp (pak->files[i].name, filename))
1501 Sys_Printf ("PackFile: %s : %s\n",pak->filename, filename);
1503 *file = fopen (pak->filename, "rb");
1505 Sys_Error ("Couldn't reopen %s", pak->filename);
1716 pack_t *pak; local
1762 pack_t *pak; local
    [all...]
cl_ents.c 910 packet_entities_t *pak; local
919 pak = &frame->packet_entities;
921 for (i=0 ; i<pak->num_entities ; i++)
923 state = &pak->entities[i];
  /external/quake/quake/src/QW/server/
sv_ccmds.c 385 float cpu, avg, pak; local
393 pak = (float)svs.stats.latched_packets/ STATFRAMES;
398 Con_Printf ("packets/frame : %5.2f (%d)\n", pak, num_prstr);

Completed in 308 milliseconds