Searched refs:int64_t (Results 1 – 25 of 27) sorted by relevance
12
90 template <> struct NumericLimits<int64_t>92 static constexpr int64_t kMin = INT64_MIN;93 static constexpr int64_t kMax = INT64_MAX;
144 TypeTraits::IsSame<IntType, int64_t>::kValue, in ClampToInt8()
226 int64_t mNetworkTimeOffset; // The time offset to the Thread network time, in microseconds.1410 …void SetNetworkTimeOffset(int64_t aNetworkTimeOffset) { GetMetadata().mNetworkTimeOffset = aNetwor… in SetNetworkTimeOffset()1417 int64_t GetNetworkTimeOffset(void) const { return GetMetadata().mNetworkTimeOffset; } in GetNetworkTimeOffset()
32 int64_t : "0x%08" PRIx64, \43 int64_t : X, \
16 typedef int64_t FStar_Int64_t, FStar_Int64_t_;27 typedef int64_t FStar_Int63_t, FStar_Int63_t_;
24 int64_t __ret = x; \
116 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset()198 int64_t mNetworkTimeOffset; ///< The time offset to the Thread Network time
67 …aNetworkTime = static_cast<uint64_t>(static_cast<int64_t>(Get<Radio>().GetNow()) + mNetworkTimeOff… in GetTime()74 const int64_t origNetworkTimeOffset = mNetworkTimeOffset; in HandleTimeSyncMessage()
141 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset()
118 typedef int64_t mbedtls_mpi_sint;131 typedef int64_t mbedtls_mpi_sint;147 typedef int64_t mbedtls_mpi_sint;157 typedef int64_t mbedtls_mpi_sint;
35 typedef int64_t mbedtls_ms_time_t;
200 int64_t remaining = INT32_MAX; in platformAlarmUpdateTimeout()240 …if (remaining < static_cast<int64_t>(aTimeout->tv_sec) * OT_US_PER_S + static_cast<int64_t>(aTimeo… in platformAlarmUpdateTimeout()
188 …VerifyOrExit(value <= (isNegative ? static_cast<uint64_t>(-static_cast<int64_t>(NumericLimits<int3… in ParseAsInt32()191 …aInt32 = static_cast<int32_t>(isNegative ? -static_cast<int64_t>(value) : static_cast<int64_t>(val… in ParseAsInt32()
189 otError Decoder::ReadInt64(int64_t &aInt64) in ReadInt64()195 aInt64 = static_cast<int64_t>(u64); in ReadInt64()
208 otError ReadInt64(int64_t &aInt64);
303 otError WriteInt64(int64_t aInt64) { return WriteUint64(static_cast<uint64_t>(aInt64)); } in WriteInt64()
1641 netSyncTime = static_cast<uint64_t>(static_cast<int64_t>(otPlatTimeGet()) + in Transmit()1654 netSyncTime = static_cast<uint64_t>(static_cast<int64_t>(netRadioTime) + transmitDelay + in Transmit()
102 int64_t mNetworkTimeOffset; ///< The time offset to the Thread network time, in microseconds.
75 typedef int64_t mbedtls_ct_int_t;
999 int64_t ComputeNetworkTimeOffset(void) const in ComputeNetworkTimeOffset()1001 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()1279 void SetNetworkTimeOffset(int64_t aNetworkTimeOffset) in SetNetworkTimeOffset()
75 const int64_t kInt64 = -9197712039090021561LL; in TestEncoder()105 int64_t i64; in TestEncoder()
59 const int64_t kInt64 = -9197712039090021561LL; in TestDecoder()90 int64_t i64; in TestDecoder()
99 …ic_cast<int32_t>(aT0 - now) > 0 || static_cast<int32_t>(aT0 - now) + static_cast<int64_t>(aDt) > 0) in StartMicroAlarm()115 …ic_cast<int32_t>(aT0 - now) > 0 || static_cast<int32_t>(aT0 - now) + static_cast<int64_t>(aDt) > 0) in StartMilliAlarm()
450 (int64_t) NAME ## _MAX != 0x7FFFFFFFFFFFFFFF)) \ in main()
235 int64_t mNetworkTimeOffset; ///< The time offset to the Thread network time.