Home
last modified time | relevance | path

Searched refs:minmatch (Results 1 – 25 of 144) sorted by relevance

123456

/dports/archivers/szip/szip-1.12b_2/
H A Dqsort_u4.c126 lomm = num-minmatch; in qsort_u4()
127 himm = num-minmatch; in qsort_u4()
128 ml = num-minmatch; in qsort_u4()
140 } while (loguy <= hi && qscompare(*loguy-minmatch,*lo-minmatch,data,&ml) <= 0); in qsort_u4()
148 } while (higuy > lo && qscompare(*higuy-minmatch,*lo-minmatch,data,&ml ) >= 0); in qsort_u4()
192 mm[stkptr] = lomm+minmatch; in qsort_u4()
198 minmatch += himm; in qsort_u4()
206 mm[stkptr] = himm+minmatch; in qsort_u4()
212 minmatch += lomm; in qsort_u4()
225 minmatch = mm[stkptr]; in qsort_u4()
[all …]
/dports/archivers/py-zstandard/zstandard-0.16.0/tests/
H A Dtest_data_structures_fuzzing.py63 minmatch, argument
72 min_match=minmatch,
92 minmatch, argument
96 if minmatch == zstd.MINMATCH_MIN and strategy in (
100 minmatch += 1
101 elif minmatch == zstd.MINMATCH_MAX and strategy != zstd.STRATEGY_FAST:
102 minmatch -= 1
109 min_match=minmatch,
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/tests/
H A Dtest_data_structures_fuzzing.py71 minmatch, argument
80 min_match=minmatch,
100 minmatch, argument
104 if minmatch == zstd.MINMATCH_MIN and strategy in (
108 minmatch += 1
109 elif minmatch == zstd.MINMATCH_MAX and strategy != zstd.STRATEGY_FAST:
110 minmatch -= 1
117 min_match=minmatch,
/dports/www/gitea/gitea-1.16.5/modules/charset/
H A Dcharset_test.go117minmatch := []byte{0x48, 0x6F, 0x6C, 0x61, 0x2C, 0x20, 0x61, 0x73, 0xC3, 0xAD, 0x20, 0x63, 0xC3, 0…
121 assert.Equal(t, minmatch, res[0:len(minmatch)])
125 assert.Equal(t, minmatch, res[0:len(minmatch)])
206minmatch := []byte{0x48, 0x6F, 0x6C, 0x61, 0x2C, 0x20, 0x61, 0x73, 0xC3, 0xAD, 0x20, 0x63, 0xC3, 0…
210 assert.Equal(t, minmatch, res[0:len(minmatch)])
214 assert.Equal(t, minmatch, res[0:len(minmatch)])
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/regex/
H A Dregsubcomp.c48 int minmatch; in regsubflags() local
52 minmatch = pm ? *pm : 0; in regsubflags()
64 if (minmatch) in regsubflags()
70 minmatch = c - '0'; in regsubflags()
72 minmatch = minmatch * 10 + *s++ - '0'; in regsubflags()
98 *pm = minmatch; in regsubflags()
109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flag… in regsubcomp() argument
185 if (n = regsubflags(p, s, &e, d, map, &minmatch, &flags)) in regsubcomp()
354 sub->re_min = minmatch; in regsubcomp()
/dports/shells/ksh93/ast-93u/src/lib/libast/regex/
H A Dregsubcomp.c48 int minmatch; in regsubflags() local
52 minmatch = pm ? *pm : 0; in regsubflags()
64 if (minmatch) in regsubflags()
70 minmatch = c - '0'; in regsubflags()
72 minmatch = minmatch * 10 + *s++ - '0'; in regsubflags()
98 *pm = minmatch; in regsubflags()
109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flag… in regsubcomp() argument
185 if (n = regsubflags(p, s, &e, d, map, &minmatch, &flags)) in regsubcomp()
354 sub->re_min = minmatch; in regsubcomp()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/regex/
H A Dregsubcomp.c48 int minmatch; in regsubflags() local
52 minmatch = pm ? *pm : 0; in regsubflags()
64 if (minmatch) in regsubflags()
70 minmatch = c - '0'; in regsubflags()
72 minmatch = minmatch * 10 + *s++ - '0'; in regsubflags()
98 *pm = minmatch; in regsubflags()
109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flag… in regsubcomp() argument
185 if (n = regsubflags(p, s, &e, d, map, &minmatch, &flags)) in regsubcomp()
354 sub->re_min = minmatch; in regsubcomp()
/dports/math/PDL/PDL-2.019/Basic/
H A DOptions.pm134 $opt->minmatch(1);
556 sub minmatch { subroutine
857 my ($casesens, $minmatch);
860 $minmatch = $self->minmatch;
863 $minmatch = $self->minmatchtrans;
881 if ($#result == -1 && $minmatch) {
901 if ($#result == -1 && $minmatch) {
/dports/editors/jove/jove/
H A Dask.c439 minmatch = 0, local
451 minmatch = numfound == 0
454 : min(minmatch, numcompcase(dir_vec[lastmatch], dir_vec[i]));
456 : min(minmatch, numcomp(dir_vec[lastmatch], dir_vec[i]));
473 if (minmatch > (int)strlen(fc_filebase)) {
474 if (minmatch >= LBSIZE - (fc_filebase - linebuf))
477 null_ncpy(fc_filebase, dir_vec[lastmatch], (size_t) minmatch);
H A Dextend.c433 minmatch = 1000, /* init with dummy to placate picky compilers */ local
460 minmatch = numfound == 0
462 : min(minmatch, numcomp(Possible[lastmatch], Possible[i]));
502 null_ncpy(linebuf, Possible[lastmatch], (size_t) minmatch);
504 if (c == '\r' || minmatch == len) {
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/query/
H A Dcompound.py295 def __init__(self, subqueries, boost=1.0, minmatch=0, scale=None): argument
309 self.minmatch = minmatch
316 if self.minmatch:
317 r += u(">%s") % self.minmatch
325 norm.minmatch = self.minmatch
368 return cls(subs, boost=self.boost, minmatch=self.minmatch,
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dimage_tile149 my $minmatch = undef;
202 if (!defined($minmatch) || $match < $minmatch) {
203 $minmatch = $match;
/dports/games/ldmud/ldmud-3.3.720/doc/efun.de/
H A Dsscanf.de13 %[+][!|~][<size>[.<minmatch>]]<type>
24 <size> ist die erwartete Feldgroesse, <minmatch> die verlangte
26 Strings und 1 fuer Nummern). Sowohl <size> als auch <minmatch> kann
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/consed_project/edit_dir/
H A Dtest_project.screen.out1 /usr/local/genome/bin/cross_match test_project.fasta /etc/phredphrap/vectors -minmatch 12 -penalty …
24 minmatch: 12, maxmatch: 12, max_group_size: 20, minscore: 20, bandwidth: 14, indexwordsize: 10
H A Dtest_project_to_alu.cross1 …cross_match test_project.contigs /usr/local/genome/lib/screenLibs/repeats.fasta -tags -minmatch 10
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/examples/
H A Dexample_optimize_png.cpp99 state.encoder.zlibsettings.minmatch = minmatches[j]; in main()
114 bestminmatch = state.encoder.zlibsettings.minmatch; in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/examples/
H A Dexample_optimize_png.cpp99 state.encoder.zlibsettings.minmatch = minmatches[j]; in main()
114 bestminmatch = state.encoder.zlibsettings.minmatch; in main()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/examples/
H A Dexample_optimize_png.cpp99 state.encoder.zlibsettings.minmatch = minmatches[j]; in main()
114 bestminmatch = state.encoder.zlibsettings.minmatch; in main()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_match.c199 enum match_type minmatch = min_match_level(token->type); in command_match_r() local
219 fprintf(stdout, "min: %d - ", minmatch); in command_match_r()
234 if (mt >= minmatch) in command_match_r()
240 if (match_token(token, input_token) < minmatch) in command_match_r()
394 enum match_type minmatch = min_match_level(token->type); in command_complete() local
429 } else if (matchtype >= minmatch) in command_complete()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_match.c199 enum match_type minmatch = min_match_level(token->type); in command_match_r() local
219 fprintf(stdout, "min: %d - ", minmatch); in command_match_r()
234 if (mt >= minmatch) in command_match_r()
240 if (match_token(token, input_token) < minmatch) in command_match_r()
394 enum match_type minmatch = min_match_level(token->type); in command_complete() local
429 } else if (matchtype >= minmatch) in command_complete()
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_match.c1367 int minmatch; in match_complete() local
1411 minmatch = slen; in match_complete()
1425 minmatch = strlen(co->co_command); in match_complete()
1436 minmatch = MIN(minmatch, j); in match_complete()
1444 while (strlen(*stringp) + minmatch - slen >= *slenp){ in match_complete()
1450 strncat(string, &co1->co_command[slen], minmatch-slen); in match_complete()
1451 append = append || minmatch-slen; in match_complete()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/examples/
H A Dalign.rb8 o = Mummer::Options.new.minmatch(10).mincluster(10)
H A Dalign.pl26 $o->minmatch(10);
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dkmerhash.cc228 int minmatch = MAX(1, diag_len - k + 1 - k * MAX(diag_len / 20, 0)); in kh_find_best_diagonal() local
231 if (c >= minmatch) { in kh_find_best_diagonal()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dunicharmap.h53 int minmatch(const char *const unichar_repr) const;

123456