OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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