Searched refs:good_match (Results 1 – 12 of 12) sorted by relevance
/external/zlib/src/contrib/gcc_gvmat64/ |
D | gvmat64.S | 165 #define good_match [ rcx + dsGoodMatch] macro 220 mov esi, good_match
|
/external/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-xor.ll | 15 @good_match = common global i32 0, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-xor.ll | 15 @good_match = common global i32 0, align 4
|
/external/zlib/src/contrib/masmx64/ |
D | gvmat64.asm | 153 COMM good_match:DWORD 189 good_match equ [ rcx + dsGoodMatch] define
|
/external/u-boot/lib/zlib/ |
D | deflate.h | 185 uInt good_match; member
|
D | deflate.c | 442 s->good_match = configuration_table[level].good_length; 462 s->good_match = good_length; 1030 s->good_match = configuration_table[s->level].good_length; 1098 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/src/ |
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/swiftshader/third_party/llvm-7.0/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/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
|