Searched refs:good_match (Results 1 – 18 of 18) sorted by relevance
/external/rust/crates/libz-sys/src/zlib/contrib/gcc_gvmat64/ |
D | gvmat64.S | 165 #define good_match [ rcx + dsGoodMatch] macro 220 mov esi, good_match
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-xor.ll | 15 @good_match = common global i32 0, align 4
|
/external/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-xor.ll | 15 @good_match = common global i32 0, align 4
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | match_tpl.h | 83 if (best_len >= s->good_match) in LONGEST_MATCH()
|
D | deflate.h | 196 unsigned int good_match; member
|
D | deflate.c | 633 s->good_match = configuration_table[level].good_length; in PREFIX() 648 s->good_match = (unsigned int)good_length; in PREFIX() 1181 s->good_match = configuration_table[s->level].good_length; in lm_init()
|
/external/libwebsockets/win32port/zlib/ |
D | deflate.h | 185 uInt good_match; member
|
D | deflate.c | 454 s->good_match = configuration_table[level].good_length; 474 s->good_match = good_length; 1044 s->good_match = configuration_table[s->level].good_length; 1112 if (s->prev_length >= s->good_match) {
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | gvmat64.asm | 153 COMM good_match:DWORD 189 good_match equ [ rcx + dsGoodMatch] define
|
/external/rust/crates/libz-sys/src/zlib/ |
D | deflate.h | 191 uInt good_match; member
|
D | deflate.c | 608 s->good_match = configuration_table[level].good_length; 628 s->good_match = (uInt)good_length; 1204 s->good_match = configuration_table[s->level].good_length; 1273 if (s->prev_length >= s->good_match) {
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 191 uInt good_match; member
|
D | deflate.c | 608 s->good_match = configuration_table[level].good_length; 628 s->good_match = (uInt)good_length; 1204 s->good_match = configuration_table[s->level].good_length; 1273 if (s->prev_length >= s->good_match) {
|
/external/zlib/ |
D | deflate.h | 191 uInt good_match; member
|
D | deflate.c | 654 s->good_match = configuration_table[level].good_length; 674 s->good_match = (uInt)good_length; 1249 s->good_match = configuration_table[s->level].good_length; 1318 if (s->prev_length >= s->good_match) {
|
/external/llvm/test/CodeGen/X86/ |
D | zlib-longest-match.ll | 63 …%good_match = getelementptr inbounds %struct.internal_state, %struct.internal_state* %s, i64 0, i3… 64 %10 = load i32, i32* %good_match, align 4
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | zlib-longest-match.ll | 63 …%good_match = getelementptr inbounds %struct.internal_state, %struct.internal_state* %s, i64 0, i3… 64 %10 = load i32, i32* %good_match, align 4
|
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/ |
D | zlib-v1.2.11-x86_64-linux-gnu.abi | 324 …<var-decl name='good_match' type-id='type-id-14' visibility='default' filepath='src.d/deflate.h' l…
|