HomeSort by relevance Sort by last modified time
    Searched defs:heads (Results 1 - 24 of 24) sorted by null

  /external/curl/src/
tool_cb_hdr.h 33 * 'heads' member is a pointer to the OutStruct variable used to keep
45 struct OutStruct *heads; member in struct:HdrCbData
tool_cb_hdr.c 59 struct OutStruct *heads = hdrcbdata->heads; local
73 if(!heads->config)
78 warnf(heads->config->global, "Header data exceeds single call write "
88 if(heads->config->headerfile && heads->stream) {
89 size_t rc = fwrite(ptr, size, nmemb, heads->stream);
93 (void)fflush(heads->stream);
tool_operate.c 199 struct OutStruct heads; local
218 memset(&heads, 0, sizeof(struct OutStruct));
219 heads.stream = stdout;
220 heads.config = config;
356 heads.filename = config->headerfile;
357 heads.s_isreg = TRUE;
358 heads.fopened = TRUE;
359 heads.stream = newfile;
364 set_binmode(heads.stream);
    [all...]
  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 26 __u8 heads; member in struct:adfs_discrecord
virtio_blk.h 48 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 100 __le16 heads; member in struct:fat_boot_sector
hdreg.h 256 unsigned char heads; member in struct:hd_geometry
308 unsigned short heads; member in struct:hd_driveid
  /external/kernel-headers/original/uapi/linux/
adfs_fs.h 14 __u8 heads; member in struct:adfs_discrecord
virtio_blk.h 68 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 121 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
hdreg.h 325 unsigned char heads; member in struct:hd_geometry
403 unsigned short heads; /* Obsolete, "physical" heads */ member in struct:hd_driveid
439 unsigned short cur_heads; /* Obsolete, l heads */
  /external/e2fsprogs/lib/ext2fs/
dosio.h 50 unsigned short heads; member in struct:__anon20785
  /external/u-boot/disk/
part_amiga.h 47 u32 heads; member in struct:rigid_disk_block
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.c 138 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/lzma/C/
LzFindMt.c 140 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
142 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } }
203 UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; local
205 heads[0] = 2;
206 heads[1] = num;
212 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
213 heads[0] = 2 + num;
  /external/u-boot/include/
fat.h 103 __u16 heads; /* Number of heads */ member in struct:boot_sector
ata.h 143 unsigned short heads; /* "physical" heads */ member in struct:hd_driveid
168 unsigned short cur_heads; /* logical heads */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
IdeControllerInit.h 135 UINT16 heads; //Number of logical heads member in struct:__anon7126
  /external/blktrace/btt/
globals.h 132 void *heads; member in struct:d_info
  /external/curl/lib/
http2.c 539 struct curl_pushheaders heads; local
551 heads.data = data;
552 heads.frame = frame;
566 stream->push_headers_used, &heads,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
atapi.h 33 UINT16 heads; /* Number of logical heads */ member in struct:__anon7374
  /external/blktrace/
blktrace.c 107 struct tracer_devpath_head *heads; member in struct:devpath
1172 for (cpu = 0, hd = dpp->heads; cpu < max_cpus; cpu++, hd++) {
1178 free(dpp->heads);
1194 dpp->heads = calloc(max_cpus, sizeof(struct tracer_devpath_head));
1195 for (cpu = 0, hd = dpp->heads; cpu < max_cpus; cpu++, hd++) {
1209 struct tracer_devpath_head *hd = &dpp->heads[cpu];
1291 if (dpp->heads)
1441 struct tracer_devpath_head *hd = dpp->heads;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Atapi.h 31 UINT16 heads; ///< Number of logical heads. member in struct:__anon9972
    [all...]
  /external/toybox/generated/
globals.h 586 long heads; member in struct:fdisk_data

Completed in 1309 milliseconds