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     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 120 static const unsigned bitsInWord = sizeof(unsigned) * 8;
121 static const unsigned bitInWordMask = bitsInWord - 1;
134 unsigned index = m_size / bitsInWord;
    [all...]

Completed in 146 milliseconds