OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ascii_freq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
zlib.c
3222
unsigned
ascii_freq
= 0;
local in function:set_data_type
3225
while (n < 128)
ascii_freq
+= s->dyn_ltree[n++].Freq;
3227
s->data_type = (Byte)(bin_freq > (
ascii_freq
>> 2) ? Z_BINARY : Z_ASCII);
Completed in 17 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025