Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/
Dwinbind.c172 unsigned char lonybble, hinybble; in strhex_to_str() local
191 hinybble = (p1 - hexchars); in strhex_to_str()
194 p[num_chars] = (hinybble << 4) | lonybble; in strhex_to_str()