Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcmp.c60 static int SeparateCompare(int, int, uint32, unsigned char*, unsigned char*);
198 if (SeparateCompare(1, s, row, buf2, buf1) < 0) in tiffcmp()
210 if (SeparateCompare(0, s, row, buf1, buf2) < 0) in tiffcmp()
504 SeparateCompare(int reversed, int sample, uint32 row, in SeparateCompare() function