Searched refs:_hexval_of_char (Results 1 – 1 of 1) sorted by relevance
84 static uint8_t _hexval_of_char(char hex) in _hexval_of_char() function110 ch0 = _hexval_of_char((char)input[2 * i]); in LITE_hexstr_convert()111 ch1 = _hexval_of_char((char)input[2 * i + 1]); in LITE_hexstr_convert()
Completed in 7 milliseconds