Searched defs:partition (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/bootctrl/
H A Dboot_control.cpp88 //Get the value of one of the attribute fields for a partition.
171 //partition does not have _a version
182 //partition does not have _a version
358 //partition.
359 static struct gpt_disk* boot_ctl_get_disk_info(char *partition) argument
362 if (!partition)
370 if (gpt_disk_get_disk_info(partition, disk)) {
372 partition);
382 //The argument here is a vector of partition names(including the slot suffix)
393 //Pointer to the partition entr
[all...]
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c1173 #define partition(ref, field, key, ascending) \ macro
1204 partition(ref, frame_idx, key, ascending);
1207 partition(ref, TopFieldOrderCnt, (signed int)key, ascending);
1225 partition(ref, frame_idx, key, partition_ascending);
1227 partition(ref, TopFieldOrderCnt, (signed int)key, partition_ascending);

Completed in 123 milliseconds