Home
last modified time | relevance | path

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

/u-boot/common/
A Dkgdb.c201 hexToInt(char **ptr, int *intValue) in hexToInt() function
427 if (hexToInt(&ptr, &addr) in handle_exception()
429 && hexToInt(&ptr, &length)) { in handle_exception()
439 if (hexToInt(&ptr, &addr) in handle_exception()
441 && hexToInt(&ptr, &length) in handle_exception()
464 if (hexToInt(&ptr, &addr)) { in handle_exception()
478 if (hexToInt(&ptr, &addr)) { in handle_exception()
499 if (hexToInt(&ptr, &addr) in handle_exception()

Completed in 3 milliseconds