Searched refs:TempInt (Results 1 – 1 of 1) sorted by relevance
69 unsigned long long TempInt; in input() local70 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()72 if (TempInt > 0xFF) in input()74 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()