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