Searched refs:partition_entry (Results 1 – 4 of 4) sorted by relevance
/external/avb/examples/uefi/ |
D | uefi_avb_ops.c | 183 GPTEntry* partition_entry; in read_from_partition() local 192 data->block_io, partition_name, &partition_entry); in read_from_partition() 198 (partition_entry->last_lba - partition_entry->first_lba + 1) * in read_from_partition() 204 avb_free(partition_entry); in read_from_partition() 223 (partition_entry->first_lba * data->block_io->Media->BlockSize) + in read_from_partition() 230 avb_free(partition_entry); in read_from_partition() 234 avb_free(partition_entry); in read_from_partition() 244 GPTEntry* partition_entry; in write_to_partition() local 252 data->block_io, partition_name, &partition_entry); in write_to_partition() 257 partition_size = (partition_entry->last_lba - partition_entry->first_lba) * in write_to_partition() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | lsr-unfolded-offset.ll | 16 %struct.partition_entry = type { i32, i32, i64, i64 } 18 define i32 @partition_overlap_check(%struct.partition_entry* nocapture %part, i32 %num_entries) nou… 26 %offset = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %0, i32 2 27 %len = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %0, i32 3 40 %len39 = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %1, i32 3 41 %offset28 = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %1, i32 2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | lsr-unfolded-offset.ll | 16 %struct.partition_entry = type { i32, i32, i64, i64 } 18 define i32 @partition_overlap_check(%struct.partition_entry* nocapture %part, i32 %num_entries) nou… 26 %offset = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %0, i32 2 27 %len = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %0, i32 3 40 %len39 = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %1, i32 3 41 %offset28 = getelementptr %struct.partition_entry, %struct.partition_entry* %part, i32 %1, i32 2
|
/external/arm-trusted-firmware/include/drivers/partition/ |
D | partition.h | 32 typedef struct partition_entry { struct
|