Searched refs:OFFSET_6 (Results 1 – 3 of 3) sorted by relevance
49 code_ = MtpPacketTool::GetUInt16(buffer[offset + OFFSET_6], buffer[offset + OFFSET_7]); in Parser()
646 (static_cast<uint64_t>(buffer[offset + OFFSET_6]) << BIT_48) | in GetUInt64()
41 constexpr int OFFSET_6 = 6; variable