Home
last modified time | relevance | path

Searched refs:cptSize (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/skycpt/
H A Dcptcompiler.cpp330 uint32 cptSize[2]; in doCompile() local
331 cptSize[0] = ftell(debOutf); in doCompile()
332 cptSize[1] = ftell(resOutf); in doCompile()
364 cptSize[0] = ftell(debOutf) - cptSize[0]; in doCompile()
365 cptSize[1] = ftell(resOutf) - cptSize[1]; in doCompile()
366 assert(!(cptSize[0] & 1)); in doCompile()
367 assert(!(cptSize[1] & 1)); in doCompile()
368 cptSize[0] /= 2; in doCompile()
369 cptSize[1] /= 2; in doCompile()
555 fwrite(cptSize + 0, 1, 4, debOutf); in doCompile()
[all …]
/dports/games/scummvm/scummvm-2.5.1/devtools/skycpt/
H A Dcptcompiler.cpp330 uint32 cptSize[2]; in doCompile() local
331 cptSize[0] = ftell(debOutf); in doCompile()
332 cptSize[1] = ftell(resOutf); in doCompile()
364 cptSize[0] = ftell(debOutf) - cptSize[0]; in doCompile()
365 cptSize[1] = ftell(resOutf) - cptSize[1]; in doCompile()
366 assert(!(cptSize[0] & 1)); in doCompile()
367 assert(!(cptSize[1] & 1)); in doCompile()
368 cptSize[0] /= 2; in doCompile()
369 cptSize[1] /= 2; in doCompile()
555 fwrite(cptSize + 0, 1, 4, debOutf); in doCompile()
[all …]