Searched refs:hex_value (Results 1 – 1 of 1) sorted by relevance
306 unsigned long hex_value; in append_value() local323 if (strict_strtoul(data, 16, &hex_value) < 0) in append_value()331 tmp_data.u8 = hex_value; in append_value()334 tmp_data.u16 = hex_value; in append_value()337 tmp_data.u32 = hex_value; in append_value()340 tmp_data.u64 = hex_value; in append_value()
Completed in 5 milliseconds