| /libtiff-4.0.7/libtiff/ |
| H A D | tif_aux.c | 37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32() argument 39 uint32 bytes = first * second; in _TIFFMultiply32() 41 if (second && bytes / second != first) { in _TIFFMultiply32() 50 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where) in _TIFFMultiply64() argument 52 uint64 bytes = first * second; in _TIFFMultiply64() 54 if (second && bytes / second != first) { in _TIFFMultiply64()
|
| H A D | tif_config.h-vms | 33 first (like Motorola and SPARC, unlike Intel and VAX). */
|
| H A D | tiffconf.h-vms | 55 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
|
| H A D | tiffconf.h.in | 80 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
|
| H A D | tiffconf.h.cmake.in | 83 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
|
| H A D | tif_config.h.cmake.in | 237 significant byte first (like Motorola and SPARC, unlike Intel). */
|
| H A D | tif_config.h.in | 366 significant byte first (like Motorola and SPARC, unlike Intel). */
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffmedian.c | 422 int first=0, last=0; in splitbox() local 455 first = ptr->rmin; in splitbox() 469 first = ptr->gmin; in splitbox() 485 first = ptr->bmin; in splitbox() 491 histp = &hist2[first]; in splitbox() 493 for (i = first; i <= last && (sum += *histp++) < sum2; ++i) in splitbox() 495 if (i == first) in splitbox() 508 histp = &hist2[first]; in splitbox() 509 for (sum1 = 0, j = first; j < i; j++) in splitbox()
|
| H A D | tiffsplit.c | 101 static int first = 1; in newfilename() local 107 if (first) { in newfilename() 116 first = 0; in newfilename()
|
| H A D | tiff2pdf.c | 465 checkMultiply64(uint64 first, uint64 second, T2P* t2p) in checkMultiply64() argument 467 uint64 bytes = first * second; in checkMultiply64() 469 if (second && bytes / second != first) { in checkMultiply64()
|
| /libtiff-4.0.7/contrib/ |
| H A D | Makefile.in | 194 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 195 if test "$$first" != "."; then \ 196 if test "$$first" = ".."; then \ 201 if test "$$first2" = "$$first"; then \ 206 dir0="$$dir0"/"$$first"; \
|
| /libtiff-4.0.7/build/ |
| H A D | Makefile.in | 195 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 196 if test "$$first" != "."; then \ 197 if test "$$first" = ".."; then \ 202 if test "$$first2" = "$$first"; then \ 207 dir0="$$dir0"/"$$first"; \
|
| /libtiff-4.0.7/html/ |
| H A D | Makefile.in | 226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 227 if test "$$first" != "."; then \ 228 if test "$$first" = ".."; then \ 233 if test "$$first2" = "$$first"; then \ 238 dir0="$$dir0"/"$$first"; \
|
| /libtiff-4.0.7/m4/ |
| H A D | ltoptions.m4 | 117 put the 'dlopen' option into LT_INIT's first parameter.]) 153 put the 'win32-dll' option into LT_INIT's first parameter.]) 309 the 'fast-install' option into LT_INIT's first parameter.]) 316 the 'disable-fast-install' option into LT_INIT's first parameter.]) 415 put the 'pic-only' option into LT_INIT's first parameter.])
|
| H A D | acinclude.m4 | 14 dnl Optionally, if the first argument is nonempty, turns on flags which 655 dnl We used to check for pthread.h first, but this fails if pthread.h 719 dnl we'll just look for -pthreads and -lpthread first:
|
| H A D | libtool.m4 | 1200 # Test print first, because it will be a builtin if present. 2630 # FIXME: first we should search . and the directory the executable is in 3281 # If it is relative, then search for the first ld in PATH. 3698 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 3832 -e q dnl Only consider the first "real" line 8158 # available, choose the one first in the user's PATH. 8174 # available, choose the one first in the user's PATH.
|
| /libtiff-4.0.7/contrib/dbs/ |
| H A D | Makefile.in | 238 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 239 if test "$$first" != "."; then \ 240 if test "$$first" = ".."; then \ 245 if test "$$first2" = "$$first"; then \ 250 dir0="$$dir0"/"$$first"; \
|
| /libtiff-4.0.7/ |
| H A D | Makefile.in | 244 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 245 if test "$$first" != "."; then \ 246 if test "$$first" = ".."; then \ 251 if test "$$first2" = "$$first"; then \ 256 dir0="$$dir0"/"$$first"; \
|
| H A D | aclocal.m4 | 77 # relative path needs to be adjusted first. 361 # Grep'ing the first line is not enough: some people post-process 450 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 894 # arguments. Must try -L first in case configure is actually a
|
| H A D | ChangeLog | 1052 <= 0 by casting it to int64 first. This solves crashing bug on corrupted 1142 first tile/strip (only useful in update scenarios. create-only was 1709 a particular directory, not just the first (jef). 2789 the actual jpeg data stream if the first strip/tile has zero size. 2939 of first IFD) to proper place because it badly interfered with memory 4030 * SConstruct, libtiff/SConstruct: Added the first very preliminary 4064 reading the first IFD when needed. As per bug 4560 * tools/fax2ps.c: Be able to extract the first page (#0). As per bug 5192 * {many}: The first attempt to switch to autotools. 5902 Was using realloc even first time. Fix by Igor Venevtsev. [all …]
|
| /libtiff-4.0.7/test/ |
| H A D | CMakeLists.txt | 373 # Test extracting the first and fourth quarters from the left side.
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 5793 /* The GNU banner must be the first non-error debug message */
|