Home
last modified time | relevance | path

Searched refs:max_lazy_match (Results 1 – 14 of 14) sorted by relevance

/external/libwebsockets/win32port/zlib/
Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
Ddeflate.c453 s->max_lazy_match = configuration_table[level].max_lazy;
475 s->max_lazy_match = max_lazy;
1043 s->max_lazy_match = configuration_table[s->level].max_lazy;
1663 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/llvm-project/llvm/test/CodeGen/ARM/
D2011-06-29-MergeGlobalsAlign.ll5 @max_lazy_match = internal unnamed_addr global i32 0, align 4
/external/llvm/test/CodeGen/ARM/
D2011-06-29-MergeGlobalsAlign.ll5 @max_lazy_match = internal unnamed_addr global i32 0, align 4
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c607 s->max_lazy_match = configuration_table[level].max_lazy;
629 s->max_lazy_match = (uInt)max_lazy;
1203 s->max_lazy_match = configuration_table[s->level].max_lazy;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/python/cpython2/Modules/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c607 s->max_lazy_match = configuration_table[level].max_lazy;
629 s->max_lazy_match = (uInt)max_lazy;
1203 s->max_lazy_match = configuration_table[s->level].max_lazy;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.h183 unsigned int max_lazy_match; member
187 # define max_insert_length max_lazy_match
Ddeflate_slow.c51 …if (hash_head != NIL && s->prev_length < s->max_lazy_match && s->strstart - hash_head <= MAX_DIST(… in deflate_slow()
Ddeflate.c632 s->max_lazy_match = configuration_table[level].max_lazy; in PREFIX()
649 s->max_lazy_match = (unsigned int)max_lazy; in PREFIX()
1180 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
/external/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c653 s->max_lazy_match = configuration_table[level].max_lazy;
675 s->max_lazy_match = (uInt)max_lazy;
1248 s->max_lazy_match = configuration_table[s->level].max_lazy;
2037 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/
Dzlib-v1.2.11-x86_64-linux-gnu.abi315 …<var-decl name='max_lazy_match' type-id='type-id-14' visibility='default' filepath='src.d/deflate.…