Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/
H A Dcryptlib.h98 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/minix3/crypto/external/bsd/openssl/dist/engines/
H A De_cswift.c101 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro