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

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c1806 trie->root->leftN = trie->root;
1842 nextNode = thisNode->leftN; /* Examine the left node from the root */
1862 nextNode = nextNode->leftN; /* 0 is left */
1929 nextNode = trie->root->leftN; /* And assume we start to the left */
1950 nextNode = nextNode->leftN;
2086 entNode = trie->root->leftN;
2106 entNode = entNode->leftN;
2156 nextNode->leftN = entNode; /* Terminates at previous position */
2162 nextNode->leftN = nextNode; /* Terminates with itself */
2176 thisNode->leftN
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h354 struct ANTLR3_INT_TRIE_NODE_struct * leftN; /**< Pointer to the left node from here when sKey & bitNum = 0 */ member in struct:ANTLR3_INT_TRIE_NODE_struct

Completed in 88 milliseconds