Searched refs:big (Results 1 – 15 of 15) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_open.c | 299 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 D | tiffconf.h-vms | 36 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
|
| H A D | tiffconf.h.in | 58 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
|
| H A D | tiffconf.h.cmake.in | 61 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
|
| H A D | tif_dirwrite.c | 290 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 D | tif_dir.c | 1537 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 D | tiffiop.h | 141 TIFFHeaderBig big; member
|
| H A D | tif_config.h.in | 182 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffdump.c | 68 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 D | README | 38 store it in a big array, convert it to RGBA, or draw it directly to the
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 2387 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 D | configure.ac | 459 AC_DEFINE_UNQUOTED(HOST_BIGENDIAN,$HOST_BIGENDIAN,[Native cpu byte order: 1 if big-endian (Motorola…
|
| H A D | ChangeLog | 1756 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 D | aclocal.m4 | 418 # your package does certain things. But this isn't really a big deal.
|
| H A D | configure | 17168 not big endian 17211 not big endian 17279 /* Are we little or big endian? From Harbison&Steele. */
|