Lines Matching refs:type
475 'warning: negative integer implicitly converted to unsigned type' warning
574 * libtiff/tif_lzw.c: make nextdata a unsigned type to avoid
697 Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition
699 'size_t' type. In particular, this was necessary for WIN64.
1227 * libtiff/tif_dirinfo.c (TIFFField) : Fix data type for
1403 as external accessors for the opaque type TIFFField.
1472 we don't have the proper amount and type of data or if the field
1564 * man/TIFFGetField.3tiff: Correct the 'count' field type in the
1629 uint32 type for TIFFTAG_JPEGTABLES. Patch by Christophe
2004 integer type conversions. As per bug
2215 * libtiff/tif_lzw.c: change type of dec_bitsleft field to uint64
2296 * libtiff/tif_dirread.c: Eliminate GCC "dereferencing type-punned
2505 avoid type mismatches on different platforms.
2580 * tools/tiffinfoce.c (main): Use toff_t for offset type when
2587 type now. Fixes crash when dumping files containing an EXIF IFD.
2753 Get rid of some of "dereferencing type-punned" warnings by converting
2764 of the tiff structure have the size_t type instead of uint32.
2952 using LONG8 type when output format is BigTIFF. The
3098 * configure.ac: Fix typo when substituting value for unsigned 8 bit type.
3099 Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.
3102 * libtiff/tiffconf.vc.h: Add porting type defintions for WIN32.
3179 * libtiff/tif_dirread.c: Use uint32 type instead of tsize_t in byte
3455 * libtiff/tiffio.h: added new type tstrile_t
3564 * libtiff/tif_dir.c: Use double type instead of dblparam_t.
3681 * libtiff/tif_aux.c: Fixed type of temporary variable in
4235 * libtiff/{tiffiop.h, tif_dir.c}: Use uint32 type for appropriate
4482 * libtiff/tiff.h: Revert back libtiff data type definitions as per
4513 * libtiff/tif_dirwrite.c: Always write TIFFTAG_SUBIFD using LONG type
4649 Compression tags of type LONG from broken TIFFS as per bug
4654 the writecount should have uint32 type. As per bug
4672 uint32 count. Use this type everywhere.
4686 * tools/tiff2ps.c: Fixed wrong variable data type when read Position
4702 wrong type when writing the TIFF_BYTE/TIFF_SBYTE tags in
4707 * tools/tiff2ps.c: Fixed wrong variable data type when read Resolution
4820 * libtiff/tif_dirinfo.c: changed type of XMLPacket (tag 700) to
5029 code, responsible for tag data type checking.
5056 * libtiff/tiffio.h: Revert thandle_t back to void* type.
5134 if compression type mismatches. See
5211 tag type in TIFFFetchNormalTag() as per bug
5290 the value of undefined type, patch from Gerben Koopmans.
5355 * libtiff/tif_dirwrite.c: Handle TIFF_IFD tag type correctly.
5690 unknown data type.
5961 * libtiff/tiff.h: Don't do special type handling in tiff.h unless
6013 * /libtiff/tif_dirread.c: Fixed problem with SBYTE type data fetching
6244 read broken TIFFs with LONG type used for TIFFTAG_COMPRESSION,
6256 * man/TIFFGetField: fixed type of TIFFTAG_COPYRIGHT.