Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dirinfo.c347 const TIFFField* tb = *(const TIFFField**) b; in tagCompare() local
349 if (ta->field_tag != tb->field_tag) in tagCompare()
350 return (int)ta->field_tag - (int)tb->field_tag; in tagCompare()
353 0 : ((int)tb->field_type - (int)ta->field_type); in tagCompare()
360 const TIFFField* tb = *(const TIFFField**) b; in tagNameCompare() local
361 int ret = strcmp(ta->field_name, tb->field_name); in tagNameCompare()
367 0 : ((int)tb->field_type - (int)ta->field_type); in tagNameCompare()
/libtiff-4.0.7/tools/
H A Dpal2rgb.c290 uint16 *tr, *tg, *tb, *ta; in cpTag() local
291 CopyField4(tag, tr, tg, tb, ta); in cpTag()
H A Dtiff2bw.c338 uint16 *tr, *tg, *tb, *ta; in cpTag() local
339 CopyField4(tag, tr, tg, tb, ta); in cpTag()
H A Dthumbnail.c157 uint16 *tr, *tg, *tb, *ta; in cpTag() local
158 CopyField4(tag, tr, tg, tb, ta); in cpTag()
H A Dtiffcp.c500 uint16 *tr, *tg, *tb, *ta; in cpTag() local
501 CopyField4(tag, tr, tg, tb, ta); in cpTag()
H A Dtiffcrop.c1512 uint16 *tr, *tg, *tb, *ta; in cpTag() local
1513 CopyField4(tag, tr, tg, tb, ta); in cpTag()