OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECIMAL_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/include/internal/
cryptlib.h
75
# define
DECIMAL_SIZE
(type) ((sizeof(type)*8+2)/3+1)
/src/crypto/external/apache2/openssl/dist/include/internal/
common.h
105
#define
DECIMAL_SIZE
(type) ((sizeof(type) * 8 + 2) / 3 + 1)
/src/crypto/external/bsd/openssl/dist/include/internal/
cryptlib.h
85
# define
DECIMAL_SIZE
(type) ((sizeof(type)*8+2)/3+1)
Completed in 119 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026