Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
Dsecurecutil.h119 #define SECUREC_MAX_WIDTH_LEN_DIV_TEN 21474836 macro
120 #define SECUREC_MAX_WIDTH_LEN (SECUREC_MAX_WIDTH_LEN_DIV_TEN * 10)
122 #define SECUREC_MUL_TEN_ADD_BEYOND_MAX(x) (((x) > SECUREC_MAX_WIDTH_LEN_DIV_TEN))