Searched refs:is_hex (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/uapp/hid/
H A Dmain.cpp74 bool is_hex = (arg[0] == '0') && (arg[1] == 'x'); local
75 if (sscanf(arg, is_hex ? "%x" : "%u", out_val) != 1) {

Completed in 74 milliseconds