Searched defs:hex_to_int (Results 1 – 2 of 2) sorted by relevance
119 static int hex_to_int(char c) in hex_to_int() function
39 def hex_to_int(val: str) -> int: function