Searched refs:hexpair (Results 1 – 1 of 1) sorted by relevance
126 static int hexpair_to_int(const char *hexpair) in hexpair_to_int() argument128 int n1 = hex_to_int(*hexpair); in hexpair_to_int()129 int n2 = hex_to_int(*(hexpair + 1)); in hexpair_to_int()