Home
last modified time | relevance | path

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

/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()

Completed in 3 milliseconds