Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c717 uint32 temp = *left; in gtTileContig() local
719 *right = temp; in gtTileContig()
885 uint32 temp = *left; in gtTileSeparate() local
887 *right = temp; in gtTileSeparate()
976 uint32 temp = *left; in gtStripContig() local
978 *right = temp; in gtStripContig()
1111 uint32 temp = *left; in gtStripSeparate() local
1113 *right = temp; in gtStripSeparate()
/libtiff-4.0.7/tools/
H A Dtiff2ps.c2125 unsigned char temp; in PS_FlipBytes() local
2134 temp = buf[i]; in PS_FlipBytes()
2136 buf[i + 1] = temp; in PS_FlipBytes()
/libtiff-4.0.7/
H A DChangeLog7006 * Largely reimplemented contrib/addtiffo to avoid temp files,