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

  /external/gptfdisk/
attributes.cc 92 uint32_t bitNum;
95 for (bitNum = 0; bitNum < 64; bitNum++) {
96 bitset = (UINT64_C(1) << bitNum) & attributes;
98 cout << partNum+1 << ":" << bitNum << ":" << bitset
99 << " (" << GetAttributeName(bitNum) << ")" << endl;
132 uint32_t bitNum;
135 for (bitNum = 0; bitNum < NUM_ATR; bitNum++)
    [all...]
  /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 */

Completed in 205 milliseconds