Home
last modified time | relevance | path

Searched refs:nilNode (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/imgproc/detail/
H A Dgcgraph.hpp161 Vtx stub, *nilNode = &stub, *first = nilNode, *last = nilNode; in maxFlow() local
163 stub.next = nilNode; in maxFlow()
185 last->next = nilNode; in maxFlow()
186 nilNode->next = 0; in maxFlow()
197 while( first != nilNode ) in maxFlow()
216 u->next = nilNode; in maxFlow()
369 u->next = nilNode; in maxFlow()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xphoto/src/
H A Dgcgraph.hpp157 Vtx stub, *nilNode = &stub, *first = nilNode, *last = nilNode; in maxFlow() local
159 stub.next = nilNode; in maxFlow()
181 last->next = nilNode; in maxFlow()
182 nilNode->next = 0; in maxFlow()
193 while( first != nilNode ) in maxFlow()
212 u->next = nilNode; in maxFlow()
365 u->next = nilNode; in maxFlow()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/StackExchange/mof/
H A Dnode.go130 type nilNode struct { struct
135 func newNil(pos pos) *nilNode {
136 return &nilNode{nodeType: nodeNil, pos: pos}
139 func (b *nilNode) Value() interface{} { argument
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3basetreeadaptor.c44 static pANTLR3_BASE_TREE nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor);
86 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR)) in antlr3BaseTreeAdaptorInit()
87 nilNode; in antlr3BaseTreeAdaptorInit()
107 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR)) in antlr3BaseTreeAdaptorInit()
441 nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor) in nilNode() function
H A Dantlr3commontree.c493 pANTLR3_STRING nilNode; in toString() local
495 nilNode = tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3); in toString()
497 return nilNode; in toString()
H A Dantlr3commontreenodestream.c476 ANTLR3_BOOLEAN nilNode; in fillBuffer() local
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t); in fillBuffer()
485 if (nilNode == ANTLR3_FALSE) in fillBuffer()
495 if (nilNode == ANTLR3_FALSE && nCount>0) in fillBuffer()
512 if (nilNode == ANTLR3_FALSE && nCount > 0) in fillBuffer()
H A Dantlr3debughandlers.c80 static void nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
130 delboy->nilNode = nilNode; in antlr3DebugListenerNew()
908 nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t) in nilNode() function
/dports/devel/libantlr3c/libantlr3c-3.4/include/
H A Dantlr3debugeventlistener.h328 void (*nilNode) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t); member
H A Dantlr3basetreeadaptor.h73 void * (*nilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member
/dports/www/xist/ll-xist-5.34/src/antlr3/
H A Ddebug.py276 self.dbg.nilNode(node)
659 def nilNode(self, t): member in DebugEventListener
791 def nilNode(self, t): member in TraceDebugEventListener
1068 def nilNode(self, t): member in DebugEventSocketProxy
/dports/devel/libantlr3c/libantlr3c-3.4/
H A DChangeLog61 (in the case of rewrtie streams), where the nilNode was just a temporary
64 In these cases we can see that the nilNode would just be left ot rot in
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.110509 * BinaryTree.m, RBTree (nilNode): Added. Now using this sentinal