Searched refs:isPseudoTag (Results 1 – 2 of 2) sorted by relevance
511 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVSetField()779 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag); in OkToChangeTag()1114 isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVGetField()1252 return (fip && (isPseudoTag(tag) || TIFFFieldSet(tif, fip->field_bit)) ? in TIFFVGetField()
226 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */ macro