Searched refs:bit_count_in_reg (Results 1 – 1 of 1) sorted by relevance
44 static uint32_t fill_reg(int bit_start_in_reg, int bit_count_in_reg, uint8_t* blob, int* filled_bit…357 static uint32_t fill_reg(int bit_start_in_reg, int bit_count_in_reg, uint8_t* blob, int* filled_bit… argument364 shift_bit = ((8 - shift_bit) < bit_count_in_reg) ? (8 - shift_bit) : bit_count_in_reg;367 bit_count_in_reg -= shift_bit;371 while (bit_count_in_reg > 0) {373 shift_bit = (bit_count_in_reg > 8) ? 8 : bit_count_in_reg;376 bit_count_in_reg -= shift_bit;