Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/kernel/
Dgdb-stub.c389 int hexValue; in hexToInt() local
394 hexValue = hex(**ptr); in hexToInt()
395 if (hexValue < 0) in hexToInt()
398 *intValue = (*intValue << 4) | hexValue; in hexToInt()