Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dkgdb.c163 int hexValue; in hex2mem() local
203 int hexValue; in hexToInt() local
/openbmc/qemu/qga/
H A Dcommands-linux.c2097 static char *hexToIPAddress(const void *hexValue, int is_ipv6) in hexToIPAddress()