Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffconf.h90 #define TIFF_UINT64_FORMAT "%I64u" macro
106 #define TIFF_UINT64_FORMAT "%lu"
117 #define TIFF_UINT64_FORMAT "%llu" macro
D0000-build-config.patch152 +#define TIFF_UINT64_FORMAT "%I64u"
168 +#define TIFF_UINT64_FORMAT "%lu"
179 +#define TIFF_UINT64_FORMAT "%llu"
Dtif_zip.c186 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in ZIPDecode()
Dtif_ojpeg.c627 …fprintf(fd," JpegInterchangeFormat: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_interchange… in OJPEGPrintDir()
629 …fprintf(fd," JpegInterchangeFormatLength: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_inter… in OJPEGPrintDir()
634 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->qtable_offset[m]); in OJPEGPrintDir()
641 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->dctable_offset[m]); in OJPEGPrintDir()
648 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->actable_offset[m]); in OJPEGPrintDir()
Dtif_dirread.c3598 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory()
4417 "Failed to read custom directory at offset " TIFF_UINT64_FORMAT,diroff); in TIFFReadCustomDirectory()
4692 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag ignored", in CheckDirCount()
4699 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag trimmed", in CheckDirCount()
Dtif_pixarlog.c828 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in PixarLogDecode()