Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c126 local const config configuration_table[2] = { variable
131 local const config configuration_table[10] = { variable
432 func = configuration_table[s->level].func;
441 s->max_lazy_match = configuration_table[level].max_lazy;
442 s->good_match = configuration_table[level].good_length;
443 s->nice_match = configuration_table[level].nice_length;
444 s->max_chain_length = configuration_table[level].max_chain;
1031 s->max_lazy_match = configuration_table[s->level].max_lazy;
1032 s->good_match = configuration_table[s->level].good_length;
1033 s->nice_match = configuration_table[s->level].nice_length;
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c129 local const config configuration_table[2] = { variable
134 local const config configuration_table[10] = { variable
587 func = configuration_table[s->level].func;
607 s->max_lazy_match = configuration_table[level].max_lazy;
608 s->good_match = configuration_table[level].good_length;
609 s->nice_match = configuration_table[level].nice_length;
610 s->max_chain_length = configuration_table[level].max_chain;
1003 (*(configuration_table[s->level].func))(s, flush);
1203 s->max_lazy_match = configuration_table[s->level].max_lazy;
1204 s->good_match = configuration_table[s->level].good_length;
[all …]

Completed in 9 milliseconds