Searched defs:fromhex (Results 1 – 3 of 3) sorted by relevance
52 fromhex(const char *s, int len, int *ok) in fromhex() function [all...]
87 #define fromhex(c) ((c >= '0' && c <= '9') ? (c - '0') : \ macro
2990 #define fromhex(c) ((c >= '0' && c <= '9') ? (c - '0') : \ macro