Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2509 unsigned bin_freq = 0; local
2510 while (n < 7) bin_freq += s->dyn_ltree[n++].Freq;
2512 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3427 unsigned bin_freq = 0; local
3428 while (n < 7) bin_freq += s->dyn_ltree[n++].Freq;
3430 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
3431 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ?