Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 27) sorted by relevance

12

/openthread-latest/src/core/common/
Dnumeric_limits.hpp90 template <> struct NumericLimits<int64_t>
92 static constexpr int64_t kMin = INT64_MIN;
93 static constexpr int64_t kMax = INT64_MAX;
Dnum_utils.hpp144 TypeTraits::IsSame<IntType, int64_t>::kValue, in ClampToInt8()
Dmessage.hpp226 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()
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/
Ddebug.h32 int64_t : "0x%08" PRIx64, \
43 int64_t : X, \
Dtypes.h16 typedef int64_t FStar_Int64_t, FStar_Int64_t_;
27 typedef int64_t FStar_Int63_t, FStar_Int63_t_;
Dcompat.h24 int64_t __ret = x; \
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp116 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset()
198 int64_t mNetworkTimeOffset; ///< The time offset to the Thread Network time
Dtime_sync_service.cpp67 …aNetworkTime = static_cast<uint64_t>(static_cast<int64_t>(Get<Radio>().GetNow()) + mNetworkTimeOff… in GetTime()
74 const int64_t origNetworkTimeOffset = mNetworkTimeOffset; in HandleTimeSyncMessage()
Dmesh_forwarder.hpp141 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dbignum.h118 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;
Dplatform_time.h35 typedef int64_t mbedtls_ms_time_t;
/openthread-latest/src/posix/platform/
Dalarm.cpp200 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()
/openthread-latest/src/core/utils/
Dparse_cmdline.cpp188 …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()
/openthread-latest/src/lib/spinel/
Dspinel_decoder.cpp189 otError Decoder::ReadInt64(int64_t &aInt64) in ReadInt64()
195 aInt64 = static_cast<int64_t>(u64); in ReadInt64()
Dspinel_decoder.hpp208 otError ReadInt64(int64_t &aInt64);
Dspinel_encoder.hpp303 otError WriteInt64(int64_t aInt64) { return WriteUint64(static_cast<uint64_t>(aInt64)); } in WriteInt64()
Dradio_spinel.cpp1641 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()
/openthread-latest/include/openthread/
Dmessage.h102 int64_t mNetworkTimeOffset; ///< The time offset to the Thread network time, in microseconds.
/openthread-latest/third_party/mbedtls/repo/library/
Dconstant_time_internal.h75 typedef int64_t mbedtls_ct_int_t;
/openthread-latest/src/core/mac/
Dmac_frame.hpp999 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()
/openthread-latest/tests/unit/
Dtest_spinel_encoder.cpp75 const int64_t kInt64 = -9197712039090021561LL; in TestEncoder()
105 int64_t i64; in TestEncoder()
Dtest_spinel_decoder.cpp59 const int64_t kInt64 = -9197712039090021561LL; in TestDecoder()
90 int64_t i64; in TestDecoder()
/openthread-latest/tests/gtest/
Dfake_platform.cpp99 …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()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dselftest.c450 (int64_t) NAME ## _MAX != 0x7FFFFFFFFFFFFFFF)) \ in main()
/openthread-latest/include/openthread/platform/
Dradio.h235 int64_t mNetworkTimeOffset; ///< The time offset to the Thread network time.

12