/external/rust/crates/libz-sys/src/zlib-ng/ |
D | match_tpl.h | 31 Z_INTERNAL uint32_t LONGEST_MATCH(deflate_state *const s, Pos cur_match) { in LONGEST_MATCH() argument 50 if (--chain_length && (cur_match = prev[cur_match & wmask]) > limit) \ in LONGEST_MATCH() 94 if (cur_match >= strstart) in LONGEST_MATCH() 107 if (*(uint16_t *)(mbase_end+cur_match) == (uint16_t)scan_end && in LONGEST_MATCH() 108 *(uint16_t *)(mbase_start+cur_match) == (uint16_t)scan_start) in LONGEST_MATCH() 115 if (*(uint64_t *)(mbase_end+cur_match) == (uint64_t)scan_end && in LONGEST_MATCH() 116 *(uint64_t *)(mbase_start+cur_match) == (uint64_t)scan_start) in LONGEST_MATCH() 123 if (*(uint32_t *)(mbase_end+cur_match) == (uint32_t)scan_end && in LONGEST_MATCH() 124 *(uint32_t *)(mbase_start+cur_match) == (uint32_t)scan_start) in LONGEST_MATCH() 131 if (mbase_end[cur_match] == scan_end && mbase_end[cur_match+1] == scan_end0 && in LONGEST_MATCH() [all …]
|
D | functable.c | 114 extern uint32_t longest_match_c(deflate_state *const s, Pos cur_match); 116 extern uint32_t longest_match_unaligned_16(deflate_state *const s, Pos cur_match); 117 extern uint32_t longest_match_unaligned_32(deflate_state *const s, Pos cur_match); 119 extern uint32_t longest_match_unaligned_64(deflate_state *const s, Pos cur_match); 122 extern uint32_t longest_match_unaligned_sse4(deflate_state *const s, Pos cur_match); 125 extern uint32_t longest_match_unaligned_avx2(deflate_state *const s, Pos cur_match); 393 Z_INTERNAL uint32_t longest_match_stub(deflate_state *const s, Pos cur_match) { in longest_match_stub() argument 415 return functable.longest_match(s, cur_match); in longest_match_stub()
|
D | functable.h | 18 uint32_t (* longest_match) (deflate_state *const s, Pos cur_match);
|
/external/elfutils/libdw/ |
D | dwarf_getsrc_file.c | 53 size_t cur_match = 0; in dwarf_getsrc_file() local 117 for (inner = 0; inner < cur_match; ++inner) in dwarf_getsrc_file() 121 if (inner < cur_match in dwarf_getsrc_file() 138 if (cur_match < max_match) in dwarf_getsrc_file() 140 if (cur_match == act_match) in dwarf_getsrc_file() 156 match[cur_match++] = line; in dwarf_getsrc_file() 162 if (cur_match == max_match) in dwarf_getsrc_file() 166 if (cur_match > 0) in dwarf_getsrc_file() 170 *nsrcs = cur_match; in dwarf_getsrc_file()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getsrc_file.c | 74 size_t cur_match = 0; in dwfl_module_getsrc_file() local 122 for (inner = 0; inner < cur_match; ++inner) in dwfl_module_getsrc_file() 126 if (inner < cur_match in dwfl_module_getsrc_file() 143 if (cur_match < max_match) in dwfl_module_getsrc_file() 145 if (cur_match == act_match) in dwfl_module_getsrc_file() 161 match[cur_match++] = &cu->lines->idx[cnt]; in dwfl_module_getsrc_file() 166 if (cur_match > 0) in dwfl_module_getsrc_file() 170 *nsrcs = cur_match; in dwfl_module_getsrc_file()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | gep-combine-loop-invariant.ll | 7 define i32 @foo(i8* nocapture readnone %match, i32 %cur_match, i32 %best_len, i32 %scan_end, i32* n… 48 %idx.ext2 = zext i32 %cur_match to i64 63 %cur_match.addr.0 = phi i32 [ %4, %land.lhs.true ] 64 %idx.ext = zext i32 %cur_match.addr.0 to i64 74 %cur_match.addr.09 = phi i32 [ %cur_match, %if.then.lr.ph ], [ %cur_match.addr.0, %do.body ] 76 %and = and i32 %cur_match.addr.09, %wmask
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fold-add.ll | 9 define fastcc i32 @longest_match(i32 %cur_match) nounwind { 17 %1 = zext i32 %cur_match to i64 ; <i64> [#uses=1]
|
D | zlib-longest-match.ll | 28 define i32 @longest_match(%struct.internal_state* nocapture %s, i32 %cur_match) nounwind { 83 %cur_match.addr.0 = phi i32 [ %conv128, %land.rhs131 ], [ %cur_match, %entry ] 86 %idx.ext23 = zext i32 %cur_match.addr.0 to i64 201 store i32 %cur_match.addr.0, i32* %match_start, align 4 221 %and = and i32 %cur_match.addr.0, %7
|
/external/llvm/test/CodeGen/X86/ |
D | fold-add.ll | 9 define fastcc i32 @longest_match(i32 %cur_match) nounwind { 17 %1 = zext i32 %cur_match to i64 ; <i64> [#uses=1]
|
D | zlib-longest-match.ll | 28 define i32 @longest_match(%struct.internal_state* nocapture %s, i32 %cur_match) nounwind { 83 %cur_match.addr.0 = phi i32 [ %conv128, %land.rhs131 ], [ %cur_match, %entry ] 86 %idx.ext23 = zext i32 %cur_match.addr.0 to i64 201 store i32 %cur_match.addr.0, i32* %match_start, align 4 221 %and = and i32 %cur_match.addr.0, %7
|
/external/libwebsockets/win32port/zlib/ |
D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1075 local uInt longest_match(s, cur_match) in longest_match() argument 1077 IPos cur_match; /* current match */ 1123 Assert(cur_match < s->strstart, "no future"); 1124 match = s->window + cur_match; 1201 s->match_start = cur_match; 1211 } while ((cur_match = prev[cur_match & wmask]) > limit 1224 local uInt longest_match(s, cur_match) in longest_match() argument 1226 IPos cur_match; /* current match */ [all …]
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpagefind.cpp | 311 int cur_match = find_engine.GetMatchedCount(); in FindPrev() local 312 int temp = cur_order + cur_match; in FindPrev() 317 matches = cur_match; in FindPrev()
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | gvmat64.asm | 3 ; IPos cur_match); /* current match */ 56 ;uInt longest_match(s, cur_match) 58 ; IPos cur_match; /* current match */ 207 ;;; Retrieve the function arguments. r8d will hold cur_match
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/ |
D | match686.asm | 37 ;uInt longest_match(s, cur_match) 39 ; IPos cur_match; /* current match */ 42 cur_match equ dword ptr[esp+NbStack-0] define 209 ;;; Retrieve the function arguments. ecx will hold cur_match
|
/external/zlib/ |
D | deflate.c | 107 uInt longest_match OF((deflate_state *s, IPos cur_match)); 109 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1281 local uInt longest_match(s, cur_match) in longest_match() argument 1283 IPos cur_match; /* current match */ 1329 Assert(cur_match < s->strstart, "no future"); 1330 match = s->window + cur_match; 1425 s->match_start = cur_match; 1435 } while ((cur_match = prev[cur_match & wmask]) > limit 1448 local uInt longest_match(s, cur_match) in longest_match() argument 1450 IPos cur_match; /* current match */ [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1236 local uInt longest_match(s, cur_match) in longest_match() argument 1238 IPos cur_match; /* current match */ 1284 Assert(cur_match < s->strstart, "no future"); 1285 match = s->window + cur_match; 1362 s->match_start = cur_match; 1372 } while ((cur_match = prev[cur_match & wmask]) > limit 1385 local uInt longest_match(s, cur_match) in longest_match() argument 1387 IPos cur_match; /* current match */ [all …]
|
/external/rust/crates/libz-sys/src/zlib/ |
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1236 local uInt longest_match(s, cur_match) in longest_match() argument 1238 IPos cur_match; /* current match */ 1284 Assert(cur_match < s->strstart, "no future"); 1285 match = s->window + cur_match; 1362 s->match_start = cur_match; 1372 } while ((cur_match = prev[cur_match & wmask]) > limit 1385 local uInt longest_match(s, cur_match) in longest_match() argument 1387 IPos cur_match; /* current match */ [all …]
|
/external/angle/third_party/zlib/ |
D | deflate.c | 107 uInt longest_match OF((deflate_state *s, IPos cur_match)); 109 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1281 local uInt longest_match(s, cur_match) in longest_match() argument 1283 IPos cur_match; /* current match */ 1329 Assert(cur_match < s->strstart, "no future"); 1330 match = s->window + cur_match; 1425 s->match_start = cur_match; 1435 } while ((cur_match = prev[cur_match & wmask]) > limit 1448 local uInt longest_match(s, cur_match) in longest_match() argument 1450 IPos cur_match; /* current match */ [all …]
|