Searched refs:TIFF_BIGENDIAN (Results 1 – 2 of 2) sorted by relevance
427 (tif->tif_flags & TIFF_SWAB) ? TIFF_LITTLEENDIAN : TIFF_BIGENDIAN;430 (tif->tif_flags & TIFF_SWAB) ? TIFF_BIGENDIAN : TIFF_LITTLEENDIAN;469 if (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN)494 if (tif->tif_header.common.tiff_magic != TIFF_BIGENDIAN &&519 if (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN)757 return (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN);
51 #define TIFF_BIGENDIAN 0x4d4d macro