Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dppm.cpp67 static int getint(FILE *dfile) { in getint() function
101 *xres = getint(ifp); in readppm()
102 *yres = getint(ifp); in readppm()
103 i = getint(ifp); /* eat the maxval number */ in readppm()