Searched refs:leftN (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.c1805 trie->root->leftN = trie->root;
1841 nextNode = thisNode->leftN; /* Examine the left node from the root */
1861 nextNode = nextNode->leftN; /* 0 is left */
1928 nextNode = trie->root->leftN; /* And assume we start to the left */
1949 nextNode = nextNode->leftN;
2085 entNode = trie->root->leftN;
2105 entNode = entNode->leftN;
2155 nextNode->leftN = entNode; /* Terminates at previous position */
2161 nextNode->leftN = nextNode; /* Terminates with itself */
2175 thisNode->leftN
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/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 65 milliseconds