Searched refs:numThird (Results 1 – 2 of 2) sorted by relevance
57 …static uint32_t GetUInt32(uint8_t numFirst, uint8_t numSecond, uint8_t numThird, uint8_t numFourth…
432 uint32_t MtpPacketTool::GetUInt32(uint8_t numFirst, uint8_t numSecond, uint8_t numThird, uint8_t nu… in GetUInt32() argument434 …return ((uint32_t)numFourth << BIT_24) | ((uint32_t)numThird << BIT_16) | ((uint32_t)numSecond << … in GetUInt32()