Searched refs:num_parts (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/pending/ |
D | fdisk.c | 85 static int num_parts, disp_unit_cyl, dos_flag, dev_fd = 3; variable 205 sector_t first[num_parts], last_seen_val = 0; in check_order() 210 for (i = 0; i < num_parts; i++) { in check_order() 246 if (num_parts >= 60) { in read_ebr() 249 partitions[num_parts-1].modified = 1; in read_ebr() 254 partitions[num_parts].part = part_offset(sec_buf, 0); in read_ebr() 255 partitions[num_parts].sec_buffer = sec_buf; in read_ebr() 258 if (num_parts > 4) offset += local_start_off; in read_ebr() 259 partitions[num_parts].start_offset = offset; in read_ebr() 266 num_parts++; //extended partions present. in read_ebr() [all …]
|
/external/vboot_reference/cgpt/ |
D | cgpt_prioritize.c | 19 int num_parts; // number of partitions in this group member 39 gl->group[i].num_parts = 0; in NewGroupList() 67 int j = gl->group[i].num_parts; in AddToGroup() 69 gl->group[i].num_parts++; in AddToGroup() 193 for (j=0; j<groups->group[i].num_parts; j++) in CgptPrioritize()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.h | 27 int num_parts,
|
/external/kernel-headers/original/uapi/linux/ |
D | cciss_ioctl.h | 61 int num_parts; /* number of partitions configured on logvol */ member
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_partitions_armv5.asm | 360 ldr r10, [sp, #20] ; num_parts 443 ldr r10, [sp, #20] ; num_parts
|