HomeSort by relevance Sort by last modified time
    Searched refs:char_to_int (Results 1 - 3 of 3) 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/openssh/openbsd-compat/
bsd-snprintf.c 164 #define char_to_int(p) ((p)- '0') macro
252 min = 10*min + char_to_int (ch);
274 max = 10*max + char_to_int (ch);
  /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 185 milliseconds