Searched defs:bitNum (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h351 ANTLR3_UINT32 bitNum; /**< This is the left/right bit index for traversal along the nodes */ member in struct:ANTLR3_INT_TRIE_NODE_struct
354 struct ANTLR3_INT_TRIE_NODE_struct * leftN; /**< Pointer to the left node from here when sKey & bitNum = 0 */
355 struct ANTLR3_INT_TRIE_NODE_struct * rightN; /**< Pointer to the right node from here when sKey & bitNum, = 1 */

Completed in 460 milliseconds