Home
last modified time | relevance | path

Searched refs:dynWidth (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c214 int dynWidth; /* %* 1 width from variable parameter ;0 not */ member
621 formatAttr.dynWidth = 0; in HiLogSecOutputS()
695 formatAttr.dynWidth = 1; in HiLogSecOutputS()
705 formatAttr.dynWidth = 0; in HiLogSecOutputS()
886 if (formatAttr.dynWidth && formatAttr.dynPrecision) { in HiLogSecOutputS()
889 } else if (formatAttr.dynWidth) { in HiLogSecOutputS()
902 if (formatAttr.dynWidth && formatAttr.dynPrecision) { in HiLogSecOutputS()
905 } else if (formatAttr.dynWidth) { in HiLogSecOutputS()

Completed in 3 milliseconds