Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp155 int format, width, height, w1, w2, h1, h2, depth, flags; in readtga() local
181 h2 = getc(ifp); /* height (hi) */ in readtga()
191 height = ((h2 << 8) | h1); in readtga()