HomeSort by relevance Sort by last modified time
    Searched refs:heads (Results 176 - 200 of 208) sorted by null

1 2 3 4 5 6 78 9

  /external/linux-tools-perf/util/
evlist.c 37 INIT_HLIST_HEAD(&evlist->heads[i]);
126 hlist_add_head(&sid->node, &evlist->heads[hash]);
167 head = &evlist->heads[hash];
  /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/
common.c 284 info->drive_heads = geom.heads;
boot.c 950 /* FIXME: If HEADS or SECTORS is greater than 255, then this will
954 + (((geom.heads - 1) & 0xff) << 8)
  /external/qemu/
block_int.h 193 int cyls, heads, secs, translation; member in struct:BlockDriverState
block.h 163 int cyls, int heads, int secs);
  /external/strace/
block.c 227 tprintf(", {heads=%hhu, sectors=%hhu, "
229 geo.heads, geo.sectors,
  /system/extras/fatblock/
fs.c 194 bs->heads = htole16(42);
  /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");
804 geom.heads = 64;
808 if (!geom.heads) {
809 printf("Bogus heads from kernel - setting sane value\n");
810 geom.heads = 64;
821 bpb->hds = geom.heads;
822 ckgeom(fname, bpb->hds, "drive heads");
859 dlp.d_ntracks = type.heads;
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 629 Bit16u heads; // # heads member in struct:__anon27488
758 Bit32u heads; member in struct:__anon27496
2572 Bit16u cylinders, heads, spt, blksize; local
5809 Bit16u cylinders, heads, spt, blksize; local
8806 ;; 1d heads 2 local
8809 ;; 20 retries\/bad map\/heads>8 8 local
8910 mov (0x003d + 0x02), cl ;; number of physical heads local
8952 ;; 0x26 heads 2 local
8955 ;; 0x29 heads>8 8 local
9054 mov (0x004d + 0x02), cl ;; number of physical heads local
    [all...]
  /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/blktrace/btt/
globals.h 132 void *heads; member in struct:d_info
inlines.h 287 struct rb_root *roots = dip->heads;
  /external/chromium/net/tools/dump_cache/
dump_files.cc 69 printf("head %d: 0x%x\n", i, header.lru.heads[i]);
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 114 printf("head %d: 0x%x\n", i, header.lru.heads[i]);
  /external/kernel-headers/original/linux/
msdos_fs.h 126 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /external/chromium/net/disk_cache/
rankings.cc 542 heads_[i] = Addr(control_data_->heads[i]);
551 control_data_->heads[list] = heads_[list].value();
  /external/chromium_org/net/disk_cache/
rankings.cc 562 heads_[i] = Addr(control_data_->heads[i]);
571 control_data_->heads[list] = heads_[list].value();
  /external/qemu/block/
vvfat.c 362 head = spos % (bs->heads); spos/= bs->heads;
973 bootsector->number_of_heads=cpu_to_le16(s->bs->heads);
1018 bs->cyls=1024; bs->heads=16; bs->secs=63;
1038 bs->cyls = 80; bs->heads = 2; bs->secs = 36;
1041 s->sector_count=bs->cyls*bs->heads*bs->secs;
1067 bs->total_sectors=bs->cyls*bs->heads*bs->secs;
1079 bs->heads = bs->cyls = bs->secs = 0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 86 heads = _get_head_types(fixer.pattern)
90 for node_type in heads:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 86 heads = _get_head_types(fixer.pattern)
90 for node_type in heads:

Completed in 1916 milliseconds

1 2 3 4 5 6 78 9