Searched refs:hinybble (Results 1 – 1 of 1) sorted by relevance
172 unsigned char lonybble, hinybble; in strhex_to_str() local191 hinybble = (p1 - hexchars); in strhex_to_str()194 p[num_chars] = (hinybble << 4) | lonybble; in strhex_to_str()