Home
last modified time | relevance | path

Searched refs:RATIO_SCALE_LOG (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c171 #define RATIO_SCALE_LOG 8 macro
172 #define RATIO_SCALE (1<<RATIO_SCALE_LOG)
173 #define RATIO_MAX (0x7fffffff>>RATIO_SCALE_LOG)
228 new_ratio = db->in_count << RATIO_SCALE_LOG;
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c206 #define RATIO_SCALE_LOG 8 macro
207 #define RATIO_SCALE (1 << RATIO_SCALE_LOG)
208 #define RATIO_MAX (0x7fffffff >> RATIO_SCALE_LOG)
271 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()