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