Searched refs:H2C (Results 1 – 1 of 1) sorted by relevance
59 #define H2C(c) (((c) >= '0' && (c) <= '9') ? ((c) - '0') : \ macro194 *dstbuf = H2C(*hexbuf) & 0x0F; in hextobin()196 *dstbuf++ |= (H2C(*hexbuf) << 4) & 0xF0; in hextobin()