Searched refs:TIFF_UINT64_FORMAT (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiffconf.h | 88 #define TIFF_UINT64_FORMAT "%I64u" macro 104 #define TIFF_UINT64_FORMAT "%lu" 115 #define TIFF_UINT64_FORMAT "%llu" macro
|
D | 0000-build-config.patch | 183 +#define TIFF_UINT64_FORMAT "%I64u" 199 +#define TIFF_UINT64_FORMAT "%lu" 210 +#define TIFF_UINT64_FORMAT "%llu"
|
D | tif_ojpeg.c | 627 …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()
|
D | tif_zip.c | 192 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in ZIPDecode()
|
D | tif_dirread.c | 3419 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory() 4164 "Failed to read custom directory at offset " TIFF_UINT64_FORMAT,diroff); in TIFFReadCustomDirectory() 4418 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag ignored", in CheckDirCount() 4425 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag trimmed", in CheckDirCount()
|
D | tif_pixarlog.c | 807 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in PixarLogDecode()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_config.h | 147 # define TIFF_UINT64_FORMAT "%I64u" macro 150 # define TIFF_UINT64_FORMAT "%llu" macro
|
D | tif_config.h.cmakein | 147 # define TIFF_UINT64_FORMAT "%I64u" 150 # define TIFF_UINT64_FORMAT "%llu"
|
D | tif_ojpeg.c | 613 …fprintf(fd," JpegInterchangeFormat: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_interchange… in OJPEGPrintDir() 615 …fprintf(fd," JpegInterchangeFormatLength: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_inter… in OJPEGPrintDir() 620 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->qtable_offset[m]); in OJPEGPrintDir() 627 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->dctable_offset[m]); in OJPEGPrintDir() 634 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->actable_offset[m]); in OJPEGPrintDir()
|
D | tif_zip.c | 190 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in ZIPDecode()
|
D | tif_dirread.c | 3438 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory() 4168 "Failed to read custom directory at offset " TIFF_UINT64_FORMAT,diroff); in TIFFReadCustomDirectory() 4413 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag ignored", in CheckDirCount() 4420 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag trimmed", in CheckDirCount()
|
D | tif_pixarlog.c | 791 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in PixarLogDecode()
|
D | ChangeLog | 238 TIFF_UINT64_FORMAT appropriately for MinGW32.
|