Home
last modified time | relevance | path

Searched refs:match_idx (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/radare2/radare2-5.1.1/libr/asm/p/
H A Dasm_lm32.c15 ut8 match_idx = 0xff; in reg_number_to_string() local
19 match_idx = i; in reg_number_to_string()
24 if (match_idx == 0xff) { in reg_number_to_string()
33 ut8 match_idx = 0xff; in string_to_reg_number() local
37 match_idx = i; in string_to_reg_number()
42 if (match_idx == 0xff) return -1; in string_to_reg_number()
48 ut8 match_idx = 0xff; in string_to_csr_number() local
52 match_idx = i; in string_to_csr_number()
79 ut8 match_idx = 0xff; in csr_number_to_string() local
83 match_idx = i; in csr_number_to_string()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dlookup.cc74 match_idx, match_bool);
79 bool match_idx, bool match_bool) in do_numeric_lookup() argument
99 else if (match_idx || left_inf || right_inf) in do_numeric_lookup()
101 if (match_idx) in do_numeric_lookup()
223 bool match_idx = false; variable
231 match_idx = contains_char (opt, 'm');
238 if ((match_idx || match_bool) && (left_inf || right_inf))
240 else if (match_idx && match_bool)
270 match_idx, match_bool);
275 match_idx, match_bool);
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dae2.c435 int match_idx; in ae2_main() local
515 match_idx = 0; in ae2_main()
529 total_rows += (GLOBALS->ae2_fr[match_idx].row > 0) ? GLOBALS->ae2_fr[match_idx].row : 1; in ae2_main()
530 if(GLOBALS->ae2_fr[match_idx].row == 1) GLOBALS->ae2_fr[match_idx].row = 0; in ae2_main()
535 match_idx++; in ae2_main()
625 match_idx++; in ae2_main()
646 match_idx = 0; in ae2_main()
708 s = &monolithic_sym[match_idx]; in ae2_main()
732 s = &monolithic_sym[match_idx]; in ae2_main()
736 mx_row = (GLOBALS->ae2_fr[match_idx].row < 1) ? 1 : GLOBALS->ae2_fr[match_idx].row; in ae2_main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp38 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
39 if (match_idx < matches.size()) { in DoExecute()
40 const std::string match_str = matches[match_idx].str(); in DoExecute()
42 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp38 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
39 if (match_idx < matches.size()) { in DoExecute()
40 const std::string match_str = matches[match_idx].str(); in DoExecute()
42 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dstring.cpp131 long match_idx = (long) ptr->data; in string_replace() local
132 if(last_pos < match_idx) in string_replace()
134 memcpy(new_str + offset, str + last_pos, match_idx - last_pos); in string_replace()
135 offset += (match_idx - last_pos); in string_replace()
137 last_pos = match_idx + len_target; in string_replace()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dsyntaxhighlighter.cpp122 int match_idx, match_len, aux_len, start_col; in highlightBlock() local
222 match_idx=-1; in highlightBlock()
225 group=identifyWordGroup(word, lookahead_chr, match_idx, match_len); in highlightBlock()
229 start_col=idx + match_idx; in highlightBlock()
238 aux_len=(match_idx + match_len); in highlightBlock()
239 if(match_idx >=0 && aux_len != word.length()) in highlightBlock()
271 match_idx=0; in identifyWordGroup()
285 if(isWordMatchGroup(word, group, false, lookahead_chr, match_idx, match_len)) in identifyWordGroup()
321 match_idx=word.indexOf(expr); in isWordMatchGroup()
323 match=(match_idx >= 0); in isWordMatchGroup()
[all …]
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dx12xml.py52 match_idx = self._get_path_match_idx(last_path, cur_path)
56 match_idx -= 1
57 for i in range(len(last_path) - 1, match_idx - 1, -1):
59 for i in range(match_idx, len(cur_path)):
145 match_idx = 0
149 match_idx += 1
150 return match_idx
H A Dx12xml_simple.py58 match_idx = self._get_path_match_idx(last_path, cur_path)
61 match_idx -= 1
62 for i in range(len(last_path) - 1, match_idx - 1, -1):
64 for i in range(match_idx, len(cur_path)):
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dematch.c501 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local
506 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
507 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
513 stack[stackp++] = match_idx; in __tcf_em_tree_match()
514 match_idx = cur_match->data; in __tcf_em_tree_match()
523 match_idx++; in __tcf_em_tree_match()
528 match_idx = stack[--stackp]; in __tcf_em_tree_match()
529 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
537 match_idx++; in __tcf_em_tree_match()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dematch.c501 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local
506 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
507 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
513 stack[stackp++] = match_idx; in __tcf_em_tree_match()
514 match_idx = cur_match->data; in __tcf_em_tree_match()
523 match_idx++; in __tcf_em_tree_match()
528 match_idx = stack[--stackp]; in __tcf_em_tree_match()
529 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
537 match_idx++; in __tcf_em_tree_match()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dematch.c501 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local
506 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
507 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
513 stack[stackp++] = match_idx; in __tcf_em_tree_match()
514 match_idx = cur_match->data; in __tcf_em_tree_match()
523 match_idx++; in __tcf_em_tree_match()
528 match_idx = stack[--stackp]; in __tcf_em_tree_match()
529 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
537 match_idx++; in __tcf_em_tree_match()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-mail-headers.c62 for (i = match_idx = 0; i < count; i = j) { in index_mail_parse_header_finish()
65 while (match_idx < lines[i].field_idx && in index_mail_parse_header_finish()
66 match_idx < match_count) { in index_mail_parse_header_finish()
69 _mail->seq, match_idx)) { in index_mail_parse_header_finish()
71 i_assert((match[match_idx] & in index_mail_parse_header_finish()
76 match_idx++; in index_mail_parse_header_finish()
79 if (match_idx < match_count) { in index_mail_parse_header_finish()
84 match_idx++; in index_mail_parse_header_finish()
132 for (; match_idx < match_count; match_idx++) { in index_mail_parse_header_finish()
135 _mail->seq, match_idx)) { in index_mail_parse_header_finish()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/launcher/
H A DTooSmallStackSize.java73 int match_idx = x.indexOf(matchStr); in getMinStackAllowed() local
74 if (match_idx >= 0) { in getMinStackAllowed()
75 int size_start_idx = match_idx + matchStr.length(); in getMinStackAllowed()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/launcher/
H A DTooSmallStackSize.java73 int match_idx = x.indexOf(matchStr); in getMinStackAllowed() local
74 if (match_idx >= 0) { in getMinStackAllowed()
75 int size_start_idx = match_idx + matchStr.length(); in getMinStackAllowed()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/launcher/
H A DTooSmallStackSize.java73 int match_idx = x.indexOf(matchStr); in getMinStackAllowed() local
74 if (match_idx >= 0) { in getMinStackAllowed()
75 int size_start_idx = match_idx + matchStr.length(); in getMinStackAllowed()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/launcher/
H A DTooSmallStackSize.java73 int match_idx = x.indexOf(matchStr); in getMinStackAllowed() local
74 if (match_idx >= 0) { in getMinStackAllowed()
75 int size_start_idx = match_idx + matchStr.length(); in getMinStackAllowed()

123456