Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:HexVal

1809 #define HexVal(X) ( ((X) >= '0' && (X) <= '9') ? ((X) - '0'     ) :   \
1825 l = HexVal(n->c[1]);
1829 h = HexVal(n->c[1]);