Home
last modified time | relevance | path

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

/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_lib.c161 static char bin2hexascii[] = {'0', '1', '2', '3', '4', '5', '6', '7', variable
200 b[j] = bin2hexascii[(*cdbp >> 4) & 0xf]; in sg_get_command_str()
201 b[j + 1] = bin2hexascii[*cdbp & 0xf]; in sg_get_command_str()