Searched defs:in_count (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 94 u_int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db 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; 226 * db->in_count <= RATIO_MAX. 228 new_ratio = db->in_count << RATIO_SCALE_LOG; 259 stats->ratio = db->in_count; [all...] |
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 110 uint_t in_count; /* uncompressed bytes, aged */ member in struct:bsd_db 225 db->in_count = 0; 249 if (db->in_count >= db->checkpoint) { 254 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX) { 255 db->in_count -= db->in_count/4; 259 db->checkpoint = db->in_count + CHECK_GAP; 269 * db->in_count <= RATIO_MAX. 271 new_ratio = db->in_count << RATIO_SCALE_LOG; 307 stats->ratio = db->in_count; [all...] |
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 978 count_long in_count; local 1000 in_count = 1; 1076 in_count = ((long long)inchi<<32|inclo); 1077 if ((count_long)in_count >= 1079 cl_block(in_count); 1084 in_count = ((long long)inchi<<32|inclo); 1108 (count_long)in_count, (count_long)out_count, 1110 prratio(stderr, (count_long)in_count, 1115 (count_long)in_count-(count_long)bytes_out, 1116 (count_long)in_count); 1734 cl_block(count_long in_count) argument [all...] |
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 5450 uint_t in_count; local 5501 in_count = STRUCT_FGET(generate_key, ngk_in_count); 5503 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, 5519 sp->sd_provider_session->ps_session, &mech, k_in_attrs, in_count, 6418 uint_t in_count, out_count; local 6475 in_count = STRUCT_FGET(derive_key, ndk_in_count); 6479 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, 6494 sp->sd_provider_session->ps_session, &mech, k_in_attrs, in_count,
|
H A D | dprov.c | 9779 dprov_adjust_attrs(crypto_object_attribute_t *in, int in_count) argument 9785 for (i = 0; i < in_count; i++) {
|
Completed in 133 milliseconds