Searched refs:crcBytes (Results 1 – 1 of 1) sorted by relevance
9756 UCHAR crcBytes[3]; in scasid() local9778 pCrcBytes = (ushort_ptr)&crcBytes[0]; in scasid()9780 crcBytes[2] = CalcLrc(&temp_id_string[0]); in scasid()9781 temp_id_string[1] = crcBytes[2]; in scasid()9782 temp_id_string[2] = crcBytes[0]; in scasid()9783 temp_id_string[3] = crcBytes[1]; in scasid()