Home
last modified time | relevance | path

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

/libtiff-4.0.7/archive/tools/
H A Dras2tiff.c244 #define SWAP(a,b) { unsigned char t = (a); (a) = (b); (b) = t; } in main() macro
246 SWAP(cp[0], cp[2]); in main()
/libtiff-4.0.7/libtiff/
H A Dtif_fax3.c265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
321 #undef SWAP
1394 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
1425 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1445 #undef SWAP
/libtiff-4.0.7/tools/
H A Dtiffmedian.c788 #define SWAP(type,a,b) { type p; p = a; a = b; b = p; } macro
833 SWAP(short *, thisline, nextline); in quant_fsdither()