Home
last modified time | relevance | path

Searched refs:max_matched (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/tm/tm-0.4.1/
H A Dfilter.c111 int max_matched; in filter_stream() local
115 max_matched = fr->fbuffer_len; in filter_stream()
119 int old_max_matched = max_matched; in filter_stream()
121 max_matched = 0; in filter_stream()
128 max_matched = max(max_matched, ff->matched); in filter_stream()
140 ipos += max_matched; in filter_stream()
141 max_matched = 0; in filter_stream()
152 if (max_matched > fr->fbuffer_allocated) in filter_stream()
162 size_cpy = max_matched; in filter_stream()
163 start_new_data = len - max_matched; in filter_stream()
[all …]
/dports/devel/patch/patch-2.7.6/src/
H A Dmerge.c57 lin where = first_guess, max_matched = 0; in locate_merge() local
107 if (changes <= max && max_matched < last - guess) in locate_merge()
109 max_matched = last - guess; in locate_merge()
126 if (changes <= max && max_matched < last - guess) in locate_merge()
128 max_matched = last - guess; in locate_merge()
144 format_linenum (numbuf1, max_matched), in locate_merge()
149 *matched = max_matched; in locate_merge()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcris-tdep.c1489 int max_matched = -1; in find_cris_op() local
1504 max_matched = i; in find_cris_op()
1515 return max_matched; in find_cris_op()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcris-tdep.c1489 int max_matched = -1; in find_cris_op() local
1504 max_matched = i; in find_cris_op()
1515 return max_matched; in find_cris_op()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcris-tdep.c2026 int max_matched = -1; in find_cris_op() local
2043 max_matched = i; in find_cris_op()
2054 return max_matched; in find_cris_op()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcris-tdep.c1921 int max_matched = -1; in find_cris_op() local
1938 max_matched = i; in find_cris_op()
1949 return max_matched; in find_cris_op()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcris-tdep.c1976 int max_matched = -1; in find_cris_op() local
1993 max_matched = i; in find_cris_op()
2004 return max_matched; in find_cris_op()
/dports/cad/yosys/yosys-yosys-0.12/libs/ezsat/
H A Dezsat.cc1556 int max_matched = vec_reduce_or(match_max); in manyhot() local
1558 return AND(min_matched, NOT(max_matched)); in manyhot()