Home
last modified time | relevance | path

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

/external/u-boot/common/
DxyzModem.c95 _from_hex (char c) in _from_hex() function
146 if (_is_hex (c) && ((digit = _from_hex (c)) < radix)) in parse_num()