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

1 2

  /bionic/libc/kernel/common/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /external/kernel-headers/original/linux/mtd/
nftl.h 27 unsigned char heads; member in struct:NFTLrecord
  /external/qemu/block/
parallels.c 40 uint32_t heads; member in struct:parallels_header
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...]
vmdk.c 42 uint32_t heads; member in struct:__anon5943
710 "ddb.geometry.heads = \"16\"\n"
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /external/e2fsprogs/lib/ext2fs/
dosio.h 46 unsigned short heads; member in struct:__anon3516
  /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/grub/stage1/
stage1.S 73 heads: label
255 /* save number of heads */
292 divl 4(%si) /* divide by number of heads */
  /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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 48 struct bitmap_head_def *heads; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 48 struct bitmap_head_def *heads; local
  /external/qemu/hw/
scsi-disk.c 625 int cylinders, heads, secs; local
631 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
635 p[5] = heads & 0xff;
656 int cylinders, heads, secs; local
665 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
666 p[4] = heads & 0xff;
  /external/chromium/net/disk_cache/
disk_format.h 72 CacheAddr heads[5]; member in struct:disk_cache::LruData
  /external/qemu/
block_int.h 157 int cyls, heads, secs, translation; member in struct:BlockDriverState
  /bionic/libc/kernel/common/linux/
msdos_fs.h 115 __le16 heads; member in struct:fat_boot_sector
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 115 __le16 heads; member in struct:fat_boot_sector
  /external/blktrace/btt/
globals.h 132 void *heads; member in struct:d_info

Completed in 792 milliseconds

1 2