Searched refs:UsToSInt (Results 1 – 1 of 1) sorted by relevance
5512 inline unsigned long UsToSInt(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs / 1000000));… in UsToSInt() function5520 OutputLine("%s Time: %lu.%06lus (%lu.%02lu%%)", aTimeName, UsToSInt(aTimeUs), UsToSDec(aTimeUs), in OutputRadioStatsTime()