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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dmem.h109 /* DECIMAL_SIZE returns an upper bound for the length of the decimal
111 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/external/openssl/crypto/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro

Completed in 955 milliseconds