Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp127 std::size_t numbytes; in writetgaregion() local
139 numbytes = fwrite(bufpos, 3, totalx, ofp); in writetgaregion()
141 if (numbytes != totalx) { in writetgaregion()
143 sprintf(msgtxt, "File write problem, %d bytes written.", (int)numbytes); in writetgaregion()