Lines Matching refs:count
531 tv->count = 0; in _TIFFVSetField()
562 tv->count=ma; in _TIFFVSetField()
569 tv->count = (uint32) va_arg(ap, uint32); in _TIFFVSetField()
571 tv->count = (int) va_arg(ap, int); in _TIFFVSetField()
574 tv->count = 1; in _TIFFVSetField()
576 tv->count = td->td_samplesperpixel; in _TIFFVSetField()
578 tv->count = fip->field_writecount; in _TIFFVSetField()
580 if (tv->count == 0) { in _TIFFVSetField()
593 tv->value = _TIFFCheckMalloc(tif, tv->count, tv_size, in _TIFFVSetField()
616 || tv->count > 1) { in _TIFFVSetField()
618 tv->count * tv_size); in _TIFFVSetField()
621 assert( tv->count == 1 ); in _TIFFVSetField()
1077 *va_arg(ap, uint32*) = (uint32)tv->count; in _TIFFVGetField()
1079 *va_arg(ap, uint16*) = (uint16)tv->count; in _TIFFVGetField()
1096 || tv->count > 1) { in _TIFFVGetField()
1101 assert( tv->count == 1 ); in _TIFFVGetField()