Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c429 int hexValue; in hexToInt() local
434 hexValue = hex(**ptr); in hexToInt()
435 if (hexValue < 0) in hexToInt()
438 *intValue = (*intValue << 4) | hexValue; in hexToInt()