Lines Matching refs:USC
1511 #define USC (unsigned char *)1512 htinit(hexdig, USC "0123456789", 0x10);1513 htinit(hexdig, USC "abcdef", 0x10 + 10);1514 htinit(hexdig, USC "ABCDEF", 0x10 + 10);