Searched refs:xtod (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libc-vis/
H A Dunvis.c85 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10)) macro
387 *cp = xtod(uc);
400 *cp = xtod(uc) | (*cp << 4);

Completed in 51 milliseconds