Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcmp.c61 static void PrintIntDiff(uint32, int, uint32, uint32, uint32);
353 PrintIntDiff(row, s, pix, *pix1, *pix2); in ContigCompare()
355 PrintIntDiff(row, sample, pix, *pix1, *pix2); in ContigCompare()
373 PrintIntDiff(row, sample, pix, *pix1, *pix2); in ContigCompare()
391 PrintIntDiff(row, sample, pix, in ContigCompare()
430 PrintIntDiff(uint32 row, int sample, uint32 pix, uint32 w1, uint32 w2) in PrintIntDiff() function