Searched refs:SplitNode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSuffixTree.cpp174 SuffixTreeNode *SplitNode = local
180 insertLeaf(*SplitNode, EndIdx, LastChar);
185 SplitNode->Children[Str[NextNode->StartIdx]] = NextNode;
187 // SplitNode is an internal node, update the suffix link.
189 NeedsLink->Link = SplitNode;
191 NeedsLink = SplitNode;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c211057 static int SplitNode( function
[all...]

Completed in 478 milliseconds