Searched refs:DECIMAL_SIZE (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dcryptlib.h75 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dcryptlib.h85 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c254 char pidbuf[DECIMAL_SIZE(DWORD) + 4];
H A Db_print.c440 char convert[DECIMAL_SIZE(value) + 3];
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c255 char pidbuf[DECIMAL_SIZE(DWORD) + 4];
H A Dbio_print.c440 char convert[DECIMAL_SIZE(value) + 3];
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_dat.c403 char tbuf[DECIMAL_SIZE(i) + DECIMAL_SIZE(l) + 2];
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_dat.c418 char tbuf[DECIMAL_SIZE(i) + DECIMAL_SIZE(l) + 2];
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_mod.c175 char rcode[DECIMAL_SIZE(ret) + 1];
H A Dconf_def.c190 char btmp[DECIMAL_SIZE(eline) + 1];
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_lib.c895 char number1[DECIMAL_SIZE(uis->_.string_data.result_minsize) + 1];
896 char number2[DECIMAL_SIZE(uis->_.string_data.result_maxsize) + 1];
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_def.c218 char btmp[DECIMAL_SIZE(eline) + 1];

Completed in 292 milliseconds