HomeSort by relevance Sort by last modified time
    Searched defs:bitNum (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 351 ANTLR3_UINT32 bitNum; /**< This is the left/right bit index for traversal along the nodes */
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 */
  /dalvik/vm/analysis/
RegisterMap.cpp     [all...]

Completed in 1674 milliseconds