Searched refs:SWAP (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/archive/tools/ |
| H A D | ras2tiff.c | 244 #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 D | tif_fax3.c | 265 #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 D | tiffmedian.c | 788 #define SWAP(type,a,b) { type p; p = a; a = b; b = p; } macro 833 SWAP(short *, thisline, nextline); in quant_fsdither()
|