/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
|
/external/chromium_org/net/disk_cache/ |
disk_format.h | 62 CacheAddr heads[5]; member in struct:disk_cache::LruData
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 576 std::set<BasicBlock*> heads; local 592 heads.insert(iter->second); 617 if (heads.empty()) { 625 first_block = *heads.begin(); 626 heads.erase(heads.begin());
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 50 unsigned short heads; member in struct:__anon17443
|
/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
|
/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/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/qemu/hw/ |
scsi-disk.c | 626 int cylinders, heads, secs; local 632 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs); 636 p[5] = heads & 0xff; 657 int cylinders, heads, secs; local 666 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs); 667 p[4] = heads & 0xff;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ps2esdi.h | 92 unsigned char heads; member in struct:ps2esdi_geometry
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ps2esdi.h | 92 unsigned char heads; member in struct:ps2esdi_geometry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ps2esdi.h | 92 unsigned char heads; member in struct:ps2esdi_geometry
|
/system/extras/fatblock/ |
fat.h | 40 uint16_t heads; member in struct:fat_boot_sector
|
/external/chromium/net/disk_cache/ |
disk_format.h | 73 CacheAddr heads[5]; member in struct:disk_cache::LruData
|
/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;
|
/external/qemu/block/ |
vmdk.c | 42 uint32_t heads; member in struct:__anon24821 687 "ddb.geometry.heads = \"16\"\n"
|
vpc.c | 65 uint8_t heads; member in struct:vhd_footer 179 be16_to_cpu(footer->cyls) * footer->heads * footer->secs_per_cyl; 444 * Calculates the number of cylinders, heads and sectors per cylinder 454 uint8_t* heads, uint8_t* secs_per_cyl) 463 *heads = 16; 468 *heads = (cyls_times_heads + 1023) / 1024; 470 if (*heads < 4) 471 *heads = 4; 473 if (cyls_times_heads >= (*heads * 1024) || *heads > 16) 499 uint8_t heads = 0; local [all...] |
/bionic/libc/kernel/common/linux/ |
msdos_fs.h | 117 __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
|