Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
Dsecurecutil.h120 #define SECUREC_MAX_WIDTH_LEN (SECUREC_MAX_WIDTH_LEN_DIV_TEN * 10) macro
Doutput.inl1057 if (attr->precision > SECUREC_MAX_WIDTH_LEN) {
1083 if (attr->fldWidth > SECUREC_MAX_WIDTH_LEN) {
1305 * The maximum length of SECUREC_MAX_WIDTH_LEN is enough
1308 if (attr->precision > (SECUREC_MAX_WIDTH_LEN - SECUREC_FLOAT_BUFSIZE_LB)) {
1314 if (attr->precision > (SECUREC_MAX_WIDTH_LEN - SECUREC_FLOAT_BUFSIZE)) {
Dinput.inl432 /* Prevents integer overflow, the maximum length of SECUREC_MAX_WIDTH_LEN is enough */
433 if (nextSize <= (size_t)SECUREC_MAX_WIDTH_LEN) {