Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
Dsecurecutil.h124 #define SECUREC_FLOAT_BUFSIZE (309 + 40) /* Max length of double value */ macro
Doutput.inl1314 if (attr->precision > (SECUREC_MAX_WIDTH_LEN - SECUREC_FLOAT_BUFSIZE)) {
1318 floatAdapt->bufferSize = SECUREC_FLOAT_BUFSIZE + attr->precision + SECUREC_FLOAT_BUF_EXT;
Dinput.inl159 SecChar buffer[SECUREC_FLOAT_BUFSIZE + 1];
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl25 #define SECUREC_FLOAT_BUFSIZE (309+40) /* max float point value */ macro
707 if (formatAttr.precision > (SECUREC_INT_MAX - SECUREC_FLOAT_BUFSIZE)) {
711 bufferSize = SECUREC_FLOAT_BUFSIZE + formatAttr.precision;