Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp124 int y, totalx, totaly; in writetgaregion() local
130 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()
H A Dtrace.taskq.cpp72 static int totaly, totalx; variable
198 unsigned int serial = 5 * ((stopx - startx) + (stopy - starty) * totalx); in parallel_thread()
219 totalx = parms->stopx - parms->startx + 1; in thread_trace()