Searched refs:uncompr_size (Results 1 – 1 of 1) sorted by relevance
650 uint32 compr_size, uncompr_size; in main() local655 uncompr_size = width * length; in main()657 if( uncompr_size / width != length ) { in main()665 (uncompr_size == 0) || in main()666 (uncompr_size > ((uint32) ~0) >> 1) ) { in main()678 uncomprbuf = (unsigned char *)_TIFFmalloc(uncompr_size); in main()697 while(j < uncompr_size && i < compr_size) { in main()701 && j < uncompr_size in main()723 … for (k = 0; k < runlength && j < uncompr_size && i < compr_size; k++) in main()732 while( j < uncompr_size && i < compr_size ) { in main()[all …]