Searched refs:BitsInWord (Results 1 – 5 of 5) sorted by relevance
263 static const unsigned BitsInWord = MaxChunkSize; in Read() local265 assert(NumBits && NumBits <= BitsInWord && in Read()272 word_t R = CurWord & (~word_t(0) >> (BitsInWord - NumBits)); in Read()290 word_t R2 = CurWord & (~word_t(0) >> (BitsInWord - BitsLeft)); in Read()
190 static const unsigned BitsInWord = MaxChunkSize; in Read() local192 assert(NumBits && NumBits <= BitsInWord && in Read()199 word_t R = CurWord & (~word_t(0) >> (BitsInWord - NumBits)); in Read()220 word_t R2 = CurWord & (~word_t(0) >> (BitsInWord - BitsLeft)); in Read()
191 static const unsigned BitsInWord = MaxChunkSize; in Read() local193 assert(NumBits && NumBits <= BitsInWord && in Read()200 word_t R = CurWord & (~word_t(0) >> (BitsInWord - NumBits)); in Read()221 word_t R2 = CurWord & (~word_t(0) >> (BitsInWord - BitsLeft)); in Read()
679 static const unsigned BitsInWord = sizeof(word_t) * CHAR_BIT; in Read() local681 assert(NumBits && NumBits <= BitsInWord && in Read()688 word_t R = CurWord & (~word_t(0) >> (BitsInWord - NumBits)); in Read()706 word_t R2 = CurWord & (~word_t(0) >> (BitsInWord - BitsLeft)); in Read()
232 RSB r3,r3,#32 @ r3 = BitsInWord