HomeSort by relevance Sort by last modified time
    Searched full:heads (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/grub/stage2/
bios.c 34 unsigned long *heads,
39 unsigned long *heads,
96 * geometry->heads
112 head_offset = head % geometry->heads;
113 cylinder_offset = head / geometry->heads;
144 unsigned char heads;
159 geometry->heads = 1;
171 geometry->heads = cdrp.heads;
175 * geometry->heads
142 unsigned char heads; member in struct:iso_spec_packet
213 unsigned long heads; member in struct:drive_parameters
    [all...]
fat.h 49 __u16 heads; /* number of heads */ member in struct:fat_bpb
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xinerama.h 32 Returns the number of heads and a pointer to an array of
34 heads. Returns NULL and number = 0 if Xinerama is not active.
  /external/qemu/block/
vpc.c 65 uint8_t heads; member in struct:vhd_footer
183 be16_to_cpu(footer->cyls) * footer->heads * footer->secs_per_cyl;
431 * Calculates the number of cylinders, heads and sectors per cylinder
441 uint8_t* heads, uint8_t* secs_per_cyl)
450 *heads = 16;
455 *heads = (cyls_times_heads + 1023) / 1024;
457 if (*heads < 4)
458 *heads = 4;
460 if (cyls_times_heads >= (*heads * 1024) || *heads > 16)
488 uint8_t heads; local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /external/grub/util/
mkbimage 41 heads=
293 hd) heads=16;
301 heads=2;
306 heads=2;
311 heads=2;
317 heads=2;
322 heads=2;
327 heads=2;
346 sfdisk -C $cylinders -H $heads -S $sectors -D $image<<EOT
387 geometry $device $cylinders $heads $sector
    [all...]
  /external/kernel-headers/original/linux/mtd/
nftl.h 27 unsigned char heads; member in struct:NFTLrecord
  /external/e2fsprogs/misc/
partinfo.c 74 loc.heads, (int)loc.sectors, loc.cylinders,
  /external/kernel-headers/original/linux/
efs_fs_sb.h 31 __be16 fs_heads; /* heads per cylinder */
fd.h 16 head, /* nr of heads */
269 /* Position of the heads of the 4 units attached to this FDC,
272 * position of these drive heads. By allowing such
274 * incurring the expensive cost of repositioning all heads.
  /external/grub/lib/
device.c 52 unsigned char heads; member in struct:hd_geometry
165 geom->heads = hdg.heads;
194 geom->heads = tmp;
196 geom->heads = 1;
198 geom->heads = 16;
200 geom->heads = 255;
203 / geom->heads
218 geom->heads = hdg.d_ntracks;
240 geom->heads = DEFAULT_HD_HEADS
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.c 92 chs->cyl = abss / (part->sects * part->heads);
93 chs->head = (abss / part->sects) % part->heads;
290 part->heads = sec[3] + 1;
328 (part->heads * part->sects) - 1;
dosio.h 46 unsigned short heads; member in struct:__anon1682
  /external/qemu/
block.c 769 int ret, i, heads, sectors, cylinders; local
788 heads = p->end_head + 1;
792 cylinders = nb_sectors / (heads * sectors);
795 *pheads = heads;
800 cylinders, heads, sectors);
811 int cylinders, heads, secs; local
816 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
820 *pheads = heads;
823 if (guess_disk_lchs(bs, &cylinders, &heads, &secs) == 0) {
824 if (heads > 16)
    [all...]
  /external/skia/src/gl/
SkGLTextCache.h 82 // heads of the N families, one for each pow2 height
  /external/fsck_msdos/
dosfs.h 57 u_int Heads; /* number of heads */
  /external/svox/pico/lib/
picoacph.h 165 - see defines below for max nr of items. Item heads plus ref. to contents
186 /* nr item restriction: maximum number of extended item heads in headx */
  /system/core/toolbox/
newfs_msdos.c 121 u_int8_t hds[2]; /* drive heads */
165 u_int hds; /* drive heads */
331 opt_h = argto2(optarg, 1, "drive heads");
803 geom.heads = 64;
807 if (!geom.heads) {
808 printf("Bogus heads from kernel - setting sane value\n");
809 geom.heads = 64;
820 bpb->hds = geom.heads;
821 ckgeom(fname, bpb->hds, "drive heads");
858 dlp.d_ntracks = type.heads;
    [all...]
  /bionic/libc/kernel/common/linux/
msdos_fs.h 115 __le16 heads; member in struct:fat_boot_sector

Completed in 146 milliseconds

1 2 3 4 5