Home
last modified time | relevance | path

Searched refs:max_gap (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dmerge_parts.pm18 max_gap => [
32 my $max_gap = $self->max_gap;
57 if ($gap > $max_gap) {
81 sub max_gap { subroutine
83 $self->panel->{max_gap} ||= $self->option('max_gap');
84 return $self->panel->{max_gap} || $self->calculate_max_gap;
93 my $max_gap = ($segment_length/10000)*($segment_length/500);
95 $self->panel->{max_gap} = $max_gap;
97 return $max_gap;
/dports/security/yara/yara-4.1.1/tests/
H A Dtest-re-split.c48 int32_t max_gap; in main() local
58 yr_re_ast_split_at_chaining_point(re_ast, &re_ast_remain, &min_gap, &max_gap); in main()
63 assert(max_gap == 300); in main()
68 yr_re_ast_split_at_chaining_point(re_ast, &re_ast_remain, &min_gap, &max_gap); in main()
73 assert(max_gap == 400); in main()
78 yr_re_ast_split_at_chaining_point(re_ast, &re_ast_remain, &min_gap, &max_gap); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/mm/
H A Dcontig.c165 u64 *max_gap = arg; in find_largest_hole() local
171 if (*max_gap < (start - last_end)) in find_largest_hole()
172 *max_gap = start - last_end; in find_largest_hole()
179 unsigned long max_gap; in verify_gap_absence() local
182 efi_memmap_walk(find_largest_hole, (u64 *)&max_gap); in verify_gap_absence()
183 if (max_gap >= SZ_1G) in verify_gap_absence()
186 (max_gap >> 20)); in verify_gap_absence()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/mm/
H A Dcontig.c165 u64 *max_gap = arg; in find_largest_hole() local
171 if (*max_gap < (start - last_end)) in find_largest_hole()
172 *max_gap = start - last_end; in find_largest_hole()
179 unsigned long max_gap; in verify_gap_absence() local
182 efi_memmap_walk(find_largest_hole, (u64 *)&max_gap); in verify_gap_absence()
183 if (max_gap >= SZ_1G) in verify_gap_absence()
186 (max_gap >> 20)); in verify_gap_absence()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/mm/
H A Dcontig.c165 u64 *max_gap = arg; in find_largest_hole() local
171 if (*max_gap < (start - last_end)) in find_largest_hole()
172 *max_gap = start - last_end; in find_largest_hole()
179 unsigned long max_gap; in verify_gap_absence() local
182 efi_memmap_walk(find_largest_hole, (u64 *)&max_gap); in verify_gap_absence()
183 if (max_gap >= SZ_1G) in verify_gap_absence()
186 (max_gap >> 20)); in verify_gap_absence()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java53 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
60 if (matchIsOrdered(max_gap)) { in SWITCH()
61 fillup(max_gap, target); in SWITCH()
75 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
76 final int max_size = match_length + match_length * max_gap; in fillup()
140 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
142 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java53 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
60 if (matchIsOrdered(max_gap)) { in SWITCH()
61 fillup(max_gap, target); in SWITCH()
75 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
76 final int max_size = match_length + match_length * max_gap; in fillup()
140 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
142 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java53 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
60 if (matchIsOrdered(max_gap)) { in SWITCH()
61 fillup(max_gap, target); in SWITCH()
75 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
76 final int max_size = match_length + match_length * max_gap; in fillup()
140 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
142 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java53 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
60 if (matchIsOrdered(max_gap)) { in SWITCH()
61 fillup(max_gap, target); in SWITCH()
75 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
76 final int max_size = match_length + match_length * max_gap; in fillup()
140 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
142 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java54 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
61 if (matchIsOrdered(max_gap)) { in SWITCH()
62 fillup(max_gap, target); in SWITCH()
76 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
77 final int max_size = match_length + match_length * max_gap; in fillup()
141 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
143 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java53 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
60 if (matchIsOrdered(max_gap)) { in SWITCH()
61 fillup(max_gap, target); in SWITCH()
75 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
76 final int max_size = match_length + match_length * max_gap; in fillup()
140 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
142 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java54 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
61 if (matchIsOrdered(max_gap)) { in SWITCH()
62 fillup(max_gap, target); in SWITCH()
76 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
77 final int max_size = match_length + match_length * max_gap; in fillup()
141 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
143 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java53 …nt[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) { in SWITCH() argument
60 if (matchIsOrdered(max_gap)) { in SWITCH()
61 fillup(max_gap, target); in SWITCH()
75 private void fillup( final int max_gap, final InstructionHandle target ) { in fillup() argument
76 final int max_size = matchLength + matchLength * max_gap; in fillup()
140 private boolean matchIsOrdered( final int max_gap ) { in matchIsOrdered() argument
142 if (match[i] - match[i - 1] > max_gap) { in matchIsOrdered()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java90 InstructionHandle target, int max_gap) { in SWITCH() argument
99 if(matchIsOrdered(max_gap)) { in SWITCH()
100 fillup(max_gap, target); in SWITCH()
114 private final void fillup(int max_gap, InstructionHandle target) { in fillup() argument
115 int max_size = match_length + match_length * max_gap; in fillup()
171 private final boolean matchIsOrdered(int max_gap) { in matchIsOrdered() argument
173 if(match[i] - match[i-1] > max_gap) in matchIsOrdered()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java90 InstructionHandle target, int max_gap) { in SWITCH() argument
99 if(matchIsOrdered(max_gap)) { in SWITCH()
100 fillup(max_gap, target); in SWITCH()
114 private final void fillup(int max_gap, InstructionHandle target) { in fillup() argument
115 int max_size = match_length + match_length * max_gap; in fillup()
171 private final boolean matchIsOrdered(int max_gap) { in matchIsOrdered() argument
173 if(match[i] - match[i-1] > max_gap) in matchIsOrdered()
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/
H A Dparquet.py27 max_gap=64_000, argument
118 max_gap=max_gap,
149 max_gap=64_000, argument
176 max_gap=max_gap,
271 max_gap=max_gap,
296 max_gap=64_000, argument
317 max_gap=max_gap,
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dflushcache.c28 static uptr max_gap; variable
50 if (addr > last_end && addr - last_end < max_gap) { in S_record_code_mod()
77 max_gap = S_flushcache_max_gap(); in S_flushcache_init()
78 if (max_gap < (uptr)(code_data_disp + byte_alignment)) { in S_flushcache_init()
79 max_gap = (uptr)(code_data_disp + byte_alignment); in S_flushcache_init()
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dflushcache.c28 static uptr max_gap; variable
50 if (addr > last_end && addr - last_end < max_gap) { in S_record_code_mod()
77 max_gap = S_flushcache_max_gap(); in S_flushcache_init()
78 if (max_gap < (uptr)(code_data_disp + byte_alignment)) { in S_flushcache_init()
79 max_gap = (uptr)(code_data_disp + byte_alignment); in S_flushcache_init()
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dflushcache.c28 static uptr max_gap; variable
50 if (addr > last_end && addr - last_end < max_gap) { in S_record_code_mod()
77 max_gap = S_flushcache_max_gap(); in S_flushcache_init()
78 if (max_gap < (uptr)(code_data_disp + byte_alignment)) { in S_flushcache_init()
79 max_gap = (uptr)(code_data_disp + byte_alignment); in S_flushcache_init()
/dports/biology/primer3/primer3-2.3.6/src/
H A Ddpal.c135 a->max_gap = 1; in set_dpal_args()
153 a->max_gap = 3; in dpal_set_default_nt_args()
369 register int gap = in->gap, gapl = in->gapl, max_gap = in->max_gap; in _dpal_generic() local
441 if (1 == max_gap) { in _dpal_generic()
456 mg=(max_gap+1>i||max_gap<0)?i:max_gap+1; in _dpal_generic()
469 mg=(max_gap+1>j||max_gap<0)?j:max_gap+1; in _dpal_generic()
595 register int gap = in->gap, gapl = in->gapl, max_gap = in->max_gap; in _dpal_long_nopath_generic() local
614 for(i=0; i<max_gap+2; i++){ in _dpal_long_nopath_generic()
666 mgy=(max_gap+1>j||max_gap<0)?j:max_gap+1; in _dpal_long_nopath_generic()
680 mg=(max_gap+1>i||max_gap<0)?i:max_gap+1; in _dpal_long_nopath_generic()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/primer3/src/primer3_core/
H A Ddpal.c145 a->max_gap = 3;
377 register int gap = in->gap, gapl = in->gapl, max_gap = in->max_gap; local
449 if (1 == max_gap) {
462 } else if (max_gap > 1) {
464 mg=(max_gap+1>i||max_gap<0)?i:max_gap+1;
477 mg=(max_gap+1>j||max_gap<0)?j:max_gap+1;
605 register int gap = in->gap, gapl = in->gapl, max_gap = in->max_gap; local
624 for(i=0; i<max_gap+2; i++){
676 mgy=(max_gap+1>j||max_gap<0)?j:max_gap+1;
690 mg=(max_gap+1>i||max_gap<0)?i:max_gap+1;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dstroke_data.cc137 float max_gap = in SelectBestDashGap() local
139 return (max_gap <= 0) || in SelectBestDashGap()
140 (fabs(min_gap - gap_length) < fabs(max_gap - gap_length)) in SelectBestDashGap()
142 : max_gap; in SelectBestDashGap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dstroke_data.cc137 float max_gap = in SelectBestDashGap() local
139 return (max_gap <= 0) || in SelectBestDashGap()
140 (fabs(min_gap - gap_length) < fabs(max_gap - gap_length)) in SelectBestDashGap()
142 : max_gap; in SelectBestDashGap()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DInsetOrderOptimizer.cpp14 …sed_inset, const std::vector<ConstPolygonPointer>& possible_enclosing_polys, const coord_t max_gap) in findAdjacentEnclosingPoly() argument
21 …sing, enclosed_inset) && PolygonUtils::polygonOutlinesAdjacent(enclosed_inset, enclosing, max_gap)) in findAdjacentEnclosingPoly()
77 …const coord_t max_gap = std::max(wall_line_width_0, wall_line_width_x) * 1.1f; // if polys are clo… in processHoleInsets() local
171 …jacent_enclosing_poly_idx = findAdjacentEnclosingPoly(hole_outer_wall[0], inset_polys[1], max_gap); in processHoleInsets()
183 … if (PolygonUtils::polygonOutlinesAdjacent(inset[0], *inset_polys[0][0], max_gap)) in processHoleInsets()
195 … if (PolygonUtils::polygonOutlinesAdjacent(inset[0], *inset_polys[0][outline_index], max_gap) || in processHoleInsets()
196 … PolygonUtils::polygonOutlinesAdjacent(*inset_polys[0][outline_index], inset[0], max_gap)) in processHoleInsets()
219 …tils::findAdjacentPolygons(hole_level_1_wall_indices, hole_outer_wall[0], inset_polys[1], max_gap); in processHoleInsets()
301 …== 2 && PolygonUtils::polygonOutlinesAdjacent(*inset_polys[0][1], *inset_polys[0][0], max_gap * 4)) in processHoleInsets()
329 …== 2 && PolygonUtils::polygonOutlinesAdjacent(*inset_polys[0][1], *inset_polys[0][0], max_gap * 2)) in processHoleInsets()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/strategies/spherical/
H A Denvelope_multipoint.hpp127 Value max_gap = max_gap_right - max_gap_left; in maximum_gap() local
131 if (math::larger(gap, max_gap)) in maximum_gap()
135 max_gap = gap; in maximum_gap()
139 return max_gap; in maximum_gap()
174 CoordinateType max_gap in get_min_max_longitudes() local
180 if (math::larger(max_gap, complement_gap)) in get_min_max_longitudes()

12345678910