Searched refs:shift_right_curr_byte (Results 1 – 1 of 1) sorted by relevance
102 uint8_t shift_right_curr_byte = 0; in ShiftFitSubMask() local119 shift_right_curr_byte = sub_mask[pkt_mask_idx2] >> num_bit_shifts; in ShiftFitSubMask()127 comb_new_byte = shift_right_curr_byte | shift_left_prev_byte; in ShiftFitSubMask()135 shift_right_curr_byte = sub_mask[pkt_mask_idx2] >> num_bit_shifts; in ShiftFitSubMask()136 packet_mask[pkt_mask_idx] = shift_right_curr_byte; in ShiftFitSubMask()