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

1 23 4 5

  /external/qemu/
block_int.h 156 int cyls, heads, secs, translation; member in struct:BlockDriverState
  /external/quake/quake/src/QW/
qw2do.txt 87 - Change status bar? some sort of heads up display
  /frameworks/base/docs/html/resources/articles/
layout-tricks-reuse.jd 31 tree;h=refs/heads/master;hb=master">the source code of the Home application</a>
  /external/blktrace/
blktrace.c 107 struct tracer_devpath_head *heads; member in struct:devpath
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1142 free(dpp->heads);
1158 dpp->heads = calloc(ncpus, sizeof(struct tracer_devpath_head));
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu];
1246 if (dpp->heads)
1396 struct tracer_devpath_head *hd = dpp->heads;
    [all...]
  /external/kernel-headers/original/linux/
msdos_fs.h 126 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
dm-ioctl.h 87 * "cylinders heads sectors_per_track start_sector"
ata.h 320 id[55] && /* heads in current translation */
  /dalvik/vm/
Debugger.h 125 * Enable/disable breakpoints and step modes. Used to provide a heads-up
  /external/grub/stage2/
asm.S 1115 * unsigned long *heads, unsigned long *sectors)
1117 * Return the geometry of DRIVE in CYLINDERS, HEADS and SECTORS. If an
1153 /* heads */
1155 incl %eax /* the number of heads is counted from zero */
1188 * unsigned long *heads, unsigned long *sectors)
1190 * Return the geometry of DRIVE in CYLINDERS, HEADS and SECTORS. If an
1249 /* heads */
    [all...]
common.c 284 info->drive_heads = geom.heads;
start.S 177 divl 4(%si) /* divide by number of heads */
boot.c 950 /* FIXME: If HEADS or SECTORS is greater than 255, then this will
954 + (((geom.heads - 1) & 0xff) << 8)
shared.h 644 /* The number of heads */
645 unsigned long heads; member in struct:geometry
  /external/bison/src/
vcg.h 392 /* arrowstyle, backarrowstyle Each edge has two arrow heads: the one
771 without getting confused by too many arrow heads. If no port sharing
778 because then, only a fixed set of rotations for the arrow heads are
782 qdifferently rotated arrow heads are drawn at the same place. If the
    [all...]
  /external/blktrace/btt/
globals.h 132 void *heads; member in struct:d_info
inlines.h 287 struct rb_root *roots = dip->heads;
  /external/e2fsprogs/misc/
findsuper.c 19 * I wanted to add msdos support, but I couldn't make heads or tails
  /external/fsck_msdos/
boot.c 83 boot->Heads = block[26] + (block[27] << 8);
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 55 * priority class. The heads of these list are stored in the pssid
  /sdk/emulator/mksdcard/
mksdcard.c 133 POKES( boot + 0x1a, 2 ); /* Number of heads (whatever) */
  /external/qemu/block/
vmdk.c 42 uint32_t heads; member in struct:__anon4212
710 "ddb.geometry.heads = \"16\"\n"
vvfat.c 362 head = spos % (bs->heads); spos/= bs->heads;
972 bootsector->number_of_heads=cpu_to_le16(s->bs->heads);
1017 bs->cyls=1024; bs->heads=16; bs->secs=63;
1037 bs->cyls = 80; bs->heads = 2; bs->secs = 36;
1040 s->sector_count=bs->cyls*bs->heads*bs->secs;
1066 bs->total_sectors=bs->cyls*bs->heads*bs->secs;
1078 bs->heads = bs->cyls = bs->secs = 0;
    [all...]
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 413 * They bogusly assumes that all queue heads look alike.
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 134 Posf *head; /* Heads of the hash chains or NIL. */
  /external/zlib/
deflate.h 134 Posf *head; /* Heads of the hash chains or NIL. */

Completed in 233 milliseconds

1 23 4 5