Home
last modified time | relevance | path

Searched refs:hex2int (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-misc/http-redirect/
H A Dhttp-redirect.awk458 function make_hex2int(hex2int) {
460 hex2int[i] = i
462 hex2int[substr("ABCDEF", i - 10 + 1, 1)] = i
463 hex2int[substr("abcdef", i - 10 + 1, 1)] = i
/openbmc/libcper/tests/
H A Dir-tests.c164 int hex2int(char ch) in hex2int() function
191 int val = hex2int(c); in string_to_binary()