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

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

Completed in 48 milliseconds