Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dhexdump.c51 unsigned char cu = ch & 0xdf; in hex_to_bin() local
54 ((cu - 'A' + 11) & (unsigned)((cu - 'F' - 1) & ('A' - 1 - cu)) >> 8); in hex_to_bin()