Searched refs:TIFF_UINT64_FORMAT (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tiffconf.vc.h | 44 #define TIFF_UINT64_FORMAT "%I64u" macro
|
H A D | tiffconf.h | 48 #define TIFF_UINT64_FORMAT "%I64u" macro
|
H A D | tif_config.vc.h | 48 #define TIFF_UINT64_FORMAT "%I64u" macro
|
H A D | tif_config.h | 52 #define TIFF_UINT64_FORMAT "%I64u" macro
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_zip.c | 186 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in ZIPDecode()
|
H A D | tif_ojpeg.c | 618 …fprintf(fd," JpegInterchangeFormat: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_interchange… in OJPEGPrintDir() 620 …fprintf(fd," JpegInterchangeFormatLength: " TIFF_UINT64_FORMAT "\n",(TIFF_UINT64_T)sp->jpeg_inter… in OJPEGPrintDir() 625 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->qtable_offset[m]); in OJPEGPrintDir() 632 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->dctable_offset[m]); in OJPEGPrintDir() 639 fprintf(fd," " TIFF_UINT64_FORMAT,(TIFF_UINT64_T)sp->actable_offset[m]); in OJPEGPrintDir()
|
H A D | tif_dirread.c | 3597 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory() 4409 "Failed to read custom directory at offset " TIFF_UINT64_FORMAT,diroff); in TIFFReadCustomDirectory() 4684 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag ignored", in CheckDirCount() 4691 "incorrect count for field \"%s\" (" TIFF_UINT64_FORMAT ", expecting %u); tag trimmed", in CheckDirCount()
|
H A D | tif_pixarlog.c | 828 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in PixarLogDecode()
|