| /libtiff-4.0.7/libtiff/ |
| H A D | tif_dirwrite.c | 1116 *na=value; 1168 *na=value; 1961 m=value; in TIFFWriteDirectoryTagCheckedShort() 1983 m=value; in TIFFWriteDirectoryTagCheckedSshort() 2005 m=value; in TIFFWriteDirectoryTagCheckedLong() 2027 m=value; in TIFFWriteDirectoryTagCheckedSlong() 2051 m=value; in TIFFWriteDirectoryTagCheckedLong8() 2076 m=value; in TIFFWriteDirectoryTagCheckedSlong8() 2105 else if (value==(double)(uint32)value) in TIFFWriteDirectoryTagCheckedRational() 2242 m=value; in TIFFWriteDirectoryTagCheckedFloat() [all …]
|
| H A D | tif_dirread.c | 775 *value=0; in TIFFReadDirEntryArray() 2970 if ((value<0)||(value>0xFF)) in TIFFReadDirEntryCheckRangeByteSshort() 2986 if ((value<0)||(value>0xFF)) in TIFFReadDirEntryCheckRangeByteSlong() 3002 if ((value<0)||(value>0xFF)) in TIFFReadDirEntryCheckRangeByteSlong8() 3026 if ((value<-0x80)||(value>0x7F)) in TIFFReadDirEntryCheckRangeSbyteSshort() 3042 if ((value<-0x80)||(value>0x7F)) in TIFFReadDirEntryCheckRangeSbyteSlong() 3058 if ((value<-0x80)||(value>0x7F)) in TIFFReadDirEntryCheckRangeSbyteSlong8() 3090 if ((value<0)||(value>0xFFFF)) in TIFFReadDirEntryCheckRangeShortSlong() 3106 if ((value<0)||(value>0xFFFF)) in TIFFReadDirEntryCheckRangeShortSlong8() 3130 if ((value<-0x8000)||(value>0x7FFF)) in TIFFReadDirEntryCheckRangeSshortSlong() [all …]
|
| H A D | tif_aux.c | 327 int64 value; member 335 i.value = ui64; in _TIFFUInt64ToFloat() 337 return (float)i.value; in _TIFFUInt64ToFloat() 340 df = (long double)i.value; in _TIFFUInt64ToFloat() 351 i.value = ui64; in _TIFFUInt64ToDouble() 353 return (double)i.value; in _TIFFUInt64ToDouble() 356 df = (long double)i.value; in _TIFFUInt64ToDouble()
|
| H A D | tif_dir.c | 84 ((double*)*vpp)[nmemb] = value; in setDoubleArrayOneValue() 500 if (tv->value != NULL) { in _TIFFVSetField() 501 _TIFFfree(tv->value); in _TIFFVSetField() 502 tv->value = NULL; in _TIFFVSetField() 530 tv->value = NULL; in _TIFFVSetField() 563 setByteArray(&tv->value,mb,ma,1); in _TIFFVSetField() 595 if (!tv->value) { in _TIFFVSetField() 609 _TIFFmemcpy(tv->value, &v2, 4); in _TIFFVSetField() 620 char *val = (char *)tv->value; in _TIFFVSetField() 821 _TIFFfree(tv->value); in TIFFUnsetField() [all …]
|
| H A D | tif_lzw.c | 124 unsigned char value; /* data value */ member 405 *--tp = codep->value; in LZWDecode() 420 t = codep->value; in LZWDecode() 486 free_entp->value = (codep < free_entp) ? in LZWDecode() 522 *--tp = codep->value; in LZWDecode() 535 t = codep->value; in LZWDecode() 635 *--tp = codep->value; in LZWDecodeCompat() 647 *--tp = codep->value; in LZWDecodeCompat() 710 free_entp->value = (codep < free_entp) ? in LZWDecodeCompat() 745 *--tp = codep->value; in LZWDecodeCompat() [all …]
|
| H A D | tif_dir.h | 36 void *value; member
|
| H A D | tiffconf.h-vms | 79 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
|
| H A D | tiffconf.h.in | 104 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
|
| H A D | tif_print.c | 708 _TIFFprintAsciiTag(FILE* fd, const char* name, const char* value) in _TIFFprintAsciiTag() argument 711 _TIFFprintAscii(fd, value); in _TIFFprintAsciiTag()
|
| H A D | tiffconf.h.cmake.in | 107 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
|
| H A D | tif_config.h.in | 20 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
|
| /libtiff-4.0.7/test/ |
| H A D | ascii_tag.c | 47 const char *value; member 76 char *value; in main() local 112 ascii_tags[i].value)) { in main() 147 if (!TIFFGetField(tif, ascii_tags[i].tag, &value) in main() 148 || strcmp(value, ascii_tags[i].value)) { in main() 155 if (!TIFFGetField(tif, TIFFTAG_INKNAMES, &value) in main() 156 || memcmp(value, ink_names, ink_names_size)) { in main()
|
| H A D | check_tag.c | 35 CheckShortField(TIFF *tif, const ttag_t field, const uint16 value) in CheckShortField() argument 44 if (tmp != value) { in CheckShortField() 73 CheckLongField(TIFF *tif, const ttag_t field, const uint32 value) in CheckLongField() argument 82 if (tmp != value) { in CheckLongField()
|
| H A D | long_tag.c | 49 uint32 value; member 106 long_tags[i].value)) { in main() 139 long_tags[i].value) < 0) in main()
|
| H A D | short_tag.c | 55 const uint16 value; member 125 short_single_tags[i].value)) { in main() 180 short_single_tags[i].value) < 0) in main()
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | xtif_dir.c | 66 double *value = xd->xd_example_multi; in _XTIFFPrintDirectory() local 70 for (i=0;i<num;i++) fprintf(fd, " %lg", *value++); in _XTIFFPrintDirectory()
|
| H A D | README | 53 returns a pointer to the previously-defined value of the tag-extender,
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 5667 void lt_setenv (const char *name, const char *value); 5780 or a configure.ac-settable value. 6233 lt_setenv (const char *name, const char *value) 6237 nonnull (name), nonnull (value)); 6241 char *str = xstrdup (value); 6244 size_t len = strlen (name) + 1 + strlen (value) + 1; 6246 sprintf (str, "%s=%s", name, value); 6287 nonnull (name), nonnull (value)); 6289 if (name && *name && value && *value) 6308 nonnull (name), nonnull (value)); [all …]
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 21 value. Results might not be an expected value.". Problem was 847 1024226 "Untrusted value as argument". 850 value as argument". 866 value from library". 1994 which should be set by value. 2923 are a multiple of vertical subsampling value. 3131 check returned value. 3730 should be uint32 value. 4289 by value. 5907 field value. [all …]
|
| H A D | aclocal.m4 | 379 # simplest approach to changing $(DEPDIR) to its actual value in the 552 Please tell [email protected] about your system, including the value 890 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; 1025 # STRIPPROG with the value of the STRIP variable (set by the user). 1125 # Go ahead even if we have the value already cached. We do so because we 1164 # If the value was cached, stop now. We just wanted to have am__tar
|
| H A D | SConstruct | 60 …'the RGBA interface will treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Man…
|
| H A D | nmake.opt | 96 # no EXTRASAMPLE_ value as being ASSOCALPHA. Many packages produce RGBA
|
| H A D | configure.ac | 218 # If 'long long' is not supported then the value defined is zero. 223 # supported then the value defined is zero. 1019 …[the RGBA interface will treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Man… 1025 …bled). The RGBA interface will treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPH…
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 60 sub-directory of tags-value pairs. So I wrote two routines:
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 356 # CONFIGNAME is the name given to the value in the libtool script. 358 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on 359 # VARNAME. Any other value will be used directly. 364 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) 398 [_lt_decl_filter([value], [1], $@)]) 404 [_lt_decl_filter([value], [2], $@)]) 436 # must have a single quote delimited value for this to work. 475 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), 1793 # linker. It appears as though 1/2 is a usable value. 2117 # do not overwrite the value of need_locks provided by the user [all …]
|