/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/valgrind/main/coregrind/ |
m_transtab.c | 60 /* Number of sectors the TC is divided into. If you need a larger 190 /* The root data structure is an array of sectors. The index of the 202 static Sector sectors[N_SECTORS]; variable 607 /* Check that the number of listed sectors equals the number 610 if (sectors[i].tc != NULL) 624 sec = §ors[sno]; 757 sec = §ors[sno]; 952 if (sectors[y].tc == NULL) 959 tcAvailQ = ((ULong*)(§ors[y].tc[tc_sector_szQ])) 960 - ((ULong*)(sectors[y].tc_next)) [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 | 31 /* each chunk contains a certain number of sectors, 34 * sectors[i] is the sector beginning at offsets[i], 35 * sectorcounts[i] is the number of sectors in that chunk, 36 * the sectors array is ordered 43 uint64_t* sectors; member in struct:BDRVDMGState 85 s->offsets = s->lengths = s->sectors = s->sectorcounts = NULL; 133 s->sectors = qemu_realloc(s->sectors, new_size); 142 last_out_offset = s->sectors[i-1]+s->sectorcounts[i-1]; 151 s->sectors[i] = last_out_offset+read_off(bs, offset) [all...] |
vpc.c | 254 // We must ensure that we don't write to any sectors which are marked as 326 * Returns the sectors' offset in the image file on success and < 0 on error 378 int64_t sectors, sectors_per_block; local 384 sectors = sectors_per_block - (sector_num % sectors_per_block); 385 if (sectors > nb_sectors) { 386 sectors = nb_sectors; 390 memset(buf, 0, sectors * BDRV_SECTOR_SIZE); 393 sectors * BDRV_SECTOR_SIZE); 394 if (ret != sectors * BDRV_SECTOR_SIZE) { 399 nb_sectors -= sectors; 411 int64_t sectors, sectors_per_block; local [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
|
/development/ndk/platforms/android-3/include/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
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mtd/ |
nftl.h | 32 unsigned char sectors; member in struct:NFTLrecord
|
/external/e2fsprogs/misc/ |
partinfo.c | 71 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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ps2esdi.h | 93 unsigned char sectors; member in struct:ps2esdi_geometry
|
/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 207 int sectors = count - 1; local 227 if (index > sectors) return (startIndex + sectors); 393 int sectors = (count <= 1) ? 1 : (count - 1); local 395 ((SECOND_LEVEL_END_DEGREES - SECOND_LEVEL_START_DEGREES) / sectors);
|
/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...] |
/external/qemu-pc-bios/bochs/bios/ |
notes | 10 out 1f2, AL # number of sectors 17 out 1f7, 0x20 # read sectors command normal 32 reads sectors into sector buffer
|