OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitsInWord
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
342
static const unsigned
BitsInWord
= MaxChunkSize;
344
assert(NumBits && NumBits <=
BitsInWord
&&
345
"Cannot return zero or more than
BitsInWord
bits!");
351
word_t R = CurWord & (~word_t(0) >> (
BitsInWord
- NumBits));
369
word_t R2 = CurWord & (~word_t(0) >> (
BitsInWord
- BitsLeft));
/external/tremolo/Tremolo/
bitwiseARM.s
227
RSB r3,r3,#32 @ r3 =
BitsInWord
Completed in 47 milliseconds