Searched refs:from_hex (Results 1 – 4 of 4) sorted by relevance
23 return Math::BigInt->from_hex($sign.$hex);
281 static inline int from_hex(int c) in from_hex() function
528 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()
47484 if ((h = from_hex(string_get(p, k++))) < 0) in string_get_hex()