/external/grub/stage2/ |
bios.c | 35 unsigned long *sectors); 40 unsigned long *sectors); 45 /* Read/write NSEC sectors starting from SECTOR in DRIVE disk with GEOMETRY 68 BIOSes don't return the number of total sectors correctly, 97 * geometry->sectors); 110 sector_offset = sector % geometry->sectors + 1; 111 head = sector / geometry->sectors; 143 unsigned char sectors; 160 geometry->sectors = 15; 170 + (((unsigned int) (cdrp.sectors & 0xC0)) << 2)) 141 unsigned char sectors; member in struct:iso_spec_packet 214 unsigned long sectors; member in struct:drive_parameters [all...] |
/external/grub/util/ |
mkbimage | 42 sectors= 294 sectors=63; 302 sectors=15; 307 sectors=18; 312 sectors=20; 318 sectors=21; 323 sectors=21; 328 sectors=36; 346 sfdisk -C $cylinders -H $heads -S $sectors -D $image<<EOT 351 offset="$(($sectors * $block_size))" [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Annulus.java | 45 * @param sectors the number of sectors used to approximate curvature 51 int sectors) { 55 int radii = sectors + 1; 89 for (int i = 0; i < sectors; i++) {
|
/external/qemu/block/ |
dmg.c | 33 /* each chunk contains a certain number of sectors, 36 * sectors[i] is the sector beginning at offsets[i], 37 * sectorcounts[i] is the number of sectors in that chunk, 38 * the sectors array is ordered 45 uint64_t* sectors; member in struct:BDRVDMGState 89 s->offsets = s->lengths = s->sectors = s->sectorcounts = NULL; 132 s->sectors = qemu_realloc(s->sectors, new_size); 140 last_out_offset = s->sectors[i-1]+s->sectorcounts[i-1]; 149 s->sectors[i] = last_out_offset+read_off(s->fd) [all...] |
/external/blktrace/btt/ |
seek.c | 26 long long sectors; member in struct:seek_bkt 62 static void __insert(struct rb_root *root, long long sectors) 71 if (sectors < sbp->sectors) 73 else if (sectors > sbp->sectors) 83 sbp->sectors = sectors; 145 *rvp = sbp->sectors; 181 mp->modes[mp->nmds++] = sbp->sectors; [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/external/kernel-headers/original/linux/mtd/ |
nftl.h | 28 unsigned char sectors; member in struct:NFTLrecord
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/external/e2fsprogs/misc/ |
partinfo.c | 74 loc.heads, (int)loc.sectors, loc.cylinders,
|
/external/grub/lib/ |
device.c | 53 unsigned char sectors; member in struct:hd_geometry 166 geom->sectors = hdg.sectors; 190 geom->sectors = tmp; 192 geom->sectors = 63; 204 / geom->sectors); 219 geom->sectors = hdg.d_nsectors; 241 geom->sectors = DEFAULT_HD_SECTORS; 247 geom->sectors = DEFAULT_FD_SECTORS; 250 /* Set the total sectors properly, if we can. * [all...] |
/external/grub/stage1/ |
stage1.S | 71 sectors: label 185 /* save the total number of sectors */ 213 * BIOS call "INT 0x13 Function 0x42" to read sectors from disk into memory 250 movw $ABS(sectors), %si 275 /* save number of sectors */ 285 /* divide by number of sectors */ 314 incb %cl /* normalize sector (sectors go 326 * BIOS call "INT 0x13 Function 0x2" to read sectors from disk into memory 328 * %al = number of sectors 467 /* if number of sectors is 0, display error and die * [all...] |
/bionic/libc/kernel/common/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
msdos_fs.h | 111 __u8 sectors[2]; member in struct:fat_boot_sector
|
/external/kernel-headers/original/linux/ |
genhd.h | 52 unsigned int nr_sects; /* nr of sectors in partition */ 74 __le32 nr_sects; /* nr of sectors in partition */ 82 unsigned ios[2], sectors[2]; /* READs and WRITEs */ member in struct:hd_struct 93 unsigned long sectors[2]; /* READs and WRITEs */ member in struct:disk_stats 299 __u32 d_nsectors; /* # of data sectors per track */ 302 __u32 d_secpercyl; /* # of data sectors per cylinder */ 303 __u32 d_secperunit; /* # of data sectors per unit */ 304 __u16 d_sparespertrack; /* # of spare sectors per track */ 305 __u16 d_sparespercyl; /* # of spare sectors per cylinder */ 326 __le32 p_size; /* number of sectors in partition * [all...] |