Home
last modified time | relevance | path

Searched refs:SECUREC_FLOAT_BUFSIZE_LB (Results 1 – 3 of 3) sorted by relevance

/third_party/bounds_checking_function/src/
Dsecurecutil.h125 #define SECUREC_FLOAT_BUFSIZE_LB (4932 + 40) /* Max length of long double value */ macro
Doutput.inl1308 if (attr->precision > (SECUREC_MAX_WIDTH_LEN - SECUREC_FLOAT_BUFSIZE_LB)) {
1312 floatAdapt->bufferSize = SECUREC_FLOAT_BUFSIZE_LB + attr->precision + SECUREC_FLOAT_BUF_EXT;
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl26 #define SECUREC_FLOAT_BUFSIZE_LB (4932+40) /* max long double value */ macro
701 if (formatAttr.precision > (SECUREC_INT_MAX - SECUREC_FLOAT_BUFSIZE_LB)) {
705 bufferSize = SECUREC_FLOAT_BUFSIZE_LB + formatAttr.precision;