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

  /external/boringssl/src/include/openssl/
mem.h 113 /* DECIMAL_SIZE returns an upper bound for the length of the decimal
115 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
  /external/boringssl/src/crypto/bio/
bio_test.cc 53 char buf[DECIMAL_SIZE(int) + 1];
connect.c 531 char buf[DECIMAL_SIZE(int) + 1];
  /external/boringssl/src/crypto/conf/
conf.c 523 char btmp[DECIMAL_SIZE(eline) + 1];
  /external/boringssl/src/crypto/obj/
obj.c 456 char buf[DECIMAL_SIZE(uint64_t) + 1];
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 748 milliseconds