Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getsrc_file.c53 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/
Ddwfl_module_getsrc_file.c70 size_t cur_match = 0; in dwfl_module_getsrc_file() local
116 for (inner = 0; inner < cur_match; ++inner) in dwfl_module_getsrc_file()
120 if (inner < cur_match in dwfl_module_getsrc_file()
137 if (cur_match < max_match) in dwfl_module_getsrc_file()
139 if (cur_match == act_match) in dwfl_module_getsrc_file()
155 match[cur_match++] = &cu->lines->idx[cnt]; in dwfl_module_getsrc_file()
160 if (cur_match > 0) in dwfl_module_getsrc_file()
164 *nsrcs = cur_match; in dwfl_module_getsrc_file()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfold-add.ll9 define fastcc i32 @longest_match(i32 %cur_match) nounwind {
17 %1 = zext i32 %cur_match to i64 ; <i64> [#uses=1]
/external/llvm/test/CodeGen/X86/
Dfold-add.ll9 define fastcc i32 @longest_match(i32 %cur_match) nounwind {
17 %1 = zext i32 %cur_match to i64 ; <i64> [#uses=1]
Dzlib-longest-match.ll28 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/syslinux/com32/lib/zlib/
Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1063 local uInt longest_match(s, cur_match) in longest_match() argument
1065 IPos cur_match; /* current match */
1111 Assert(cur_match < s->strstart, "no future");
1112 match = s->window + cur_match;
1189 s->match_start = cur_match;
1199 } while ((cur_match = prev[cur_match & wmask]) > limit
1212 local uInt longest_match(s, cur_match) in longest_match() argument
1214 IPos cur_match; /* current match */
[all …]
/external/python/cpython2/Modules/zlib/
Ddeflate.c90 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/
Ddeflate.c90 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/masmx86/
Dmatch686.asm37 ;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/src/contrib/masmx64/
Dgvmat64.asm3 ; 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/pdfium/third_party/zlib_v128/
Ddeflate.c90 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 …]
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dlsr-on-unrolled-loops.ll394 define i32 @longest_match(%struct.internal_state* %s, i32 %cur_match) nounwind optsize {
452 %cur_match_addr.0 = phi i32 [ %cur_match, %bb2 ], [ %90, %bb24 ] ; <i32> [#uses=14]