Home
last modified time | relevance | path

Searched refs:good_match (Results 1 – 12 of 12) sorted by relevance

/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S165 #define good_match [ rcx + dsGoodMatch] macro
220 mov esi, good_match
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-xor.ll15 @good_match = common global i32 0, align 4
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch] define
/external/syslinux/com32/lib/zlib/
Ddeflate.h185 uInt good_match; member
Ddeflate.c442 s->good_match = configuration_table[level].good_length;
462 s->good_match = good_length;
1032 s->good_match = configuration_table[s->level].good_length;
1100 if (s->prev_length >= s->good_match) {
/external/python/cpython2/Modules/zlib/
Ddeflate.h188 uInt good_match; member
Ddeflate.c522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
1185 if (s->prev_length >= s->good_match) {
/external/zlib/src/
Ddeflate.h188 uInt good_match; member
Ddeflate.c522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
1185 if (s->prev_length >= s->good_match) {
/external/pdfium/third_party/zlib_v128/
Ddeflate.h188 uInt good_match; member
Ddeflate.c521 s->good_match = configuration_table[level].good_length; in deflateParams()
541 s->good_match = good_length; in deflateTune()
1115 s->good_match = configuration_table[s->level].good_length; in lm_init()
1184 if (s->prev_length >= s->good_match) { in longest_match()
/external/llvm/test/CodeGen/X86/
Dzlib-longest-match.ll63 …%good_match = getelementptr inbounds %struct.internal_state, %struct.internal_state* %s, i64 0, i3…
64 %10 = load i32, i32* %good_match, align 4