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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c1077 unsigned ascii_freq = 0; local
1080 while (n < 128) ascii_freq += s->dyn_ltree[n++].Freq;
1082 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c2900 unsigned ascii_freq = 0; local
2903 while (n < 128) ascii_freq += s->dyn_ltree[n++].Freq;
2905 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c2900 unsigned ascii_freq = 0; local
2903 while (n < 128) ascii_freq += s->dyn_ltree[n++].Freq;
2905 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);

Completed in 301 milliseconds