OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitsinword
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/
APInt.cpp
1072
unsigned
bitsInWord
= whichBit(BitWidth); // how many bits in last word?
1073
if (
bitsInWord
== 0)
1074
bitsInWord
= APINT_BITS_PER_WORD;
[
all
...]
/external/tremolo/Tremolo/
bitwiseARM.s
227
RSB r3,r3,#32 @ r3 =
BitsInWord
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
109
static const unsigned
bitsInWord
= sizeof(unsigned) * 8;
110
static const unsigned bitInWordMask =
bitsInWord
- 1;
123
unsigned index = m_size /
bitsInWord
;
[
all
...]
Completed in 649 milliseconds