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

/external/avb/examples/uefi/
H A Duefi_avb_ops.c555 static void set_hex(char* buf, uint8_t value) { function
587 set_hex(guid_buf + 0, partition_entry->unique_GUID[3]);
588 set_hex(guid_buf + 2, partition_entry->unique_GUID[2]);
589 set_hex(guid_buf + 4, partition_entry->unique_GUID[1]);
590 set_hex(guid_buf + 6, partition_entry->unique_GUID[0]);
592 set_hex(guid_buf + 9, partition_entry->unique_GUID[5]);
593 set_hex(guid_buf + 11, partition_entry->unique_GUID[4]);
595 set_hex(guid_buf + 14, partition_entry->unique_GUID[7]);
596 set_hex(guid_buf + 16, partition_entry->unique_GUID[6]);
598 set_hex(guid_bu
[all...]

Completed in 83 milliseconds