Searched refs:cu (Results 1 – 1 of 1) sorted by relevance
51 unsigned char cu = ch & 0xdf; in hex_to_bin() local54 ((cu - 'A' + 11) & (unsigned)((cu - 'F' - 1) & ('A' - 1 - cu)) >> 8); in hex_to_bin()