Home
last modified time | relevance | path

Searched defs:DECIMAL_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dcryptlib.h75 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dcryptlib.h85 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro