Searched refs:hex_value (Results 1 – 6 of 6) sorted by relevance
86 int hex_value; in print_insn_spu() local116 hex_value = 0; in print_insn_spu()169 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()170 printf("%d", hex_value); in print_insn_spu()180 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()181 printf("%d", hex_value); in print_insn_spu()184 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()185 printf("%d", hex_value); in print_insn_spu()188 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()189 printf("%d", hex_value); in print_insn_spu()[all …]
243 unsigned long hex_value; in append_value() local260 if (strict_strtoul(data, 16, &hex_value) < 0) in append_value()268 tmp_data.u8 = hex_value; in append_value()271 tmp_data.u16 = hex_value; in append_value()274 tmp_data.u32 = hex_value; in append_value()277 tmp_data.u64 = hex_value; in append_value()
2096 static char *hex_to_ip_address(const void *hex_value, int is_ipv6) in hex_to_ip_address() argument2101 const char *hex_str = (const char *)hex_value; in hex_to_ip_address()2113 unsigned int hex_int = *(unsigned int *)hex_value; in hex_to_ip_address()
183 Some ELD fields may be modified by doing ``echo name hex_value > eld#*``.
695 ${hex_value}= Evaluate hex(ord("${data}"))697 Append To List ${hex1} ${hex_value}
443 ${hex_value}= Evaluate hex(ord("${data}"))448 Append To List ${fw_ver_hex_list} ${hex_value}