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