Home
last modified time | relevance | path

Searched refs:big (Results 1 – 15 of 15) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_open.c299 tif->tif_header.big.tiff_offsetsize = 8;
300 tif->tif_header.big.tiff_unused = 0;
301 tif->tif_header.big.tiff_diroff = 0;
404 TIFFSwabShort(&tif->tif_header.big.tiff_offsetsize);
405 TIFFSwabLong8(&tif->tif_header.big.tiff_diroff);
407 if (tif->tif_header.big.tiff_offsetsize != 8)
411 tif->tif_header.big.tiff_offsetsize,
412 tif->tif_header.big.tiff_offsetsize);
415 if (tif->tif_header.big.tiff_unused != 0)
419 tif->tif_header.big.tiff_unused,
[all …]
H A Dtiffconf.h-vms36 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
H A Dtiffconf.h.in58 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
H A Dtiffconf.h.cmake.in61 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
H A Dtif_dirwrite.c290 if (tif->tif_header.big.tiff_diroff == tif->tif_diroff) in TIFFRewriteDirectory()
292 tif->tif_header.big.tiff_diroff = 0; in TIFFRewriteDirectory()
296 if (!WriteOK(tif, &(tif->tif_header.big.tiff_diroff),8)) in TIFFRewriteDirectory()
306 nextdir = tif->tif_header.big.tiff_diroff; in TIFFRewriteDirectory()
2506 if (tif->tif_header.big.tiff_diroff == 0) { in TIFFLinkDirectory()
2510 tif->tif_header.big.tiff_diroff = tif->tif_diroff; in TIFFLinkDirectory()
2522 nextdir = tif->tif_header.big.tiff_diroff; in TIFFLinkDirectory()
H A Dtif_dir.c1537 nextdir = tif->tif_header.big.tiff_diroff; in TIFFNumberOfDirectories()
1568 nextdir = tif->tif_header.big.tiff_diroff; in TIFFSetDirectory()
1652 nextdir = tif->tif_header.big.tiff_diroff; in TIFFUnlinkDirectory()
H A Dtiffiop.h141 TIFFHeaderBig big; member
H A Dtif_config.h.in182 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
/libtiff-4.0.7/tools/
H A Dtiffdump.c68 TIFFHeaderBig big; member
211 if (read(fd, (char*) &hdr.big.tiff_offsetsize, 12) != 12) in dump()
215 TIFFSwabShort(&hdr.big.tiff_offsetsize); in dump()
216 TIFFSwabShort(&hdr.big.tiff_unused); in dump()
217 TIFFSwabLong8(&hdr.big.tiff_diroff); in dump()
220 hdr.big.tiff_magic, in dump()
221 hdr.big.tiff_magic == TIFF_BIGENDIAN ? "big" : "little", in dump()
224 hdr.big.tiff_offsetsize,hdr.big.tiff_unused); in dump()
226 diroff = hdr.big.tiff_diroff; in dump()
/libtiff-4.0.7/contrib/pds/
H A DREADME38 store it in a big array, convert it to RGBA, or draw it directly to the
/libtiff-4.0.7/m4/
H A Dlibtool.m42387 version_type=linux # correct to gnu/linux during the next big refactor
2396 version_type=linux # correct to gnu/linux during the next big refactor
2511 version_type=linux # correct to gnu/linux during the next big refactor
2650 version_type=linux # correct to gnu/linux during the next big refactor
2704 version_type=linux # correct to gnu/linux during the next big refactor
2766 version_type=linux # correct to gnu/linux during the next big refactor
2782 version_type=linux # correct to gnu/linux during the next big refactor
2841 version_type=linux # correct to gnu/linux during the next big refactor
2909 version_type=linux # correct to gnu/linux during the next big refactor
2988 version_type=linux # correct to gnu/linux during the next big refactor
[all …]
/libtiff-4.0.7/
H A Dconfigure.ac459 AC_DEFINE_UNQUOTED(HOST_BIGENDIAN,$HOST_BIGENDIAN,[Native cpu byte order: 1 if big-endian (Motorola…
H A DChangeLog1756 months ago for reading big strips in chunks.
3226 * tools/tif2rgba.c: This utility does not work properly on big-endian
3750 * tools/bmp2tiff.c: Reduce compilation warnings on big-endian CPUs.
4111 big-endian hosts.
4357 * tools/tiffgt.c: Fix problem on big-endian CPUs so that images
5040 * tools/ras2tiff.c: Fixed issue with missed big-endian checks as per
5114 in big-endian order.
H A Daclocal.m4418 # your package does certain things. But this isn't really a big deal.
H A Dconfigure17168 not big endian
17211 not big endian
17279 /* Are we little or big endian? From Harbison&Steele. */