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

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

Completed in 63 milliseconds