Lines Matching defs:c2
198 CHAR8 c2; 202 c2 = (CHAR8)HexCharToInt (*NewData++); 204 if ((c1 < 0) || (c2 < 0)) { 209 *Address++ = (UINT8)((c1 << 4) + c2);