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

1 2

  /external/curl/src/
tool_cb_hdr.h 33 * 'heads' member is a pointer to the OutStruct variable used to keep
43 struct OutStruct *heads; member in struct:HdrCbData
tool_cb_hdr.c 47 struct OutStruct *heads = hdrcbdata->heads; local
61 if(!heads->config)
66 warnf(heads->config->global, "Header data exceeds single call write "
76 if(heads->config->headerfile && heads->stream) {
77 size_t rc = fwrite(ptr, size, nmemb, heads->stream);
81 (void)fflush(heads->stream);
tool_operate.c 260 struct OutStruct heads; local
279 memset(&heads, 0, sizeof(struct OutStruct));
280 heads.stream = stdout;
281 heads.config = config;
393 heads.filename = config->headerfile;
394 heads.s_isreg = TRUE;
395 heads.fopened = TRUE;
396 heads.stream = newfile;
401 set_binmode(heads.stream);
    [all...]
  /external/syslinux/libinstaller/
syslxopt.h 7 unsigned int heads; member in struct:sys_options
  /external/syslinux/mbr/
isohdpfx.S 51 heads = (stack-16) define
183 pushw %ax /* -18: Save heads on the stack */
184 mulw %cx /* Heads*sectors -> sectors per cylinder */
  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 26 __u8 heads; member in struct:adfs_discrecord
virtio_blk.h 46 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 100 __le16 heads; member in struct:fat_boot_sector
  /external/kernel-headers/original/uapi/linux/
adfs_fs.h 14 __u8 heads; member in struct:adfs_discrecord
virtio_blk.h 66 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
adfs_fs.h 13 __u8 heads; member in struct:adfs_discrecord
virtio_blk.h 55 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
msdos_fs.h 118 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
  /external/e2fsprogs/lib/ext2fs/
dosio.h 50 unsigned short heads; member in struct:__anon19037
  /external/syslinux/dosutil/
mdiskchk.c 42 int heads; member in struct:memdiskinfo
85 mm.heads = ((_edx >> 8) & 0xff) + 1;
134 m->mdi.diskbuf, m->mdi.disksize, m->cylinders, m->heads, m->sectors,
238 m.heads = patch_area->heads;
283 m.heads = patch_area->heads;
  /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
  /external/syslinux/com32/gplinclude/disk/
geom.h 47 uint32_t heads; /* number of physical heads on drive */ member in struct:edd_device_parameters
210 * 02h BYTE number of heads
217 * 0Bh BYTE number of physical heads
310 drive_info->edd_params.heads > 0)
313 (cylinder * (drive_info->edd_params.heads) *
  /external/syslinux/gpxe/src/arch/i386/include/
int13.h 98 /** Number of heads
101 * giving a maximum of 256 heads. However, apparently all
103 * heads, so the maximum encountered in practice is 255.
105 unsigned int heads; member in struct:int13_drive
142 /** Number of heads */
143 uint32_t heads; member in struct:int13_disk_parameters
  /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 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/syslinux/dos/
syslinux.c 255 uint16_t heads; member in struct:deviceparams
641 if (opt.sectors || opt.heads || opt.reset_adv || opt.set_once
  /external/syslinux/memdisk/
mstructs.h 60 uint32_t h; /* Physical heads (count!) */
155 uint16_t heads; member in struct:patch_area
  /system/extras/simpleperf/
event_selection_set.cpp 646 std::vector<RecordBufferHead>& heads = record_buffer_heads_; local
647 if (heads.empty()) {
648 heads.resize(1);
650 heads[0].current_pos = 0;
658 heads[head_size].end_pos = buffer_pos;
659 heads[head_size].attr = &selection.event_attr;
661 if (heads.size() == head_size) {
662 heads.resize(head_size + 1);
664 heads[head_size].current_pos = buffer_pos;
677 ReadRecordsFromBuffer(*heads[0].attr
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
IdeControllerInit.h 135 UINT16 heads; //Number of logical heads member in struct:__anon6146
  /external/blktrace/btt/
globals.h 132 void *heads; member in struct:d_info

Completed in 994 milliseconds

1 2