| /freebsd-9-stable/crypto/openssh/ |
| D | compress.c | 65 (unsigned long long)outgoing_stream.total_in, in buffer_compress_uninit() 67 outgoing_stream.total_in == 0 ? 0.0 : in buffer_compress_uninit() 68 (double) outgoing_stream.total_out / outgoing_stream.total_in); in buffer_compress_uninit() 71 (unsigned long long)incoming_stream.total_in, in buffer_compress_uninit() 73 (double) incoming_stream.total_in / incoming_stream.total_out); in buffer_compress_uninit()
|
| /freebsd-9-stable/crypto/openssl/demos/tunala/ |
| D | buffer.c | 8 buf->total_in = buf->total_out = 0; in buffer_init() 50 return buf->total_in; in buffer_total_in() 75 buf->total_in += added; 122 buf->total_in += toread; in buffer_from_fd() 190 buf->total_in += ret; in buffer_from_SSL() 218 buf->total_in += ret; in buffer_from_BIO()
|
| D | tunala.h | 95 unsigned long total_in, total_out; member
|
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_write_set_compression_gzip.c | 61 int64_t total_in; member 272 state->total_in += length; in archive_compressor_gzip_write() 311 (state->total_in % a->bytes_per_block); in archive_compressor_gzip_finish() 318 state->total_in += state->stream.avail_in; in archive_compressor_gzip_finish() 335 trailer[4] = (state->total_in)&0xff; in archive_compressor_gzip_finish() 336 trailer[5] = (state->total_in >> 8)&0xff; in archive_compressor_gzip_finish() 337 trailer[6] = (state->total_in >> 16)&0xff; in archive_compressor_gzip_finish() 338 trailer[7] = (state->total_in >> 24)&0xff; in archive_compressor_gzip_finish()
|
| D | archive_read_support_compression_rpm.c | 41 int64_t total_in; member 187 if (rpm->total_in + avail_in < RPM_LEAD_SIZE) in rpm_filter_read() 190 n = RPM_LEAD_SIZE - rpm->total_in; in rpm_filter_read() 263 rpm->total_in += used; in rpm_filter_read() 271 rpm->total_in += used; in rpm_filter_read()
|
| D | archive_write_set_compression_bzip2.c | 61 int64_t total_in; member 233 state->total_in += length; in archive_compressor_bzip2_write() 273 (state->total_in % a->bytes_per_block); in archive_compressor_bzip2_finish() 278 state->total_in += state->stream.avail_in; in archive_compressor_bzip2_finish()
|
| D | archive_write_set_compression_xz.c | 72 int64_t total_in; member 267 state->total_in += length; in archive_compressor_xz_write() 306 (state->total_in % a->bytes_per_block); in archive_compressor_xz_finish() 311 state->total_in += state->stream.avail_in; in archive_compressor_xz_finish()
|
| D | archive_read_support_format_zip.c | 748 zip->stream.total_in = 0; in zip_read_data_deflate() 771 bytes_avail = zip->stream.total_in; in zip_read_data_deflate()
|
| D | archive_read_support_format_xar.c | 1324 xar->stream.total_in = 0; in decompression_init() 1404 xar->lzstream.total_in = 0; in decompression_init() 1432 xar->lzstream.total_in = 0; in decompression_init()
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | zlib.c | 575 pos += zstr.total_in; 742 *zstr.next_out++ = (unsigned char)(zstr.total_in & 0xff); 743 *zstr.next_out++ = (unsigned char)((zstr.total_in >> 8) & 0xff); 744 *zstr.next_out++ = (unsigned char)((zstr.total_in >> 16) & 0xff); 745 *zstr.next_out++ = (unsigned char)((zstr.total_in >> 24) & 0xff);
|
| /freebsd-9-stable/contrib/xz/src/liblzma/api/lzma/ |
| D | base.h | 456 uint64_t total_in; /**< Total number of bytes read by liblzma. */ member
|
| /freebsd-9-stable/contrib/xz/src/liblzma/common/ |
| D | common.c | 166 strm->total_in = 0; in lzma_strm_init() 260 strm->total_in += in_pos; in lzma_code()
|
| /freebsd-9-stable/contrib/xz/src/xz/ |
| D | message.c | 535 *in_pos = progress_strm->total_in; in progress_pos() 539 *uncompressed_pos = progress_strm->total_in; in progress_pos() 541 *compressed_pos = progress_strm->total_in; in progress_pos()
|
| D | coder.c | 606 strm.total_in += strm.avail_in; in coder_passthru() 607 strm.total_out = strm.total_in; in coder_passthru()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | deflate.c | 373 strm->total_in = strm->total_out = 0; 444 if (func != configuration_table[level].func && strm->total_in != 0) { 845 put_byte(s, (Byte)(strm->total_in & 0xff)); 846 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); 847 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); 848 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); 984 strm->total_in += len;
|
| D | inflate.c | 117 strm->total_in = strm->total_out = state->total = 0; 1169 strm->total_in += in; 1321 strm->total_in += len; 1325 in = strm->total_in; out = strm->total_out; 1327 strm->total_in = in; strm->total_out = out;
|
| D | zlib.h | 87 uLong total_in; /* total nb of input bytes read so far */ member
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_gzio.c | 379 (long long)s->crc, (long long)s->stream.total_in); 383 putU32 (s, (uint32_t) s->stream.total_in);
|
| /freebsd-9-stable/lib/libz/ |
| D | deflate.c | 402 strm->total_in = strm->total_out = 0; 513 strm->total_in != 0) { 959 put_byte(s, (Byte)(strm->total_in & 0xff)); 960 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); 961 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); 962 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); 1098 strm->total_in += len;
|
| D | inflate.c | 111 strm->total_in = strm->total_out = state->total = 0; 1240 strm->total_in += in; 1409 strm->total_in += len; 1413 in = strm->total_in; out = strm->total_out; 1415 strm->total_in = in; strm->total_out = out;
|
| D | zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ member
|
| /freebsd-9-stable/lib/libz/test/ |
| D | example.c | 218 while (c_stream.total_in != len && c_stream.total_out < comprLen) { 258 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.h | 281 uLong total_in; /* total nb of input bytes read so far */ member
|
| D | zlib.c | 877 strm->total_in = strm->total_out = 0; 919 if (func != configuration_table[level].func && strm->total_in != 0) { 1227 strm->total_in += len; 3097 z->total_in = z->total_out = 0; 3191 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++) 3400 z->total_in += p - z->next_in; 3408 r = z->total_in; w = z->total_out; 3410 z->total_in = r; z->total_out = w; 3588 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 1226 zstr.total_in, zstr.total_out, (caddr_t)zstr.next_in - cbuf); in decompress_ctf()
|