Home
last modified time | relevance | path

Searched refs:mindex (Results 251 – 275 of 482) sorted by last modified time

1...<<11121314151617181920

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K5250 http://mindex.tucows.com/winme/preview/430.html
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K5250 http://mindex.tucows.com/winme/preview/430.html
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K5250 http://mindex.tucows.com/winme/preview/430.html
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dcalc.texi9723 @mindex o
11127 @mindex M
11131 @mindex mod
11282 @mindex p
11430 @mindex [ ]
11434 @mindex ( )
16684 @mindex v p
16696 @mindex v u
18287 @mindex Q
20236 @mindex A
[all …]
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfDXCluster.pas192 mindex : Integer;
445 mindex := 1;
1391 Writeln('Spot nr. ',mindex);
/dports/devel/R-cran-diffobj/diffobj/tests/
H A Dtest-diffObj.Rout.save98 … : haracter\") at index [[2]][3…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/compress/compress-1.11.6/snappy/testdata/
H A Durls.10K5250 http://mindex.tucows.com/winme/preview/430.html
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K5250 http://mindex.tucows.com/winme/preview/430.html
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dimap.h61 char *mindex; /* Index in mail box of mail to fetch */ member
H A Dimap.c699 else if(imap->mindex) { in imap_perform_fetch()
704 imap->mindex, in imap_perform_fetch()
709 imap->mindex, in imap_perform_fetch()
1479 (imap->uid || imap->mindex || data->set.upload || in imap_done()
1501 Curl_safefree(imap->mindex); in imap_done()
1555 else if(!imap->custom && selected && (imap->uid || imap->mindex)) in imap_perform()
1562 (imap->custom || imap->uid || imap->mindex || imap->query)) in imap_perform()
2023 else if(strcasecompare(name, "MAILINDEX") && !imap->mindex) { in imap_parse_url_path()
2027 imap->mindex = value; in imap_parse_url_path()
2057 if(imap->mailbox && !imap->uid && !imap->mindex) { in imap_parse_url_path()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dhelper.c714 int mindex = (address >> pf_mdw) & ((1 << mdw) - 1); in page_table_walk_refill() local
729 int moffset = mindex << directory_shift; in page_table_walk_refill()
/dports/graphics/nanort/nanort-b1feea8/examples/par_msquare/
H A Dpar_msquares.h225 par_msquares_meshlist* mlist, int mindex) in par_msquares_get_mesh() argument
227 assert(mlist && mindex < mlist->nmeshes); in par_msquares_get_mesh()
228 return mlist->meshes[mindex]; in par_msquares_get_mesh()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Diqm.h194 … uchar *mindex = vindex ? vindex + 4*fv : NULL, *mweight = vweight ? vweight + 4*fv : NULL; in loadiqmmeshes() local
221 loopk(4) sorted = c.addweight(sorted, mweight[k], mindex[k]); in loadiqmmeshes()
223 mindex += 4; in loadiqmmeshes()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/blender_interface/
H A DBlenderFileLoader.cpp652 unsigned int mindex = 0; in insertShapeNode() local
656 marray[mindex] = new FrsMaterial(*m); in insertShapeNode()
657 ++mindex; in insertShapeNode()
/dports/x11/mlterm/mlterm-3.9.1/libind/
H A Dkeyboard.c6 int mindex, result; in a2i_binsearch() local
9 mindex = (lindex + hindex) / 2; in a2i_binsearch()
10 result = strcmp(a2i_table[mindex].ascii, word); in a2i_binsearch()
12 if (result == 0) return a2i_table[mindex].iscii; in a2i_binsearch()
13 if (result > 0) hindex = mindex; in a2i_binsearch()
14 if (result < 0) lindex = mindex + 1; in a2i_binsearch()
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_explode.c927 uint ed_v1, ed_v2, mindex = 0; in explodeMesh() local
966 mindex = totvert + totpart; in explodeMesh()
969 mindex = totvert + facepa[i]; in explodeMesh()
975 BLI_edgehash_reinsert(vertpahash, mf->v1, mindex, NULL); in explodeMesh()
976 BLI_edgehash_reinsert(vertpahash, mf->v2, mindex, NULL); in explodeMesh()
977 BLI_edgehash_reinsert(vertpahash, mf->v3, mindex, NULL); in explodeMesh()
1080 mindex = totvert + totpart; in explodeMesh()
1083 mindex = totvert + facepa[i]; in explodeMesh()
1086 source.v1 = edgecut_get(vertpahash, source.v1, mindex); in explodeMesh()
1087 source.v2 = edgecut_get(vertpahash, source.v2, mindex); in explodeMesh()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K5250 http://mindex.tucows.com/winme/preview/430.html
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/
H A DSparse.pm75 mindex => undef,
107 my ( $min, $mindex, $max, $maxdex, $sum, $sumsq, $count );
126 $min = $aref->[ $mindex = 0 ];
130 $mindex = $self->mindex();
160 $mindex = $count - 1;
165 $self->mindex($mindex);
H A DFull.pm317 sub mindex subroutine
325 my $mindex;
329 $mindex = 0;
334 $mindex = List::MoreUtils::first_index { $_ == $min } $self->get_data;
337 $self->{mindex} = $mindex;
339 return $mindex;
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/t/
H A Ddescr.t433 is( $stat1->mindex, $e_mindex, "initial mindex is correct" );
438 is( $stat1->mindex, $e_mindex, "mindex is correct after new data added" );
444 is( $stat1->mindex, 0, "mindex is correct after sorting" );
/dports/math/p5-Statistics-Descriptive/Statistics-Descriptive-3.0800/
H A DREADME61 mindex
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/md_xs/FEFF6L/
H A Dfeff6Lib.f6169 dimension mindex(natx+1)
6311 call sortir (nat+1, mindex, r)
6313 m(i,j) = mindex(j+1)-1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce.py3053 if (mindex > nindex):
3061 if (mindex > nindex):
3069 if (mindex > nindex):
3077 if (mindex > nindex):
3085 if (mindex > nindex):
3093 if (mindex > nindex):
3101 if (mindex > nindex):
3109 if (mindex > nindex):
3142 for mindex in range(len(selfcopy.summation.indexes)):
3143 if (mindex > nindex):
[all …]
/dports/devel/readline/readline-8.1/doc/
H A Dhistory.0465 …ments: a char * (string) and an int index into that string (i[…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/
H A Dworktree_status.go21 mindex "github.com/go-git/go-git/v5/utils/merkletrie/index" packageName
122 from := mindex.NewRootNode(idx)
233 to := mindex.NewRootNode(idx)

1...<<11121314151617181920