| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 99 for (; len > 0; --len, ++s) { in formatString() 130 len; member 150 int convertHTMLcodes(char *s, int len) in convertHTMLcodes() argument 182 if (html_codes[i].len <= len) in convertHTMLcodes() 337 len; in super_fgets() local 342 len=*blen; in super_fgets() 354 len<<=1; in super_fgets() 530 len; in main() local 537 len = strlen(token); in main() 553 if (len < 0x10000) in main() [all …]
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_ojpeg.c | 2065 assert(len>0); in OJPEGReadBlock() 2066 mlen=len; in OJPEGReadBlock() 2093 m=len; in OJPEGReadSkip() 2122 *len=0; in OJPEGWriteStream() 2187 } while (*len==0); in OJPEGWriteStream() 2198 *len=2; in OJPEGWriteStreamSoi() 2252 *len=6; in OJPEGWriteStreamDri() 2336 *len=sp->in_buffer_togo; in OJPEGWriteStreamCompressed() 2369 *len=2; in OJPEGWriteStreamRst() 2381 *len=2; in OJPEGWriteStreamEoi() [all …]
|
| H A D | tif_stream.cxx | 301 ios::pos_type len; in _tiffosSizeProc() local 304 len = os->tellp(); in _tiffosSizeProc() 307 return (uint64) len; in _tiffosSizeProc() 315 ios::pos_type len; in _tiffisSizeProc() local 318 len = data->stream->tellg(); in _tiffisSizeProc() 321 return (uint64) len; in _tiffisSizeProc()
|
| H A D | tif_jbig.c | 145 static void JBIGOutputBie(unsigned char* buffer, size_t len, void* userData) in JBIGOutputBie() argument 151 TIFFReverseBits(buffer, (tmsize_t)len); in JBIGOutputBie() 154 JBIGCopyEncodedData(tif, buffer, len, 0); in JBIGOutputBie()
|
| H A D | tif_lzw.c | 369 int len; in LZWDecode() local 530 len = codep->length; in LZWDecode() 531 tp = op + len; in LZWDecode() 543 assert(occ >= len); in LZWDecode() 544 op += len; in LZWDecode() 545 occ -= len; in LZWDecode()
|
| H A D | tif_fax3.c | 622 #define DEBUG_PRINT(what,len) { \ argument 624 printf("%08X/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), len); \
|
| H A D | tif_jpeg.c | 1455 int len = sp->cinfo.d.output_width * sp->cinfo.d.num_components; in JPEGDecodeRaw() local 1456 for (i=0; i<len; i++) in JPEGDecodeRaw()
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | mfs_file.c | 84 int mfs_map (int fd, char **addr, size_t *len); 456 int mfs_map (int fd, char **addr, size_t *len) in mfs_map() argument 468 *len = buf_size[fd]; in mfs_map()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffset.c | 302 size_t len; in main() local 325 len = fread( text, 1, 999999, fp ); in main() 326 text[len] = '\0'; in main()
|
| H A D | tiff2ps.c | 2426 #define DOBREAK(len, howmany, fd) \ argument 2427 if (((len) -= (howmany)) <= 0) { \ 2429 (len) = MAXLINE-(howmany); \ 3005 tsize_t len; /* Output this many bytes */ in Ascii85EncodeBlock() local 3007 len = raw_l + 1; in Ascii85EncodeBlock() 3024 _TIFFmemcpy( &ascii85_p[ascii85_l], ascii85, len ); in Ascii85EncodeBlock() 3025 ascii85_l += len; in Ascii85EncodeBlock()
|
| H A D | tiff2pdf.c | 875 size_t i, len; in tiff2pdf_match_paper_size() local 918 len=strlen(papersize); in tiff2pdf_match_paper_size() 919 for(i=0;i<len;i++){ in tiff2pdf_match_paper_size() 3918 size_t len = 0; in t2p_write_pdf_string() local 3920 len = strlen(pdfstr); in t2p_write_pdf_string() 3922 for (i=0; i<len; i++) { in t2p_write_pdf_string() 3971 written += t2pWriteFile(output, (tdata_t) buffer, len); in t2p_write_pdf_stream() 4013 if(len!=0){ in t2p_write_pdf_stream_dict() 4014 written += t2p_write_pdf_stream_length(len, output); in t2p_write_pdf_stream_dict() 4055 tsize_t t2p_write_pdf_stream_length(tsize_t len, TIFF* output){ in t2p_write_pdf_stream_length() argument [all …]
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 6168 size_t len, patlen; 6173 len = strlen (str); 6176 if (patlen <= len) 6178 str += len - patlen; 6245 char *str = XMALLOC (char, len); 6293 size_t len = strlen (new_value); 6294 while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) 6296 new_value[--len] = '\0'; 9671 && { test "$len" -lt "$max_cmd_len" \ 9872 func_arith $len + $func_len_result [all …]
|
| /libtiff-4.0.7/ |
| H A D | configure | 22255 len = length(field[1]) 22261 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 22262 len += length(value) + length(field[++i]) 22265 len += 1 + keylen
|