Searched refs:tmp (Results 1 – 12 of 12) sorted by relevance
| /libtiff-4.0.7/test/ |
| H A D | check_tag.c | 37 uint16 tmp = 123; in CheckShortField() local 39 if (!TIFFGetField(tif, field, &tmp)) { in CheckShortField() 44 if (tmp != value) { in CheckShortField() 56 uint16 tmp[2] = { 123, 456 }; in CheckShortPairedField() local 58 if (!TIFFGetField(tif, field, tmp, tmp + 1)) { in CheckShortPairedField() 63 if (tmp[0] != values[0] || tmp[1] != values[1]) { in CheckShortPairedField() 75 uint32 tmp = 123; in CheckLongField() local 77 if (!TIFFGetField(tif, field, &tmp)) { in CheckLongField() 82 if (tmp != value) { in CheckLongField()
|
| H A D | Makefile.in | 1044 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1045 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffmedian.c | 655 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell() 656 dist = tmp*tmp; in create_colorcell() 660 dist += tmp*tmp; in create_colorcell() 664 dist += tmp*tmp; in create_colorcell() 680 dist += tmp*tmp; in create_colorcell() 683 dist += tmp*tmp; in create_colorcell() 686 dist += tmp*tmp; in create_colorcell() 744 d2 += tmp*tmp; in map_colortable() 746 d2 += tmp*tmp; in map_colortable() 867 d2 += tmp*tmp; in quant_fsdither() [all …]
|
| H A D | raw2tiff.c | 376 float cor_coef = 0, tmp; in guessSize() local 443 tmp = (float) fabs(correlation(buf1, buf2, in guessSize() 445 if (tmp > cor_coef) { in guessSize() 446 cor_coef = tmp; in guessSize()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_color.c | 50 float cby, tmp; in TIFFCIELabToXYZ() local 60 tmp = (float)a / 500.0F + cby; in TIFFCIELabToXYZ() 61 if( tmp < 0.2069F ) in TIFFCIELabToXYZ() 62 *X = cielab->X0 * (tmp - 0.13793F) / 7.787F; in TIFFCIELabToXYZ() 64 *X = cielab->X0 * tmp * tmp * tmp; in TIFFCIELabToXYZ() 66 tmp = cby - (float)b / 200.0F; in TIFFCIELabToXYZ() 67 if( tmp < 0.2069F ) in TIFFCIELabToXYZ() 68 *Z = cielab->Z0 * (tmp - 0.13793F) / 7.787F; in TIFFCIELabToXYZ() 70 *Z = cielab->Z0 * tmp * tmp * tmp; in TIFFCIELabToXYZ()
|
| H A D | tif_predict.c | 412 uint8 *tmp; in fpAcc() local 421 tmp = (uint8 *)_TIFFmalloc(cc); in fpAcc() 422 if (!tmp) in fpAcc() 431 _TIFFmemcpy(tmp, cp0, cc); in fpAcc() 444 _TIFFfree(tmp); in fpAcc() 644 uint8 *tmp; in fpDiff() local 653 tmp = (uint8 *)_TIFFmalloc(cc); in fpDiff() 654 if (!tmp) in fpDiff() 657 _TIFFmemcpy(tmp, cp0, cc); in fpDiff() 665 tmp[bps * count + byte]; in fpDiff() [all …]
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | mfs_file.c | 122 void *tmp; in mfs_open() local 174 tmp = malloc (0); /* Get a pointer */ in mfs_open() 175 if (tmp == (void *)NULL) in mfs_open() 182 buf[ret] = (char *)tmp; in mfs_open() 192 tmp = malloc (0); /* Get a pointer */ in mfs_open() 193 if (tmp == (void *)NULL) in mfs_open() 200 buf[ret] = (char *)tmp; in mfs_open()
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | bmp2tiff.c | 825 char tmp; in rearrangePixels() local 833 tmp = *buf; in rearrangePixels() 835 *(buf + 2) = tmp; in rearrangePixels() 843 tmp = *buf; in rearrangePixels() 846 *buf1++ = tmp; in rearrangePixels()
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 245 mv conftest.tmp conftest.in 281 mv conftest.tmp conftest.in 4010 > $tmpdir/tmp-la 4011 mv -f $tmpdir/tmp-la $lib 6008 char tmp[LT_PATHMAX + 1]; 6068 tmp_len = strlen (tmp); 6071 memcpy (concat_name, tmp, tmp_len); 6094 tmp_len = strlen (tmp); 6096 memcpy (concat_name, tmp, tmp_len); 8503 for tmp in $deplibrary_names; do [all …]
|
| H A D | install-sh | 335 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
| /libtiff-4.0.7/ |
| H A D | configure | 5025 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 5101 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 5167 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 5234 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 22131 tmp= ac_tmp= 22141 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 22142 test -d "$tmp" 22145 tmp=./conf$$-$RANDOM 22146 (umask 077 && mkdir "$tmp") 22148 ac_tmp=$tmp
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 8247 cat conftest.in conftest.in >conftest.tmp 8248 mv conftest.tmp conftest.in
|