Home
last modified time | relevance | path

Searched refs:infotableofs (Results 1 – 25 of 77) sorted by relevance

1234

/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dwad.c73 int infotableofs; in W_LoadWadFile() local
95 infotableofs = 0; in W_LoadWadFile()
100 infotableofs = LittleLong(header->infotableofs); in W_LoadWadFile()
102 wad_lumps = (lumpinfo_t *)(wad_base + infotableofs); in W_LoadWadFile()
103 if (infotableofs < 0 || infotableofs+wad_numlumps*sizeof(lumpinfo_t)>(size_t)com_filesize) in W_LoadWadFile()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dwad.c76 int infotableofs; in W_LoadWadFile() local
92 infotableofs = LittleLong(header->infotableofs); in W_LoadWadFile()
95 infotableofs = (header->infotableofs); in W_LoadWadFile()
97 wad_lumps = (lumpinfo_t *)(wad_base + infotableofs); in W_LoadWadFile()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dwad.c121 int infotableofs; in W_GetLumpName() local
139 infotableofs = LittleLong(header->infotableofs); in W_GetLumpName()
140 wad.gfx.lumps = (lumpinfo_t *)(wad.gfx_base + infotableofs); in W_GetLumpName()
162 int infotableofs; in W_LoadTextureWadFile() local
184 infotableofs = LittleLong(header.infotableofs); in W_LoadTextureWadFile()
185 if (FS_Seek (file, infotableofs, SEEK_SET)) in W_LoadTextureWadFile()
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dwad.c82 int infotableofs; in W_LoadWadFile() local
95 infotableofs = LittleLong (header->infotableofs); in W_LoadWadFile()
96 wad_lumps = (lumpinfo_t *) (wad_base + infotableofs); in W_LoadWadFile()
H A Dwadfile.c147 wad->header.infotableofs = LittleLong (wad->header.infotableofs); in wad_open()
158 Qseek (wad->handle, wad->header.infotableofs, SEEK_SET); in wad_open()
200 wad->header.infotableofs = Qtell (wad->handle); in wad_close()
206 Qseek (wad->handle, wad->header.infotableofs, SEEK_SET); in wad_close()
209 wad->header.infotableofs = LittleLong (wad->header.infotableofs); in wad_close()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dwad.c121 int infotableofs; in W_GetLumpName() local
139 infotableofs = LittleLong(header->infotableofs); in W_GetLumpName()
140 wad.gfx.lumps = (lumpinfo_t *)(wad.gfx_base + infotableofs); in W_GetLumpName()
162 int infotableofs; in W_LoadTextureWadFile() local
184 infotableofs = LittleLong(header.infotableofs); in W_LoadTextureWadFile()
185 if (FS_Seek (file, infotableofs, SEEK_SET)) in W_LoadTextureWadFile()
/dports/games/darkplaces/darkplaces/
H A Dwad.c121 int infotableofs; in W_GetLumpName() local
139 infotableofs = LittleLong(header->infotableofs); in W_GetLumpName()
140 wad.gfx.lumps = (lumpinfo_t *)(wad.gfx_base + infotableofs); in W_GetLumpName()
168 int infotableofs; in W_LoadTextureWadFile() local
190 infotableofs = LittleLong(header.infotableofs); in W_LoadTextureWadFile()
191 if (FS_Seek (file, infotableofs, SEEK_SET)) in W_LoadTextureWadFile()
/dports/games/tenebrae/tenebrae_0/
H A Dwad.c73 int infotableofs; in W_LoadWadFile() local
88 infotableofs = LittleLong(header->infotableofs); in W_LoadWadFile()
89 wad_lumps = (lumpinfo_t *)(wad_base + infotableofs); in W_LoadWadFile()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dwad.c73 int infotableofs; in W_LoadWadFile() local
88 infotableofs = LittleLong(header->infotableofs); in W_LoadWadFile()
89 wad_lumps = (lumpinfo_t *)(wad_base + infotableofs); in W_LoadWadFile()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dwad.c73 int infotableofs; in W_LoadWadFile() local
90 infotableofs = LittleLong(header->infotableofs); in W_LoadWadFile()
91 wad_lumps = (lumpinfo_t *)(wad_base + infotableofs); in W_LoadWadFile()
/dports/games/uhexen/uhexen-0.601/src/
H A Dw_wad.c36 int infotableofs; member
164 header.infotableofs = LONG(header.infotableofs); in W_AddFile()
172 fseek(handle, header.infotableofs, SEEK_SET); in W_AddFile()
293 header.infotableofs = LONG(header.infotableofs); in W_OpenAuxiliary()
296 fseek(handle, header.infotableofs, SEEK_SET); in W_OpenAuxiliary()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/musserv/
H A Dreadwad.c100 uint32_t infotableofs; // the 'directory' of resources member
134 header.infotableofs = LE_SWAP32(header.infotableofs); in read_wad_dir()
143 fseek(wadfile, header.infotableofs + (lumpnum * sizeof(waddir_t)), SEEK_SET); in read_wad_dir()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Drts.cpp71 header.infotableofs = B_LITTLE32(header.infotableofs); in RTS_AddFile()
76 klseek(handle, header.infotableofs, SEEK_SET); in RTS_AddFile()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Drts.cpp69 header.infotableofs = B_LITTLE32(header.infotableofs); in RTS_AddFile()
74 klseek(handle, header.infotableofs, SEEK_SET); in RTS_AddFile()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A DRTS.C84 header.infotableofs = IntelLong(header.infotableofs); in RTS_AddFile()
89 lseek (handle, header.infotableofs, SEEK_SET); in RTS_AddFile()
/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dautowad.cpp262 int infotableofs; member
413 thiswad.infotableofs = LittleLong(thiswad.infotableofs); in autowad_UpdateUsedWads()
416 if (fseek(texfile, thiswad.infotableofs, SEEK_SET)) in autowad_UpdateUsedWads()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/archivewad/
H A Dwad.h45 int infotableofs; member
63 wadinfo.infotableofs = istream_read_int32_le(istream); in istream_read_wadinfo()
/dports/games/netradiant/netradiant-20150621-src/plugins/archivewad/
H A Dwad.h45 int infotableofs; member
62 wadinfo.infotableofs = istream_read_int32_le( istream ); in istream_read_wadinfo()
/dports/games/jfsw/jfsw-c434002/src/
H A Drts.c108 header.infotableofs = IntelLong(header.infotableofs); in RTS_AddFile()
116 klseek (handle, header.infotableofs, SEEK_SET); in RTS_AddFile()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Drts.cpp101 header.infotableofs = B_LITTLE32(header.infotableofs); in RTS_AddFile()
110 klseek(handle, header.infotableofs, SEEK_SET); in RTS_AddFile()
/dports/games/heretic/glheretic-1.2/
H A Dw_wad.c64 int infotableofs __PACKED__ ;
290 header.infotableofs = LONG(header.infotableofs); in W_AddFile()
293 lseek (handle, header.infotableofs, SEEK_SET); in W_AddFile()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCWADReader.cpp178 Header.infotableofs = os::Byteswap::byteswap(Header.infotableofs); in scanLocalHeader()
181 File->seek ( Header.infotableofs ); in scanLocalHeader()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dw_wad.c43 int infotableofs;
191 header.infotableofs = LONG(header.infotableofs); in W_AddFile()
195 W_Read(wad_file, header.infotableofs, fileinfo, length); in W_AddFile()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dw_wad.c199 header.infotableofs = LONG(header.infotableofs); in W_AddFile()
203 lseek(wadfile->handle, header.infotableofs, SEEK_SET); in W_AddFile()
206 memcpy(fileinfo, &wadfile->data[header.infotableofs], length); in W_AddFile()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dw_wad.c43 int infotableofs;
192 header.infotableofs = LONG(header.infotableofs); in W_AddFile()
196 W_Read(wad_file, header.infotableofs, fileinfo, length); in W_AddFile()

1234