Searched refs:hex2nib (Results 1 – 2 of 2) sorted by relevance
255 static int hex2nib(char ch) in hex2nib() function630 data[i] = hex2nib(words[3][i * 2 + 2]) << 4; in qtest_process_command()631 data[i] |= hex2nib(words[3][i * 2 + 3]); in qtest_process_command()
1265 static int hex2nib(char ch) in hex2nib() function1292 ptr[i] = hex2nib(args[1][2 + (i * 2)]) << 4; in qtest_memread()1293 ptr[i] |= hex2nib(args[1][2 + (i * 2) + 1]); in qtest_memread()