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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c1806 trie->root->rightN = trie->root;
1857 nextNode = nextNode->rightN; /* 1 is right */
1943 nextNode = nextNode->rightN;
2099 entNode = entNode->rightN;
2156 nextNode->rightN = nextNode; /* Terminates with itself */
2160 nextNode->rightN = entNode; /* Terminates at previous position */
2171 thisNode->rightN = nextNode;
2207 if (node->bitNum > node->rightN->bitNum)
2211 freeIntNode(node->rightN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h355 struct ANTLR3_INT_TRIE_NODE_struct * rightN; /**< Pointer to the right node from here when sKey & bitNum, = 1 */ member in struct:ANTLR3_INT_TRIE_NODE_struct

Completed in 69 milliseconds