OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECIMAL_SIZE
(Results
1 - 5
of
5
) 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];
Completed in 6887 milliseconds