Searched refs:totalx (Results 1 – 2 of 2) sorted by relevance
124 int y, totalx, totaly; in writetgaregion() local130 totalx = stopx - startx + 1; in writetgaregion()134 bufpos = buffer + (totalx * 3) * (totaly - y - 1); in writetgaregion()139 numbytes = fwrite(bufpos, 3, totalx, ofp); in writetgaregion()141 if (numbytes != totalx) { in writetgaregion()
72 static int totaly, totalx; variable198 unsigned int serial = 5 * ((stopx - startx) + (stopy - starty) * totalx); in parallel_thread()219 totalx = parms->stopx - parms->startx + 1; in thread_trace()