Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/internal/
Dcryptlib.h75 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/third_party/openssl/include/internal/
Dcryptlib.h85 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/third_party/openssl/crypto/objects/
Dobj_dat.c418 char tbuf[DECIMAL_SIZE(i) + DECIMAL_SIZE(l) + 2]; in OBJ_obj2txt()
/third_party/openssl/crypto/bio/
Dbss_log.c255 char pidbuf[DECIMAL_SIZE(DWORD) + 4]; in xsyslog()
Dbio_print.c440 char convert[DECIMAL_SIZE(value) + 3]; in fmtint()
/third_party/openssl/crypto/conf/
Dconf_def.c218 char btmp[DECIMAL_SIZE(eline) + 1]; in def_load_bio()