Searched refs:TIFF_UINT64_FORMAT (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiffconf.h | 89 #define TIFF_UINT64_FORMAT "%I64u" macro 105 #define TIFF_UINT64_FORMAT "%lu" 116 #define TIFF_UINT64_FORMAT "%llu" macro
|
D | 0000-build-config.patch | 151 +#define TIFF_UINT64_FORMAT "%I64u" 167 +#define TIFF_UINT64_FORMAT "%lu" 178 +#define TIFF_UINT64_FORMAT "%llu"
|
D | tif_zip.c | 196 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in ZIPDecode()
|
D | tif_ojpeg.c | 628 …fprintf(fd," JpegInterchangeFormat: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_interchange… in OJPEGPrintDir() 630 …fprintf(fd," JpegInterchangeFormatLength: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_inter… in OJPEGPrintDir() 635 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->qtable_offset[m]); in OJPEGPrintDir() 642 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->dctable_offset[m]); in OJPEGPrintDir() 649 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->actable_offset[m]); in OJPEGPrintDir()
|
D | tif_dirread.c | 3436 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory() 4219 "Failed to read custom directory at offset " TIFF_UINT64_FORMAT,diroff); in TIFFReadCustomDirectory() 4474 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag ignored", in CheckDirCount() 4481 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag trimmed", in CheckDirCount()
|
D | tif_pixarlog.c | 831 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in PixarLogDecode()
|