Searched refs:bits_length (Results 1 – 4 of 4) sorted by relevance
154 uint32_t bits_length, in change_bits_in_word() argument160 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()161 (bits_length == 0U)) { in change_bits_in_word()167 if (bits_length == BITS_PER_WORD) { in change_bits_in_word()172 mask = ((1U << bits_length) - 1); in change_bits_in_word()
102 uint32_t bits_length, in change_bits_in_word() argument108 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()109 (bits_length == 0U)) { in change_bits_in_word()115 if (bits_length == BITS_PER_WORD) { in change_bits_in_word()120 mask = ((1U << bits_length) - 1); in change_bits_in_word()