Searched refs:bits_per_word (Results 1 – 9 of 9) sorted by relevance
346 const uint32_t bits_per_word = 32; in EncodeIntegerAsWords() local349 if (bit_width < bits_per_word) { in EncodeIntegerAsWords()350 const uint32_t num_high_bits_to_mask = bits_per_word - bit_width; in EncodeIntegerAsWords()365 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()366 current_bit += bits_per_word) { in EncodeIntegerAsWords()
336 def __init__(self, begin, size, bits_per_word): argument339 self.bits_per_word = bits_per_word358 if self.offset >= self.bits_per_word:398 bits_per_word = self.val["__bits_per_word"]400 self.val["__cap_alloc_"]) * bits_per_word402 begin, self.length, bits_per_word)427 self.bits_per_word = int(self.val["__bits_per_word"])452 yield ("[%d]" % (word_index * self.bits_per_word + n), 1)
326 (length + bits_per_word - 1) & ~(unsigned long)((bits_per_word - 1)); in bitvector_alloc()328 l = length / bits_per_word * bytes_per_word; in bitvector_alloc()
187 .bits_per_word = 0, in spidev_transmit()217 .bits_per_word = 0, in spidev_receive()
78 __u8 bits_per_word; member
326 #define bits_per_word 32 macro
277 bits_per_word: u8, field