Home
last modified time | relevance | path

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

/DragonStub/apps/lib/
H A Dhexdump.c33 unsigned char cu = ch & 0xdf; in hex_to_bin() local
37 ((cu - 'A' + 11) & in hex_to_bin()
38 (unsigned)((cu - 'F' - 1) & ('A' - 1 - cu)) >> 8); in hex_to_bin()