Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl45 int dynWidth; /* %* 1 width from variable parameter ;0 not */ member
484 formatAttr.dynWidth = 0;
562 formatAttr.dynWidth = 1;
571 formatAttr.dynWidth = 0;
774 if (formatAttr.dynWidth && formatAttr.dynPrecision) {
777 } else if (formatAttr.dynWidth) {
790 if (formatAttr.dynWidth && formatAttr.dynPrecision) {
793 } else if (formatAttr.dynWidth) {