Home
last modified time | relevance | path

Searched refs:from_hex (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/
Dbntests.pl23 return Math::BigInt->from_hex($sign.$hex);
/third_party/quickjs/
Dcutils.h281 static inline int from_hex(int c) in from_hex() function
Dlibregexp.c528 h = from_hex(*p++); in lre_parse_escape()
547 h = from_hex(*p++); in lre_parse_escape()
559 h = from_hex(p[2 + i]); in lre_parse_escape()
Dquickjs.c47484 if ((h = from_hex(string_get(p, k++))) < 0) in string_get_hex()