Home
last modified time | relevance | path

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

/third_party/boringssl/src/include/openssl/
Dmem.h121 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/third_party/openssl/include/internal/
Dcryptlib.h75 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro