Lines Matching refs:ToUlong

699         OutputLine("%s: %lu", counter.mName, ToUlong(aCounters.*counter.mValuePtr));  in OutputBorderAgentCounters()
889 OutputFormat("| %08lx%08lx ", ToUlong(static_cast<uint32_t>(mapping.mId >> 32)), in Process()
890 ToUlong(static_cast<uint32_t>(mapping.mId & 0xffffffff))); in Process()
893 OutputFormat("| %5lus ", ToUlong(mapping.mRemainingTimeMs / 1000)); in Process()
1182 … (bufferInfo.*info.mQueuePtr).mNumBuffers, ToUlong((bufferInfo.*info.mQueuePtr).mTotalBytes)); in Process()
1341 OutputLine("0x%lx", ToUlong(otPlatRadioGetSupportedChannelMask(GetInstancePtr()))); in Process()
1355 OutputLine("0x%lx", ToUlong(otPlatRadioGetPreferredChannelMask(GetInstancePtr()))); in Process()
1400 … OutputLine("interval: %lu", ToUlong(otChannelMonitorGetSampleInterval(GetInstancePtr()))); in Process()
1402 … OutputLine("window: %lu", ToUlong(otChannelMonitorGetSampleWindow(GetInstancePtr()))); in Process()
1403 OutputLine("count: %lu", ToUlong(otChannelMonitorGetSampleCount(GetInstancePtr()))); in Process()
1512 …OutputLine("interval: %lu", ToUlong(otChannelManagerGetAutoChannelSelectionInterval(GetInstancePtr… in Process()
1778 OutputFormat("| %10lu ", ToUlong(childInfo.mTimeout)); in Process()
1779 OutputFormat("| %10lu ", ToUlong(childInfo.mAge)); in Process()
1847 OutputLine("Timeout: %lu", ToUlong(childInfo.mTimeout)); in Process()
1848 OutputLine("Age: %lu", ToUlong(childInfo.mAge)); in Process()
2103 OutputLine("Grant Glitch: %lu", ToUlong(metrics.mNumGrantGlitch)); in Process()
2108 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process()
2115 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process()
2180 OutputLine("RA Rx: %lu", ToUlong(brCounters->mRaRx)); in OutputBorderRouterCounters()
2181 OutputLine("RA TxSuccess: %lu", ToUlong(brCounters->mRaTxSuccess)); in OutputBorderRouterCounters()
2182 OutputLine("RA TxFailed: %lu", ToUlong(brCounters->mRaTxFailure)); in OutputBorderRouterCounters()
2183 OutputLine("RS Rx: %lu", ToUlong(brCounters->mRsRx)); in OutputBorderRouterCounters()
2184 OutputLine("RS TxSuccess: %lu", ToUlong(brCounters->mRsTxSuccess)); in OutputBorderRouterCounters()
2185 OutputLine("RS TxFailed: %lu", ToUlong(brCounters->mRsTxFailure)); in OutputBorderRouterCounters()
2350 OutputLine("TxTotal: %lu", ToUlong(macCounters->mTxTotal)); in Process()
2354 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()
2357 OutputLine("RxTotal: %lu", ToUlong(macCounters->mRxTotal)); in Process()
2361 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()
2511 OutputLine("%s: %lu", counter.mName, ToUlong(ipCounters->*counter.mValuePtr)); in Process()
2565 OutputLine("period: %luus", ToUlong(otLinkGetCslPeriod(GetInstancePtr()))); in Process()
2566 OutputLine("timeout: %lus", ToUlong(otLinkGetCslTimeout(GetInstancePtr()))); in Process()
2637 OutputLine("%lu", ToUlong((otDatasetGetDelayTimerMinimal(GetInstancePtr()) / 1000))); in Process()
2830 OutputFormat(" transTime=%lu eid=", ToUlong(aEntry.mLastTransTime)); in OutputEidCacheEntry()
3270 OutputLine("%lu", ToUlong(otInstanceGetId(GetInstancePtr()))); in Process()
3607 OutputLine("Partition ID: %lu", ToUlong(leaderData.mPartitionId)); in Process()
3635 OutputLine("%lu", ToUlong(otThreadGetPartitionId(GetInstancePtr()))); in Process()
4035 OutputLine("0x%08lx", ToUlong(otThreadGetPskcRef(GetInstancePtr()))); in Process()
4458 OutputFormat("| %3lu ", ToUlong(neighborInfo.mAge)); in Process()
4521 OutputLine("| %5lu |", ToUlong(neighborInfo.mAge)); in Process()
4599 …OutputLine(" age:%lu conn-time:%lu", ToUlong(neighborInfo.mAge), ToUlong(neighborInfo.mConnectionT… in Process()
4834 OutputLine("0x%08lx", ToUlong(otThreadGetNetworkKeyRef(GetInstancePtr()))); in Process()
5136 OutputLine("Age: %lu", ToUlong(parentInfo.mAge)); in Process()
5512 inline unsigned long UsToSInt(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs / 1000000));… in UsToSInt()
5513 inline unsigned long UsToSDec(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs % 1000000));… in UsToSDec()
5521 ToUlong(timePercentInt), ToUlong(timePercentDec)); in OutputRadioStatsTime()
5581 … OutputLine("Total Time: %lu.%03lus", ToUlong(static_cast<uint32_t>(totalTimeUs / 1000000)), in Process()
5582 ToUlong((totalTimeUs % 1000000) / 1000)); in Process()
6314 … OutputLine("SNTP response - Unix time: %lu (era: %lu)", ToUlong(static_cast<uint32_t>(aTime)), in HandleSntpResponse()
6315 ToUlong(static_cast<uint32_t>(aTime >> 32))); in HandleSntpResponse()
6562 OutputFormat("| %4lu | ", ToUlong(index * binInterval)); in Process()
6566 OutputFormat("%4lu", ToUlong((index + 1) * binInterval - 1)); in Process()
6573 OutputLine(" | %7lu |", ToUlong(histogram[index])); in Process()
6589 OutputLine("%lu", ToUlong(otThreadGetMaxTimeInQueue(GetInstancePtr()))); in Process()
7582 OutputLine("Timeout: %lu", ToUlong(diagTlv.mData.mTimeout)); in HandleDiagnosticGetResponse()
7636 OutputLine("Max Child Timeout: %lu", ToUlong(diagTlv.mData.mMaxChildTimeout)); in HandleDiagnosticGetResponse()
7709 OutputLine(aIndentSize, "PartitionId: 0x%08lx", ToUlong(aLeaderData.mPartitionId)); in OutputLeaderData()
7738 OutputLine(aIndentSize, "%s: %lu", counter.mName, ToUlong(aMacCounters.*counter.mValuePtr)); in OutputNetworkDiagMacCounters()
7928 OutputLine("interval: %luus", ToUlong(interval)); in Process()
7929 OutputLine("duration: %luus", ToUlong(duration)); in Process()