Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dkgdb.c200 hexToInt(char **ptr, int *intValue) in hexToInt() argument
205 *intValue = 0; in hexToInt()
213 *intValue = (*intValue << 4) | hexValue; in hexToInt()