Searched refs:bits_pos (Results 1 – 4 of 4) sorted by relevance
155 uint32_t bits_pos) in change_bits_in_word() argument160 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()181 *word = ((*word & ~(mask << bits_pos)) | ((bits & mask) << bits_pos)); in change_bits_in_word()
103 uint32_t bits_pos) in change_bits_in_word() argument108 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()129 *word = ((*word & ~(mask << bits_pos)) | ((bits & mask) << bits_pos)); in change_bits_in_word()