Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-switch.c342 static const unsigned char hex_table[256] = { variable
366 while ((d = hex_table[(unsigned char)**string]) < 16) { in parse_hex()