Searched refs:temp (Results 1 – 3 of 3) sorted by relevance
717 uint32 temp = *left; in gtTileContig() local719 *right = temp; in gtTileContig()885 uint32 temp = *left; in gtTileSeparate() local887 *right = temp; in gtTileSeparate()976 uint32 temp = *left; in gtStripContig() local978 *right = temp; in gtStripContig()1111 uint32 temp = *left; in gtStripSeparate() local1113 *right = temp; in gtStripSeparate()
2125 unsigned char temp; in PS_FlipBytes() local2134 temp = buf[i]; in PS_FlipBytes()2136 buf[i + 1] = temp; in PS_FlipBytes()
7006 * Largely reimplemented contrib/addtiffo to avoid temp files,