Searched defs:ascii_freq (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2508 unsigned ascii_freq = 0; local
2511 while (n < 128) ascii_freq += s->dyn_ltree[n++].Freq;
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);

Completed in 73 milliseconds