in_count           95 net/bsd-comp.c     u_int   in_count;			/* uncompressed bytes, aged */
in_count          205 net/bsd-comp.c     db->in_count = 0;
in_count          229 net/bsd-comp.c     if (db->in_count >= db->checkpoint) {
in_count          231 net/bsd-comp.c 	if (db->in_count >= RATIO_MAX
in_count          233 net/bsd-comp.c 	    db->in_count -= db->in_count/4;
in_count          237 net/bsd-comp.c 	db->checkpoint = db->in_count + CHECK_GAP;
in_count          247 net/bsd-comp.c 	    new_ratio = db->in_count << RATIO_SCALE_LOG;
in_count          278 net/bsd-comp.c     stats->ratio = db->in_count;
in_count          635 net/bsd-comp.c     db->in_count += ilen;
in_count          785 net/bsd-comp.c     db->in_count += ilen;
in_count         1086 net/bsd-comp.c     db->in_count += explen;