Home
last modified time | relevance | path

Searched refs:code (Results 1 – 24 of 24) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dgif2tiff.c387 for (code = 0; code < clear; code++) { in readraster()
388 prefix[code] = 0; in readraster()
389 suffix[code] = code; in readraster()
402 code = datum & codemask; in readraster()
441 if (code == clear) { in process()
462 if (code > avail) { in process()
467 incode = code; in process()
470 code = oldcode; in process()
472 while (code > clear) { in process()
473 *stackp++ = suffix[code]; in process()
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_lzw.c115 hcode_t code; member
188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) argument
203 int code; in LZWSetupDecode() local
241 code = 255; in LZWSetupDecode()
243 sp->dec_codetab[code].value = (unsigned char)code; in LZWSetupDecode()
244 sp->dec_codetab[code].firstchar = (unsigned char)code; in LZWSetupDecode()
247 } while (code--); in LZWSetupDecode()
368 hcode_t code; in LZWDecode() local
495 if (code >= 256) { in LZWDecode()
601 int code, nbits; in LZWDecodeCompat() local
[all …]
H A Dmkg3states.c56 uint16 code; /* right justified, lsb-first, zero filled */ member
328 int code; in FillTable() local
329 for (code = P->code; code < limit; code += incr) { in FillTable()
330 TIFFFaxTabEnt *E = T+code; in FillTable()
H A Dtif_fax3.c643 unsigned int code, length; in putspan() local
647 code = te->code; in putspan()
652 _PutBits(tif, code, length); in putspan()
658 code = te->code; in putspan()
666 code = tab[span].code; in putspan()
671 _PutBits(tif, code, length); in putspan()
707 code = EOL; in Fax3PutEOL()
710 code = (code<<1) | (sp->tag == G3_1D); in Fax3PutEOL()
713 _PutBits(tif, code, length); in Fax3PutEOL()
1104 unsigned int code = EOL; in Fax3Close() local
[all …]
H A Dt4.h37 unsigned short code; /* g3 code */ member
H A Dtiffvers.h.in3 * This define can be used in code that requires
H A Dtif_jpeg.c118 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
H A Dtif_ojpeg.c153 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
/libtiff-4.0.7/contrib/stream/
H A DREADME21 the tiff core piece and the class sits on top of the library. The code is
23 software. The code is portable across WindowsNT/Linux/Solaris.
/libtiff-4.0.7/contrib/mfs/
H A DREADME23 quality of the code and documentation is an example to others.
30 my mfs (memory file system) source code for you to use or junk, as you
/libtiff-4.0.7/tools/
H A Dfax2ps.c322 static void usage(int code);
444 usage(int code) in usage() argument
453 exit(code); in usage()
H A Drgb2ycbcr.c67 static void usage(int code);
377 usage(int code) in usage() argument
387 exit(code); in usage()
H A Dtiff2rgba.c61 static void usage(int code);
550 usage(int code) in usage() argument
559 exit(code); in usage()
H A Dtiff2ps.c217 void Ascii85Put(unsigned char code, FILE* fd);
2868 Ascii85Put(unsigned char code, FILE* fd) in Ascii85Put() argument
2870 ascii85buf[ascii85count++] = code; in Ascii85Put()
3084 usage(int code) in usage() argument
3093 exit(code); in usage()
/libtiff-4.0.7/contrib/tags/
H A DREADME24 source code of the library if they required additional private tags
107 "listtif.c" and replace the portions of the code that set the
113 To use these files in your own code, the "xtif_dir.c" module defines
/libtiff-4.0.7/contrib/addtiffo/
H A DREADME41 o The code will attempt to use the same kind of compression,
139 o Frank Warmerdam for writing the bulk of the code.
/libtiff-4.0.7/contrib/iptcutil/
H A Diptcutil.c132 *code, member
183 if (STRNICMP(s, html_codes[i].code, html_codes[i].len) == 0) in convertHTMLcodes()
/libtiff-4.0.7/contrib/pds/
H A DREADME20 reasonable extent and we've been successfully using them in our code
75 them. I can also send you some sample code that uses them if you like.
/libtiff-4.0.7/
H A DChangeLog812 Coverity 298626 "Logically dead code".
814 code".
816 code".
818 code"
822 "Logically dead code".
863 "Structurally dead code".
876 code".
930 code".
2841 in the jpeg code (gdal bug #2033).
3999 the custom tags handling code.
[all …]
H A Daclocal.m4333 # Generate code to set up dependency tracking. -*- Autoconf -*-
400 # This code is only required when automatic dependency tracking
402 # need in order to bootstrap the dependency handling code.
702 # If we don't find an include directive, just comment out the code.
H A DCMakeLists.txt153 -Wunreachable-code)
H A Dconfigure.ac71 dnl 3. If the library source code has changed at all since the last update,
H A Dconfigure1451 --libdir=DIR object code libraries [EPREFIX/lib]
6983 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
/libtiff-4.0.7/m4/
H A Dlibtool.m4294 ## Accumulate code for creating libtool. ##
952 # the simple compiler test code.
966 # the simple link test code.
2521 # libtool to hard-code these into programs
4199 # All AIX code is PIC.
4285 # All AIX code is PIC.
4522 # All AIX code is PIC.
4729 # All Alpha code is PIC.
4785 # All OSF/1 code is PIC.
6220 # save warnings/boilerplate of simple test code
[all …]