Searched refs:DecodedByteValue (Results 1 – 1 of 1) sorted by relevance
32 uint8_t DecodedByteValue = ((Ptr[I] >> 4) & 0x0f) * 10 + (Ptr[I] & 0x0f); variable33 Value = (Value * 100) + DecodedByteValue;36 uint8_t DecodedByteValue = (Ptr[ByteLen - 1] >> 4) & 0x0f; variable38 Value = (Value * 10) + DecodedByteValue;