/external/elfutils/0.153/libdw/ |
D | dwarf_getsrc_file.c | 74 size_t cur_match = 0; in dwarf_getsrc_file() local 138 for (inner = 0; inner < cur_match; ++inner) in dwarf_getsrc_file() 142 if (inner < cur_match in dwarf_getsrc_file() 159 if (cur_match < max_match) in dwarf_getsrc_file() 161 if (cur_match == act_match) in dwarf_getsrc_file() 177 match[cur_match++] = line; in dwarf_getsrc_file() 183 if (cur_match == max_match) in dwarf_getsrc_file() 187 if (cur_match > 0) in dwarf_getsrc_file() 191 *nsrcs = cur_match; in dwarf_getsrc_file()
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_module_getsrc_file.c | 73 size_t cur_match = 0; in dwfl_module_getsrc_file() local 132 for (inner = 0; inner < cur_match; ++inner) in dwfl_module_getsrc_file() 136 if (inner < cur_match in dwfl_module_getsrc_file() 153 if (cur_match < max_match) in dwfl_module_getsrc_file() 155 if (cur_match == act_match) in dwfl_module_getsrc_file() 171 match[cur_match++] = &cu->lines->idx[cnt]; in dwfl_module_getsrc_file() 176 if (cur_match > 0) in dwfl_module_getsrc_file() 180 *nsrcs = cur_match; in dwfl_module_getsrc_file()
|
/external/chromium_org/third_party/zlib/ |
D | mixed-source.patch | 29 - uInt longest_match OF((deflate_state *s, IPos cur_match)); 30 + uInt longest_match OF((deflate_state *s, IPos cur_match, int clas)); 32 -local uInt longest_match OF((deflate_state *s, IPos cur_match)); 33 +local uInt longest_match OF((deflate_state *s, IPos cur_match, int clas)); 156 -local uInt longest_match(s, cur_match) 157 +local uInt longest_match(s, cur_match, clas) 159 IPos cur_match; /* current match */ 164 @@ -1110,6 +1186,9 @@ local uInt longest_match(s, cur_match) 166 Assert(cur_match < s->strstart, "no future"); 167 match = s->window + cur_match; [all …]
|
D | deflate.c | 91 uInt longest_match OF((deflate_state *s, IPos cur_match, int clas)); 93 local uInt longest_match OF((deflate_state *s, IPos cur_match, int clas)); 1138 local uInt longest_match(s, cur_match, clas) in longest_match() argument 1140 IPos cur_match; /* current match */ 1187 Assert(cur_match < s->strstart, "no future"); 1188 match = s->window + cur_match; 1190 if (s->class_bitmap && class_at(s, cur_match) != clas) 1278 s->match_start = cur_match; 1288 } while ((cur_match = prev[cur_match & wmask]) > limit 1352 local uInt longest_match(s, cur_match, clas) in longest_match() argument [all …]
|
/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 | 29 define i32 @longest_match(%struct.internal_state* nocapture %s, i32 %cur_match) nounwind { 84 %cur_match.addr.0 = phi i32 [ %conv128, %land.rhs131 ], [ %cur_match, %entry ] 87 %idx.ext23 = zext i32 %cur_match.addr.0 to i64 202 store i32 %cur_match.addr.0, i32* %match_start, align 4 222 %and = and i32 %cur_match.addr.0, %7
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
D | opt-gvmat64.asm | 3 ; IPos cur_match); /* current match */ 36 ;uInt longest_match(s, cur_match) 38 ; IPos cur_match; /* current match */ 169 ;;; Retrieve the function arguments. r8d will hold cur_match
|
/external/qemu/distrib/zlib-1.2.8/ |
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)); 1148 local uInt longest_match(s, cur_match) in longest_match() argument 1150 IPos cur_match; /* current match */ 1196 Assert(cur_match < s->strstart, "no future"); 1197 match = s->window + cur_match; 1274 s->match_start = cur_match; 1284 } while ((cur_match = prev[cur_match & wmask]) > limit 1297 local uInt longest_match(s, cur_match) in longest_match() argument 1299 IPos cur_match; /* current match */ [all …]
|
/external/zlib/src/ |
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)); 1148 local uInt longest_match(s, cur_match) in longest_match() argument 1150 IPos cur_match; /* current match */ 1196 Assert(cur_match < s->strstart, "no future"); 1197 match = s->window + cur_match; 1274 s->match_start = cur_match; 1284 } while ((cur_match = prev[cur_match & wmask]) > limit 1297 local uInt longest_match(s, cur_match) in longest_match() argument 1299 IPos cur_match; /* current match */ [all …]
|
/external/zlib/src/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/zlib/src/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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_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)); 1149 IPos cur_match) /* current match */ in longest_match() argument 1195 Assert(cur_match < s->strstart, "no future"); in longest_match() 1196 match = s->window + cur_match; in longest_match() 1273 s->match_start = cur_match; in longest_match() 1283 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match() 1298 IPos cur_match) /* current match */ in longest_match() argument 1312 Assert(cur_match < s->strstart, "no future"); in longest_match() 1314 match = s->window + cur_match; in longest_match() [all …]
|