Home
last modified time | relevance | path

Searched refs:matched_ref (Results 1 – 20 of 20) sorted by relevance

/dports/misc/visp/visp-3.4.0/tutorial/detection/matching/
H A Dtutorial-matching-surf-homography-deprecated.cpp80 vpImagePoint matched_ref, matched_cur; in main() local
81 surf.getMatchedPoints(i, matched_ref, matched_cur); in main()
83 vpPixelMeterConversion::convertPoint(cam, matched_ref, mPref_x[i], mPref_y[i]); in main()
88 iPref[i] = matched_ref; in main()
/dports/biology/ncbi-toolkit/ncbi/asnlib/
H A Dasnlex.c1332 Boolean started = FALSE, matched_ref = FALSE; in AsnLexScan() local
1394 if (matched_ref) in AsnLexScan()
1403 matched_ref = FALSE; in AsnLexScan()
1415 matched_ref = TRUE; in AsnLexScan()
1417 matched_ref = FALSE; in AsnLexScan()
1420 matched_ref = FALSE; in AsnLexScan()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dremote.h157 int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);
H A Dremote.c869 struct ref **matched_ref) in count_refspec_match() argument
912 if (matched_ref) in count_refspec_match()
913 *matched_ref = matched_weak; in count_refspec_match()
917 if (matched_ref) in count_refspec_match()
918 *matched_ref = matched; in count_refspec_match()
/dports/devel/git-gui/git-2.34.1/
H A Dremote.h177 int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);
H A Dremote.c949 struct ref **matched_ref) in count_refspec_match() argument
992 if (matched_ref) in count_refspec_match()
993 *matched_ref = matched_weak; in count_refspec_match()
997 if (matched_ref) in count_refspec_match()
998 *matched_ref = matched; in count_refspec_match()
/dports/devel/git-p4/git-2.34.1/
H A Dremote.h177 int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);
H A Dremote.c949 struct ref **matched_ref) in count_refspec_match() argument
992 if (matched_ref) in count_refspec_match()
993 *matched_ref = matched_weak; in count_refspec_match()
997 if (matched_ref) in count_refspec_match()
998 *matched_ref = matched; in count_refspec_match()
/dports/devel/git-svn/git-2.34.1/
H A Dremote.h177 int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);
H A Dremote.c949 struct ref **matched_ref) in count_refspec_match() argument
992 if (matched_ref) in count_refspec_match()
993 *matched_ref = matched_weak; in count_refspec_match()
997 if (matched_ref) in count_refspec_match()
998 *matched_ref = matched; in count_refspec_match()
/dports/devel/git/git-2.34.1/
H A Dremote.h177 int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);
H A Dremote.c949 struct ref **matched_ref) in count_refspec_match() argument
992 if (matched_ref) in count_refspec_match()
993 *matched_ref = matched_weak; in count_refspec_match()
997 if (matched_ref) in count_refspec_match()
998 *matched_ref = matched; in count_refspec_match()
/dports/devel/git-cvs/git-2.34.1/
H A Dremote.h177 int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);
H A Dremote.c949 struct ref **matched_ref) in count_refspec_match() argument
992 if (matched_ref) in count_refspec_match()
993 *matched_ref = matched_weak; in count_refspec_match()
997 if (matched_ref) in count_refspec_match()
998 *matched_ref = matched; in count_refspec_match()
/dports/devel/git-p4/git-2.34.1/gitweb/
H A Dgitweb.perl2649 my $matched_ref = 0;
2665 $matched_ref = $ref;
2680 $res{'hash'} = (defined $branch ? "refs/$matched_ref/$branch" : undef);
/dports/devel/git-svn/git-2.34.1/gitweb/
H A Dgitweb.perl2649 my $matched_ref = 0;
2665 $matched_ref = $ref;
2680 $res{'hash'} = (defined $branch ? "refs/$matched_ref/$branch" : undef);
/dports/devel/git-gui/git-2.34.1/gitweb/
H A Dgitweb.perl2649 my $matched_ref = 0;
2665 $matched_ref = $ref;
2680 $res{'hash'} = (defined $branch ? "refs/$matched_ref/$branch" : undef);
/dports/devel/git/git-2.34.1/gitweb/
H A Dgitweb.perl2649 my $matched_ref = 0;
2665 $matched_ref = $ref;
2680 $res{'hash'} = (defined $branch ? "refs/$matched_ref/$branch" : undef);
/dports/devel/git-cvs/git-2.34.1/gitweb/
H A Dgitweb.perl2649 my $matched_ref = 0;
2665 $matched_ref = $ref;
2680 $res{'hash'} = (defined $branch ? "refs/$matched_ref/$branch" : undef);
/dports/devel/cgit/cgit-1.2.3/git/gitweb/
H A Dgitweb.perl2626 my $matched_ref = 0;
2642 $matched_ref = $ref;
2657 $res{'hash'} = (defined $branch ? "refs/$matched_ref/$branch" : undef);