Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcmp.c564 uint16 v11, v12, v21, v22; in CheckShort2Tag() local
566 if (TIFFGetField(tif1, tag, &v11, &v12)) { in CheckShort2Tag()
572 if (v11 == v21 && v12 == v22) in CheckShort2Tag()
574 printf("%s: <%u,%u> <%u,%u>\n", name, v11, v12, v21, v22); in CheckShort2Tag()