Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffconf.vc.h44 #define TIFF_UINT64_FORMAT "%I64u" macro
H A Dtiffconf.h48 #define TIFF_UINT64_FORMAT "%I64u" macro
H A Dtif_config.vc.h48 #define TIFF_UINT64_FORMAT "%I64u" macro
H A Dtif_config.h52 #define TIFF_UINT64_FORMAT "%I64u" macro
/reactos/dll/3rdparty/libtiff/
H A Dtif_zip.c186 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in ZIPDecode()
H A Dtif_ojpeg.c618 …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 Dtif_dirread.c3597 "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 Dtif_pixarlog.c828 "Not enough data at scanline %lu (short " TIFF_UINT64_FORMAT " bytes)", in PixarLogDecode()