Searched refs:cptSize (Results 1 – 2 of 2) sorted by relevance
330 uint32 cptSize[2]; in doCompile() local331 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 …]