Home
last modified time | relevance | path

Searched refs:in_count (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c980 count_long in_count; in compress() local
1002 in_count = 1; in compress()
1078 in_count = ((long long)inchi<<32|inclo); in compress()
1079 if ((count_long)in_count >= in compress()
1081 cl_block(in_count); in compress()
1086 in_count = ((long long)inchi<<32|inclo); in compress()
1112 prratio(stderr, (count_long)in_count, in compress()
1118 (count_long)in_count); in compress()
1128 (count_long)in_count); in compress()
1744 (count_long)in_count); in cl_block()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c94 u_int in_count; /* uncompressed bytes, aged */ member
187 db->in_count = 0;
210 if (db->in_count >= db->checkpoint) {
212 if (db->in_count >= RATIO_MAX
214 db->in_count -= db->in_count/4;
218 db->checkpoint = db->in_count + CHECK_GAP;
228 new_ratio = db->in_count << RATIO_SCALE_LOG;
259 stats->ratio = db->in_count;
516 db->in_count += ilen;
741 db->in_count += explen;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c223 db->in_count = 0; in bsd_clear()
247 if (db->in_count >= db->checkpoint) { in bsd_check()
253 db->in_count -= db->in_count/4; in bsd_check()
257 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()
269 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()
305 stats->ratio = db->in_count; in bsd_comp_stats()
834 db->in_count += ilen; in bsd_compress()
1052 db->in_count += ilen; in bsd_incomp()
1321 db->in_count += dlen; in bsd_decompress()
1369 db->in_count++; in bsd_decompress()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c204 creq.stats.c.in_count = creq.stats.c.unc_bytes;
209 creq.stats.c.ratio = 256.0 * creq.stats.c.in_count /
214 creq.stats.d.in_count = creq.stats.d.unc_bytes;
219 creq.stats.d.ratio = 256.0 * creq.stats.d.in_count /
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c5537 uint_t in_count; in nostore_generate_key() local
5589 in_count = STRUCT_FGET(generate_key, ngk_in_count); in nostore_generate_key()
5591 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, in nostore_generate_key()
5607 sp->sd_provider_session->ps_session, &mech, k_in_attrs, in_count, in nostore_generate_key()
6508 uint_t in_count, out_count; in nostore_derive_key() local
6566 in_count = STRUCT_FGET(derive_key, ndk_in_count); in nostore_derive_key()
6570 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, in nostore_derive_key()
6585 sp->sd_provider_session->ps_session, &mech, k_in_attrs, in_count, in nostore_derive_key()
H A Ddprov.c9806 dprov_adjust_attrs(crypto_object_attribute_t *in, int in_count) in dprov_adjust_attrs() argument
9812 for (i = 0; i < in_count; i++) { in dprov_adjust_attrs()