Home
last modified time | relevance | path

Searched refs:txtLen (Results 1 – 1 of 1) sorted by relevance

/openthread-3.6.0/src/core/common/
Dlog.cpp218 uint16_t txtLen = StringLength(aInfo.mTitle, kWidth - kTitleSuffixLen) + kTitleSuffixLen; in GenerateNextHexDumpLine() local
220 writer.AppendCharMultipleTimes('=', static_cast<uint16_t>((kWidth - txtLen) / 2)); in GenerateNextHexDumpLine()
222 …riter.AppendCharMultipleTimes('=', static_cast<uint16_t>(kWidth - txtLen - (kWidth - txtLen) / 2)); in GenerateNextHexDumpLine()