Home
last modified time | relevance | path

Searched refs:GPT_ENTRY_SIZE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h31 #define GPT_ENTRY_SIZE 128 macro
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h29 #define GPT_ENTRY_SIZE 128 macro
H A Dflash_image.c550 gptHead->sizeof_partition_entry = cpu_to_le32(GPT_ENTRY_SIZE); in create_gpt_buffer()
592 …n_entry_array_crc32 = cpu_to_le32(crc32_le(0, gpt + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NU… in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h13 #define GPT_ENTRY_SIZE 128 macro
H A DRKAndroidDevice.cpp3576 gptHead->sizeof_partition_entry = cpu_to_le32(GPT_ENTRY_SIZE); in create_gpt_buffer()
3617 …n_entry_array_crc32 = cpu_to_le32(crc32_le(0, gpt + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NU… in create_gpt_buffer()