Searched refs:hex_str (Results 1 – 6 of 6) sorted by relevance
103 static void hex_str(char *out, uint32_t value) in hex_str() function205 hex_str(serno, atag->u.serialnr.high); in atags_to_fdt()206 hex_str(serno+8, atag->u.serialnr.low); in atags_to_fdt()
268 static int hex_string_format(char *str, char *hex_str) in hex_string_format() argument285 hex_str[(i - 1) >> 1] = (str[i - 1] << 4) | str[i]; in hex_string_format()287 hex_str[i >> 1] = 0; in hex_string_format()
31 int hex_to_bytes(char* bytes, int bytes_length, char* hex_str) {
1208 static const char hex_str[] = "0123456789abcdef"; in transport_set_vpd_ident() local1220 hex_str[vpd->device_identifier_type]; in transport_set_vpd_ident()1223 hex_str[(page_83[i] & 0xf0) >> 4]; in transport_set_vpd_ident()1225 hex_str[page_83[i] & 0x0f]; in transport_set_vpd_ident()
25433 (!pair "hex_str"
25573 (!pair "hex_str"