Searched refs:bytes_out (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gzip/
H A Dgzip.c230 long bytes_out; /* number of output bytes */ variable
682 bytes_out = 0; /* required for length check */
690 display_ratio(bytes_in-(bytes_out-header_bytes), bytes_in, stderr);
694 display_ratio(bytes_out-(bytes_in-header_bytes), bytes_out,stderr);
823 bytes_out = 0; /* required for length check */
839 display_ratio(bytes_out-(bytes_in-header_bytes), bytes_out,stderr);
841 display_ratio(bytes_in-(bytes_out-header_bytes), bytes_in, stderr);
1365 bytes_out
[all...]
H A Dunpack.c234 Trace((stderr, "bytes_out %ld\n", bytes_out));
235 if (orig_len != (ulg)bytes_out) {
H A Dutil.c45 bytes_out += insize;
51 bytes_in = bytes_out;
87 bytes_in = bytes_out = 0L;
117 * Write the output buffer outbuf[0..outcnt-1] and update bytes_out.
125 bytes_out += (ulg)outcnt;
130 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
141 bytes_out += (ulg)outcnt;
H A Dunlzw.c190 * bytes_in and bytes_out have been initialized.
319 bytes_out += (ulg)outpos;
350 bytes_out += (ulg)outpos;
374 bytes_out += (ulg)outpos;
H A Dunzip.c177 if (orig_len != (ulg)bytes_out) {
H A Dgzip.h136 extern long bytes_out; /* number of output bytes */
/haiku-fatelf/src/bin/compress/
H A Dcompress.c931 long int bytes_out; /* length of compressed output */ variable
969 bytes_out = 3; /* includes 3-byte header mojo */
1050 in_count, out_count, bytes_out );
1051 prratio( stderr, in_count, bytes_out );
1054 prratio( stderr, in_count-bytes_out, in_count );
1060 prratio( stderr, in_count-bytes_out, in_count );
1063 if(bytes_out > in_count) /* exit(2) if no savings */
1151 bytes_out += bits;
1171 bytes_out += n_bits;
1199 bytes_out
[all...]

Completed in 117 milliseconds