Searched refs:in_count (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/compress/ |
H A D | compress.c | 978 count_long in_count; in compress() local 1000 in_count = 1; in compress() 1076 in_count = ((long long)inchi<<32|inclo); in compress() 1077 if ((count_long)in_count >= in compress() 1079 cl_block(in_count); in compress() 1084 in_count = ((long long)inchi<<32|inclo); in compress() 1108 (count_long)in_count, (count_long)out_count, in compress() 1110 prratio(stderr, (count_long)in_count, in compress() 1115 (count_long)in_count-(count_long)bytes_out, in compress() 1116 (count_long)in_count); in compress() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 94 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;
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 110 uint_t in_count; /* uncompressed bytes, aged */ member 225 db->in_count = 0; in bsd_clear() 249 if (db->in_count >= db->checkpoint) { in bsd_check() 254 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX) { in bsd_check() 255 db->in_count -= db->in_count/4; in bsd_check() 259 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check() 271 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check() 307 stats->ratio = db->in_count; in bsd_comp_stats() 836 db->in_count += ilen; in bsd_compress() 1054 db->in_count += ilen; in bsd_incomp() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
H A D | pppstats.c | 210 creq.stats.c.in_count = creq.stats.c.unc_bytes; 215 creq.stats.c.ratio = 256.0 * creq.stats.c.in_count / 220 creq.stats.d.in_count = creq.stats.d.unc_bytes; 225 creq.stats.d.ratio = 256.0 * creq.stats.d.in_count /
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 5450 uint_t in_count; in nostore_generate_key() local 5501 in_count = STRUCT_FGET(generate_key, ngk_in_count); in nostore_generate_key() 5503 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, in nostore_generate_key() 5519 sp->sd_provider_session->ps_session, &mech, k_in_attrs, in_count, in nostore_generate_key() 6418 uint_t in_count, out_count; in nostore_derive_key() local 6475 in_count = STRUCT_FGET(derive_key, ndk_in_count); in nostore_derive_key() 6479 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, in nostore_derive_key() 6494 sp->sd_provider_session->ps_session, &mech, k_in_attrs, in_count, in nostore_derive_key()
|
H A D | dprov.c | 9779 dprov_adjust_attrs(crypto_object_attribute_t *in, int in_count) in dprov_adjust_attrs() argument 9785 for (i = 0; i < in_count; i++) { in dprov_adjust_attrs()
|