Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gdb/stubs/
H A Dsparc-stub.c527 int hexValue; in hexToInt() local
533 hexValue = hex(**ptr); in hexToInt()
534 if (hexValue < 0) in hexToInt()
537 *intValue = (*intValue << 4) | hexValue; in hexToInt()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/
H A Di386-stub.c719 int hexValue; in hexToInt() local
725 hexValue = hex (**ptr); in hexToInt()
726 if (hexValue >= 0) in hexToInt()
728 *intValue = (*intValue << 4) | hexValue; in hexToInt()