Searched refs:get_hex (Results 1 – 1 of 1) sorted by relevance
299 STATIC bool get_hex(mp_lexer_t *lex, size_t num_digits, mp_uint_t *result) { in get_hex() function436 if (!get_hex(lex, (c == 'x' ? 2 : c == 'u' ? 4 : 8), &num)) { in parse_string_literal()
Completed in 4 milliseconds