Searched refs:o2hex (Results 1 – 1 of 1) sorted by relevance
48 void o2hex(int u) {o1hex(u>> 4); o1hex(u);} in o2hex() function49 void o4hex(int u) {o2hex(u>> 8); o2hex(u);} in o4hex()