OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:char_to_int
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_decode_utctime.c
20
static int
char_to_int
(unsigned char x)
function
38
y =
char_to_int
(buf[x])*10 +
char_to_int
(buf[x+1]); \
/external/openssl/crypto/bio/
b_print.c
165
#define
char_to_int
(p) (p - '0')
macro
235
min = 10 * min +
char_to_int
(ch);
255
max = 10 * max +
char_to_int
(ch);
Completed in 472 milliseconds