HomeSort by relevance Sort by last modified time
    Searched defs:DECIMAL_SIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
mem.h 109 /* DECIMAL_SIZE returns an upper bound for the length of the decimal
111 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
  /external/openssl/crypto/
cryptlib.h 98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)

Completed in 384 milliseconds