Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c101 #define SECUREC_FLOAT_BUFSIZE (309 + 40) /* max float point value */ macro
814 if (formatAttr.precision > (SECUREC_INT_MAX - SECUREC_FLOAT_BUFSIZE)) { in HiLogSecOutputS()
818 bufferSize = SECUREC_FLOAT_BUFSIZE + formatAttr.precision; in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl25 #define SECUREC_FLOAT_BUFSIZE (309+40) /* max float point value */ macro
708 if (formatAttr.precision > (SECUREC_INT_MAX - SECUREC_FLOAT_BUFSIZE)) {
712 bufferSize = SECUREC_FLOAT_BUFSIZE + formatAttr.precision;