Searched refs:heads (Results 1 - 24 of 24) sorted by relevance

/external/curl/src/
H A Dtool_cb_hdr.h33 * 'heads' member is a pointer to the OutStruct variable used to keep
43 struct OutStruct *heads; member in struct:HdrCbData
H A Dtool_cb_hdr.c46 struct OutStruct *heads = hdrcbdata->heads; local
59 if(!heads->config)
64 warnf(heads->config->global, "Header data exceeds single call write "
74 if(heads->config->headerfile && heads->stream) {
75 size_t rc = fwrite(ptr, size, nmemb, heads->stream);
H A Dtool_operate.c198 struct OutStruct heads; local
216 memset(&heads, 0, sizeof(struct OutStruct));
217 heads.stream = stdout;
218 heads.config = config;
328 heads.filename = config->headerfile;
329 heads.s_isreg = TRUE;
330 heads.fopened = TRUE;
331 heads.stream = newfile;
336 set_binmode(heads.stream);
1309 hdrcbdata.heads
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dadfs_fs.h13 __u8 heads; member in struct:adfs_discrecord
H A Dvirtio_blk.h66 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
H A Dmsdos_fs.h123 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
H A Dhdreg.h324 unsigned char heads; member in struct:hd_geometry
402 unsigned short heads; /* Obsolete, "physical" heads */ member in struct:hd_driveid
438 unsigned short cur_heads; /* Obsolete, l heads */
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.h50 unsigned short heads; member in struct:__anon4760
H A Ddosio.c95 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/
H A Dpartinfo.c72 loc.heads, (int)loc.sectors, loc.cylinders,
/external/gptfdisk/
H A Dmbrpart.h80 void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs);
H A Dmbrpart.cc124 void MBRPart::SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs) { argument
125 numHeads = heads;
H A Ddiskio-unix.cc179 // Returns the number of heads, according to the kernel, or 255 if the
192 numHeads = (uint32_t) geometry.heads;
/external/lzma/C/
H A DLzFindMt.h45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
H A DLzFindMt.c138 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
140 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } }
198 UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; local
200 heads[0] = 2;
201 heads[1] = num;
207 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
208 heads[0] += num;
/external/toybox/toys/pending/
H A Dfdisk.c21 -C CYLINDERS Set number of cylinders/heads/sectors
33 long heads;
129 if (!g_heads) printf(" heads");
228 disk->heads = geometry.heads;
372 disk.heads = disk.sectors = 0;
379 g_heads = (toys.optflags & FLAG_H && TT.heads)? TT.heads : h? h : disk.heads? disk.heads
[all...]
/external/strace/
H A Dblock.c206 tprintf("{heads=%u, sectors=%u, "
208 (unsigned)geo.heads,
/external/blktrace/btt/
H A Ddevs.c79 __destroy_heads(dip->heads);
134 dip->heads = dip_rb_mkhds();
H A Dglobals.h132 void *heads; member in struct:d_info
H A Dinlines.h287 struct rb_root *roots = dip->heads;
/external/blktrace/
H A Dblktrace.c107 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;
/external/toybox/generated/
H A Dglobals.h505 long heads; member in struct:fdisk_data
/external/regex-re2/lib/codereview/
H A Dcodereview.py1110 hg_commands.heads(ui, repo)
1121 "all local heads known remotely",
1973 if e.message.find("push creates new heads") >= 0:
/external/valgrind/include/vki/
H A Dvki-linux.h2084 unsigned char heads; member in struct:vki_hd_geometry

Completed in 1257 milliseconds