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

/external/antlr/antlr-3.4/runtime/C/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
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c1807 trie->root->rightN = trie->root;
1858 nextNode = nextNode->rightN; /* 1 is right */
1944 nextNode = nextNode->rightN;
2100 entNode = entNode->rightN;
2157 nextNode->rightN = nextNode; /* Terminates with itself */
2161 nextNode->rightN = entNode; /* Terminates at previous position */
2172 thisNode->rightN = nextNode;
2208 if (node->bitNum > node->rightN->bitNum)
2212 freeIntNode(node->rightN);

Completed in 1523 milliseconds