Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c172 #define RATIO_SCALE (1<<RATIO_SCALE_LOG) macro
232 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c205 #define RATIO_SCALE (1 << RATIO_SCALE_LOG) macro
276 new_ratio < 1 * RATIO_SCALE) { in bsd_check()