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