Searched refs:hexc_val (Results 1 – 1 of 1) sorted by relevance
534 static int hexc_val(int c) in hexc_val() function597 ep->value[l] = hexc_val(*str++);599 ep->value[l] = (ep->value[l] << 4) + hexc_val(*str++);
Completed in 3 milliseconds