OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configuration_table
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
deflate.c
132
local const config
configuration_table
[2] = {
variable
137
local const config
configuration_table
[10] = {
variable
436
func =
configuration_table
[s->level].func;
438
if (func !=
configuration_table
[level].func && strm->total_in != 0) {
444
s->max_lazy_match =
configuration_table
[level].max_lazy;
445
s->good_match =
configuration_table
[level].good_length;
446
s->nice_match =
configuration_table
[level].nice_length;
447
s->max_chain_length =
configuration_table
[level].max_chain;
790
bstate = (*(
configuration_table
[s->level].func))(s, flush);
[
all
...]
/external/zlib/
deflate.c
126
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) &&
519
s->max_lazy_match =
configuration_table
[level].max_lazy;
520
s->good_match =
configuration_table
[level].good_length;
521
s->nice_match =
configuration_table
[level].nice_length;
522
s->max_chain_length =
configuration_table
[level].max_chain;
903
(*(
configuration_table
[s->level].func))(s, flush));
[
all
...]
Completed in 2117 milliseconds