Home
last modified time | relevance | path

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

/device/moto/shamu/bdAddrLoader/
Daddrloader.c74 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()