Searched refs:hex2int (Results 1 – 2 of 2) sorted by relevance
458 function make_hex2int(hex2int) {460 hex2int[i] = i462 hex2int[substr("ABCDEF", i - 10 + 1, 1)] = i463 hex2int[substr("abcdef", i - 10 + 1, 1)] = i
164 int hex2int(char ch) in hex2int() function191 int val = hex2int(c); in string_to_binary()