Home
last modified time | relevance | path

Searched refs:cur_match (Results 1 – 15 of 15) 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.c74 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dgep-combine-loop-invariant.ll6 define i32 @foo(i8* nocapture readnone %match, i32 %cur_match, i32 %best_len, i32 %scan_end, i32* n…
47 %idx.ext2 = zext i32 %cur_match to i64
62 %cur_match.addr.0 = phi i32 [ %4, %land.lhs.true ]
63 %idx.ext = zext i32 %cur_match.addr.0 to i64
73 %cur_match.addr.09 = phi i32 [ %cur_match, %if.then.lr.ph ], [ %cur_match.addr.0, %do.body ]
75 %and = and i32 %cur_match.addr.09, %wmask
/external/swiftshader/third_party/llvm-7.0/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/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/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/u-boot/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));
1061 local uInt longest_match(s, cur_match) in longest_match() argument
1063 IPos cur_match; /* current match */
1109 Assert(cur_match < s->strstart, "no future");
1110 match = s->window + cur_match;
1187 s->match_start = cur_match;
1197 } while ((cur_match = prev[cur_match & wmask]) > limit
1210 local uInt longest_match(s, cur_match) in longest_match() argument
1212 IPos cur_match; /* current match */
[all …]
/external/zlib/src/
Ddeflate.c93 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/python/cpython2/Modules/zlib/
Ddeflate.c93 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/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/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/u-boot/drivers/mmc/
Domap_hsmmc.c617 u8 cur_match, prev_match = 0; in omap_hsmmc_execute_tuning() local
638 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in omap_hsmmc_execute_tuning()
640 if (cur_match) { in omap_hsmmc_execute_tuning()
654 prev_match = cur_match; in omap_hsmmc_execute_tuning()
/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]