Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c273 int64 m; in TIFFReadDirEntryByte()
359 int64 m; in TIFFReadDirEntryShort()
442 int64 m; in TIFFReadDirEntryLong()
520 int64 m; in TIFFReadDirEntryLong8()
604 int64 m; in TIFFReadDirEntryFloat()
715 int64 m; in TIFFReadDirEntryDouble()
990 int64* ma; in TIFFReadDirEntryByteArray()
1169 int64* ma; in TIFFReadDirEntrySbyteArray()
1341 int64* ma; in TIFFReadDirEntryShortArray()
1900 int64* m; in TIFFReadDirEntryLong8Array()
[all …]
H A Dtif_dirwrite.c92 …t TIFFWriteDirectoryTagSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value);
94 …TagSlong8Array(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int64* value);
153 …riteDirectoryTagCheckedSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value);
1403 TIFFWriteDirectoryTagSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value) in TIFFWriteDirectoryTagSlong8()
1415 …yTagSlong8Array(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int64* value) in TIFFWriteDirectoryTagSlong8Array()
2071 TIFFWriteDirectoryTagCheckedSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 va… in TIFFWriteDirectoryTagCheckedSlong8()
2073 int64 m; in TIFFWriteDirectoryTagCheckedSlong8()
2074 assert(sizeof(int64)==8); in TIFFWriteDirectoryTagCheckedSlong8()
2087 assert(sizeof(int64)==8); in TIFFWriteDirectoryTagCheckedSlong8Array()
2759 (int32) ((int64 *) data)[i]; in _TIFFRewriteField()
[all …]
H A Dtif_read.c484 if ((int64)bytecount <= 0) { in TIFFReadRawStrip()
524 if ((int64)bytecount <= 0) { in TIFFFillStrip()
845 if ((int64)bytecount <= 0) { in TIFFFillTile()
H A Dtif_print.c110 fprintf(fd, "%I64d", (__int64)((int64 *) raw_data)[j]); in _TIFFPrintField()
112 fprintf(fd, "%lld", (long long)((int64 *) raw_data)[j]); in _TIFFPrintField()
H A Dtif_dir.c671 int64 v2 = va_arg(ap, int64); in _TIFFVSetField()
1142 *va_arg(ap, int64*) = in _TIFFVGetField()
1143 *(int64 *)val; in _TIFFVGetField()
H A Dtif_write.c721 int64 old_byte_count = -1; in TIFFAppendToStrip()
779 if( (int64) td->td_stripbytecount[strip] != old_byte_count ) in TIFFAppendToStrip()
H A Dtiff.h77 typedef TIFF_INT64_T int64; typedef
H A Dtif_aux.c327 int64 value;
H A Dtif_open.c100 assert(sizeof(int64)==8);
/libtiff-4.0.7/tools/
H A Dtiffdump.c773 int64 *llp = (int64*)data; in PrintData()
775 int64 val; in PrintData()
776 memcpy(&val, llp, sizeof(int64)); in PrintData()
H A Dthumbnail.c176 { int64 longv8; in cpTag()
/libtiff-4.0.7/
H A DChangeLog1052 <= 0 by casting it to int64 first. This solves crashing bug on corrupted