Searched refs:o4hex (Results 1 – 1 of 1) sorted by relevance
49 void o4hex(int u) {o2hex(u>> 8); o2hex(u);} in o4hex() function50 void o8hex(int u) {o4hex(u>>16); o4hex(u);} in o8hex()