Home
last modified time | relevance | path

Searched refs:bmhdlength (Results 1 – 12 of 12) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfmodelgen/source/
H A Dlbmlib.c470 uint32_t *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
496 bmhdlength = (uint32_t *) lbmptr; in WriteLBMfile()
511 length = lbmptr - (byte *) bmhdlength - 4; in WriteLBMfile()
512 *bmhdlength = BigLong (length); in WriteLBMfile()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/common/
H A Dlbmlib.c275 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
305 bmhdlength = (int *)lbmptr; in WriteLBMfile()
320 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
321 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/gtkradiant/GPL/Q2Tools/common/
H A Dlbmlib.c276 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
306 bmhdlength = (int *)lbmptr; in WriteLBMfile()
321 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
322 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dlbmlib.c276 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
306 bmhdlength = (int *)lbmptr; in WriteLBMfile()
321 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
322 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/common/
H A Dlbmlib.c274 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
304 bmhdlength = (int *)lbmptr; in WriteLBMfile()
319 length = lbmptr - (byte *)bmhdlength - 4; in WriteLBMfile()
320 *bmhdlength = BigLong( length ); in WriteLBMfile()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dlbmlib.c276 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
306 bmhdlength = (int *)lbmptr; in WriteLBMfile()
321 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
322 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/common/
H A Dlbmlib.c276 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
306 bmhdlength = (int *)lbmptr; in WriteLBMfile()
321 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
322 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/common/
H A Dlbmlib.c297 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
327 bmhdlength = (int *)lbmptr; in WriteLBMfile()
342 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
343 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/common/
H A Dlbmlib.c295 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
325 bmhdlength = (int *)lbmptr; in WriteLBMfile()
340 length = lbmptr - (byte *)bmhdlength - 4; in WriteLBMfile()
341 *bmhdlength = BigLong( length ); in WriteLBMfile()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dimagelib.c326 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
356 bmhdlength = (int *)lbmptr; in WriteLBMfile()
371 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
372 *bmhdlength = BigLong(length); in WriteLBMfile()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/common/
H A Dimagelib.c324 int *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
354 bmhdlength = (int *)lbmptr; in WriteLBMfile()
369 length = lbmptr - (byte *)bmhdlength - 4; in WriteLBMfile()
370 *bmhdlength = BigLong( length ); in WriteLBMfile()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_main.c2725 long *formlength, *bmhdlength, *cmaplength, *bodylength; in WriteLBMfile() local
2757 bmhdlength = (long *)lbmptr; in WriteLBMfile()
2772 length = lbmptr-(byte *)bmhdlength-4; in WriteLBMfile()
2773 *bmhdlength = BigLong(length); in WriteLBMfile()