Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c459 int finalPrecision; in SecDecodeTypeS() local
467 finalPrecision = (attr->precision == -1) ? SECUREC_INT_MAX : attr->precision; in SecDecodeTypeS()
481 for (textLen = 0; textLen < finalPrecision && *strEnd; textLen++) { in SecDecodeTypeS()
491 while (finalPrecision-- && *wStrEnd) { in SecDecodeTypeS()
504 while (finalPrecision-- && *wStrEnd) { in SecDecodeTypeS()
513 if (finalPrecision == SECUREC_INT_MAX) { in SecDecodeTypeS()
520 while (finalPrecision-- && *strEnd) { in SecDecodeTypeS()

Completed in 3 milliseconds