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

  /external/llvm/lib/Support/
APInt.cpp 1073 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word?
1074 if (bitsInWord == 0)
1075 bitsInWord = APINT_BITS_PER_WORD;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 111 static const unsigned bitsInWord = sizeof(unsigned) * 8;
112 static const unsigned bitInWordMask = bitsInWord - 1;
125 unsigned index = m_size / bitsInWord;
    [all...]

Completed in 74 milliseconds