HomeSort by relevance Sort by last modified time
    Searched defs:heads (Results 76 - 100 of 249) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
nftl.h 31 unsigned char heads; member in struct:NFTLrecord
  /bionic/libc/kernel/uapi/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 120 __le16 heads; member in struct:fat_boot_sector
  /development/ndk/platforms/android-L/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 120 __le16 heads; member in struct:fat_boot_sector
  /external/chromium_org/net/disk_cache/blockfile/
disk_format.h 62 CacheAddr heads[5]; member in struct:disk_cache::LruData
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 561 std::set<BasicBlock*> heads; local
577 heads.insert(iter->second);
602 if (heads.empty()) {
610 first_block = *heads.begin();
611 heads.erase(heads.begin());
  /external/e2fsprogs/lib/ext2fs/
dosio.h 50 unsigned short heads; member in struct:__anon4170
  /external/kernel-headers/original/uapi/linux/
virtio_blk.h 61 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 123 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
  /external/qemu/
blockdev.c 144 int cyls, heads, secs, translation; local
177 heads = qemu_opt_get_number(opts, "heads", 0);
221 if (cyls || heads || secs) {
226 if (heads < 1 || (type == IF_IDE && heads > 16)) {
227 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", buf);
239 "qemu: '%s' trans must be used with cyls,heads and secs\n",
259 if (cyls || secs || heads) {
434 bdrv_set_geometry_hint(dinfo->bdrv, cyls, heads, secs)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 154 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
virtio_blk.h 47 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /external/lzma/C/
LzFindMt.c 136 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
138 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } }
196 UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; local
198 heads[0] = 2;
199 heads[1] = num;
205 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
206 heads[0] += num;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
msdos_fs.h 117 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
msdos_fs.h 117 __le16 heads; /* number of 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
  /external/qemu/hw/i386/
pc.c 200 int cylinders, heads, sectors; local
201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
205 rtc_set_memory(s, info_ofs + 2, heads);
208 rtc_set_memory(s, info_ofs + 5, 0xc0 | ((heads > 8) << 3));
363 int cylinders, heads, sectors, translation; local
366 <= heads <= 16, 1 <= cylinders <= 16383. The BIOS
370 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors);
371 if (cylinders <= 1024 && heads <= 16 && sectors <= 63) {
    [all...]

Completed in 815 milliseconds

1 2 34 5 6 7 8 910