Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/zlib/
Ddeflate.c126 local const config configuration_table[2] = { variable
131 local const config configuration_table[10] = { variable
432 func = configuration_table[s->level].func;
434 if ((strategy != s->strategy || func != configuration_table[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;
822 (*(configuration_table[s->level].func))(s, flush));
1031 s->max_lazy_match = configuration_table[s->level].max_lazy;
[all …]
/external/pdfium/third_party/zlib_v128/
Ddeflate.c126 local const config configuration_table[2] = { variable
131 local const config configuration_table[10] = { variable
509 func = configuration_table[s->level].func; in deflateParams()
511 if ((strategy != s->strategy || func != configuration_table[level].func) && in deflateParams()
520 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()
521 s->good_match = configuration_table[level].good_length; in deflateParams()
522 s->nice_match = configuration_table[level].nice_length; in deflateParams()
523 s->max_chain_length = configuration_table[level].max_chain; in deflateParams()
904 (*(configuration_table[s->level].func))(s, flush)); in deflate()
1114 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
[all …]
/external/python/cpython2/Modules/zlib/
Ddeflate.c126 local const config configuration_table[2] = { variable
131 local const config configuration_table[10] = { variable
510 func = configuration_table[s->level].func;
512 if ((strategy != s->strategy || func != configuration_table[level].func) &&
521 s->max_lazy_match = configuration_table[level].max_lazy;
522 s->good_match = configuration_table[level].good_length;
523 s->nice_match = configuration_table[level].nice_length;
524 s->max_chain_length = configuration_table[level].max_chain;
905 (*(configuration_table[s->level].func))(s, flush));
1115 s->max_lazy_match = configuration_table[s->level].max_lazy;
[all …]
/external/zlib/src/
Ddeflate.c126 local const config configuration_table[2] = { variable
131 local const config configuration_table[10] = { variable
510 func = configuration_table[s->level].func;
512 if ((strategy != s->strategy || func != configuration_table[level].func) &&
521 s->max_lazy_match = configuration_table[level].max_lazy;
522 s->good_match = configuration_table[level].good_length;
523 s->nice_match = configuration_table[level].nice_length;
524 s->max_chain_length = configuration_table[level].max_chain;
905 (*(configuration_table[s->level].func))(s, flush));
1115 s->max_lazy_match = configuration_table[s->level].max_lazy;
[all …]