HomeSort by: relevance | last modified time | path
    Searched defs:char_to_int (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/mip/
compat.c 306 #define char_to_int(p) (p - '0') macro
362 min = 10 * min + char_to_int (ch);
382 max = 10 * max + char_to_int(ch);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_print.c 83 #define char_to_int(p) (p - '0') macro
151 min = 10 * min + char_to_int(ch);
171 max = 10 * max + char_to_int(ch);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_print.c 83 #define char_to_int(p) (p - '0') macro
152 min = 10 * min + char_to_int(ch);
172 max = 10 * max + char_to_int(ch);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_print.c 83 #define char_to_int(p) (p - '0') macro
152 min = 10 * min + char_to_int(ch);
172 max = 10 * max + char_to_int(ch);

Completed in 15 milliseconds