Searched refs:hex_len (Results 1 – 2 of 2) sorted by relevance
2811 int hex_len = strlen (hex); in hex_string_custom() local2813 if (hex_len > width) in hex_string_custom()2814 width = hex_len; in hex_string_custom()2821 strcpy (result_end - hex_len, hex); in hex_string_custom()
1469 int hex_len = 0; in i370_addr_cons() local1560 hex_len++; in i370_addr_cons()1563 cons_len = (hex_len+1) /2; in i370_addr_cons()