Searched refs:hex_table (Results 1 – 1 of 1) sorted by relevance
/device/moto/shamu/bdAddrLoader/ |
D | addrloader.c | 74 char hex_table[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', in hexa_to_ascii() local 78 ascii[j] = hex_table[hexa[i] >> 4]; in hexa_to_ascii() 79 ascii[j + 1] = hex_table[hexa[i] & 0x0F]; in hexa_to_ascii()
|