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

  /external/boringssl/src/include/openssl/
mem.h 112 /* DECIMAL_SIZE returns an upper bound for the length of the decimal
114 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
  /external/boringssl/src/crypto/obj/
obj.c 413 char tbuf[DECIMAL_SIZE(i) + DECIMAL_SIZE(l) + 2];
  /external/boringssl/src/crypto/conf/
conf.c 501 char btmp[DECIMAL_SIZE(eline) + 1];

Completed in 285 milliseconds