Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dppm.cpp87 std::size_t bytesread; in readppm() local
109 bytesread = fread(*imgdata, 1, datasize, ifp); in readppm()
113 if (bytesread != datasize) in readppm()
H A Dtgafile.cpp157 std::size_t bytesread; in readtga() local
195 bytesread = fread(*imgdata, 1, imgsize, ifp); in readtga()
224 if (bytesread != imgsize) in readtga()