Searched refs:int128_t (Results 1 – 4 of 4) sorted by relevance
54 inline void getInt128(int128_t& value) { getUInt128((uint128_t&)value); } in getInt128()74 void putInt128(const int128_t& value);
26 typedef int32_t int128_t[4]; typedef
36 int128_t i128;
233 void MtpDataPacket::putInt128(const int128_t& value) { in putInt128()