Searched refs:xtod (Results 1 – 1 of 1) sorted by relevance
85 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10)) macro387 *cp = xtod(uc); in unvis()400 *cp = xtod(uc) | (*cp << 4); in unvis()