Searched refs:i_byte (Results 1 – 2 of 2) sorted by relevance
4258 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local4263 i_byte = input & 0xFF; in DecodeTypeRegisterSPECIAL3()4267 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()4268 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeRegisterSPECIAL3()4363 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local4368 i_byte = input & 0xFF; in DecodeTypeRegisterSPECIAL3()4373 static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()4374 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeRegisterSPECIAL3()
4153 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local4158 i_byte = input & 0xFF; in DecodeTypeRegisterSPECIAL3()4162 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()4163 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeRegisterSPECIAL3()