Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcmp.c48 static int stopondiff = 1; variable
79 stopondiff = 0; in main()
82 stopondiff = atoi(optarg); in main()
241 if (stopondiff) in tiffcmp()
454 if (--stopondiff == 0) in PrintIntDiff()
464 if (--stopondiff == 0) in PrintIntDiff()
471 if (--stopondiff == 0) in PrintIntDiff()
478 if (--stopondiff == 0) in PrintIntDiff()
495 if (--stopondiff == 0) in PrintFloatDiff()
519 if (--stopondiff == 0) in SeparateCompare()
/libtiff-4.0.7/
H A DChangeLog6984 * Fixed tools/tiffcmp so that stopondiff testing works.