Home
last modified time | relevance | path

Searched refs:GPT_ENTRY_NUMBERS (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A Dgpt.h12 #define GPT_ENTRY_NUMBERS 128 macro
H A Dmain.cpp615 …ray_crc32 = cpu_to_le32(crc32_le(0, master + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NUMBERS)); in update_gpt_disksize()
619 memcpy(backup,master + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NUMBERS); in update_gpt_disksize()
620 memcpy(backup + GPT_ENTRY_SIZE * GPT_ENTRY_NUMBERS, master + SECTOR_SIZE, SECTOR_SIZE); in update_gpt_disksize()
687 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()
718 …_array_crc32 = cpu_to_le32(crc32_le(0, gpt + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NUMBERS)); in create_gpt_buffer()