/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
nftl.h | 31 unsigned char heads; member in struct:NFTLrecord
|
/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/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/e2fsprogs/lib/ext2fs/ |
dosio.h | 50 unsigned short heads; member in struct:__anon19247
|
dosio.c | 95 chs->cyl = abss / (part->sects * part->heads); 96 chs->head = (abss / part->sects) % part->heads; 293 part->heads = sec[3] + 1; 331 (part->heads * part->sects) - 1;
|
/external/e2fsprogs/misc/ |
partinfo.c | 71 loc.heads, (int)loc.sectors, loc.cylinders,
|
/external/grub/stage2/ |
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...] |
/external/chromium_org/net/disk_cache/ |
disk_format.h | 62 CacheAddr heads[5]; member in struct:disk_cache::LruData
|
/external/linux-tools-perf/util/ |
evlist.h | 23 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE]; member in struct:perf_evlist
|
/external/lzma/C/ |
LzFindMt.h | 47 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
|
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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ps2esdi.h | 92 unsigned char heads; member in struct:ps2esdi_geometry
|
msdos_fs.h | 125 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
|
/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
|
msdos_fs.h | 125 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
|
/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_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 565 std::set<BasicBlock *> heads; local 581 heads.insert(iter->second); 606 if (heads.empty()) { 614 first_block = *heads.begin(); 615 heads.erase(heads.begin());
|
/external/chromium/net/disk_cache/ |
disk_format.h | 73 CacheAddr heads[5]; member in struct:disk_cache::LruData
|
/external/qemu/block/ |
parallels.c | 40 uint32_t heads; member in struct:parallels_header
|
/external/qemu/hw/ |
pc.c | 207 int cylinders, heads, sectors; local 208 bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); 212 rtc_set_memory(s, info_ofs + 2, heads); 215 rtc_set_memory(s, info_ofs + 5, 0xc0 | ((heads > 8) << 3)); 370 int cylinders, heads, sectors, translation; local 373 <= heads <= 16, 1 <= cylinders <= 16383. The BIOS 377 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, §ors); 378 if (cylinders <= 1024 && heads <= 16 && sectors <= 63) { [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
|