Home
last modified time | relevance | path

Searched defs:queryFrame (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-incl.h1640 struct queryFrame struct
1641 { uintptr_t magic; /* Magic code for security */
1666 QueryFrame parent; /* Parent queryFrame */ argument
1667 struct choice choice; /* First (dummy) choice-point */
1668 LocalFrame saved_environment; /* Parent local-frame */
1671 struct localFrame top_frame; /* The (dummy) top local frame */
1672 struct localFrame frame; /* The initial frame */
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_avfoundation.mm305 IplImage* CvCaptureCAM::queryFrame() { function
/dports/biology/seqan1/seqan-1.3.1/seqan/blast/
H A Dblast_hsp.h1633 queryFrame(BlastHsp<ProteinBlast<TSpec>, FullInfo>& blastHsp) in queryFrame() function