/external/curl/src/ |
D | tool_cb_hdr.c | 47 struct OutStruct *heads = hdrcbdata->heads; in tool_header_cb() local 61 if(!heads->config) in tool_header_cb() 66 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb() 76 if(heads->config->headerfile && heads->stream) { in tool_header_cb() 77 size_t rc = fwrite(ptr, size, nmemb, heads->stream); in tool_header_cb() 81 (void)fflush(heads->stream); in tool_header_cb()
|
D | tool_operate.c | 199 struct OutStruct heads; in operate_do() local 218 memset(&heads, 0, sizeof(struct OutStruct)); in operate_do() 219 heads.stream = stdout; in operate_do() 220 heads.config = config; in operate_do() 332 heads.filename = config->headerfile; in operate_do() 333 heads.s_isreg = TRUE; in operate_do() 334 heads.fopened = TRUE; in operate_do() 335 heads.stream = newfile; in operate_do() 340 set_binmode(heads.stream); in operate_do() 1304 hdrcbdata.heads = &heads; in operate_do() [all …]
|
D | tool_cb_hdr.h | 43 struct OutStruct *heads; member
|
/external/syslinux/libinstaller/ |
D | syslxopt.c | 34 .heads = 0, 147 opt.heads = 64; in parse_options() 160 opt.heads = strtoul(optarg, NULL, 0); in parse_options() 161 if (opt.heads < 1 || opt.heads > 256) { in parse_options() 164 program, opt.heads); in parse_options()
|
D | syslxopt.h | 7 unsigned int heads; member
|
/external/syslinux/dosutil/ |
D | mdiskchk.c | 42 int heads; member 85 mm.heads = ((_edx >> 8) & 0xff) + 1; in query_memdisk() 134 m->mdi.diskbuf, m->mdi.disksize, m->cylinders, m->heads, m->sectors, in OUTPUT_FUNC_DECL() 238 m.heads = patch_area->heads; in MDISKCHK_FUNC_DECL() 283 m.heads = patch_area->heads; in MDISKCHK_FUNC_DECL()
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | int13.c | 158 assert ( head < drive->heads ); in int13_rw_sectors() 161 lba = ( ( ( ( cylinder * drive->heads ) + head ) in int13_rw_sectors() 230 unsigned int max_head = drive->heads - 1; in int13_get_parameters() 361 .heads = drive->heads, in int13_get_extended_parameters() 567 if ( ! drive->heads ) in guess_int13_geometry() 568 drive->heads = guessed_heads; in guess_int13_geometry() 575 blocks_per_cyl = ( drive->heads * drive->sectors_per_track ); in guess_int13_geometry() 615 drive->cylinders, drive->heads, drive->sectors_per_track ); in register_int13_drive()
|
/external/clang/ |
D | ToolchainPrebuilts.md | 52 git push aosp refs/heads/working_dev:refs/heads/dev 62 git push aosp refs/heads/working_dev:refs/heads/dev 78 git push aosp refs/heads/working_dev:refs/heads/dev 101 git push aosp refs/heads/working_dev:refs/heads/dev
|
/external/syslinux/com32/gpllib/disk/ |
D | geom.c | 33 drive_info->edd_params.heads > 0) { in lba_to_chs() 36 *head = track % drive_info->edd_params.heads; in lba_to_chs() 37 *sector = track / drive_info->edd_params.heads; in lba_to_chs()
|
/external/syslinux/com32/gplinclude/disk/ |
D | geom.h | 47 uint32_t heads; /* number of physical heads on drive */ member 310 drive_info->edd_params.heads > 0) in chs_to_lba() 313 (cylinder * (drive_info->edd_params.heads) * in chs_to_lba()
|
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 97 chs->cyl = abss / (part->sects * part->heads); in lba2chs() 98 chs->head = (abss / part->sects) % part->heads; in lba2chs() 295 part->heads = sec[3] + 1; in dos_open() 333 (part->heads * part->sects) - 1; in dos_open()
|
/external/v8/ |
D | README.md | 32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
|
/external/syslinux/extlinux/ |
D | main.c | 179 geo->heads = fd_str.head; in get_geometry() 198 geo->heads = opt.heads ? : 64; in get_geometry() 200 geo->cylinders = totalbytes / (geo->heads * geo->sectors << SECTOR_SHIFT); in get_geometry() 203 if (!opt.sectors && !opt.heads) { in get_geometry() 207 geo->heads, geo->sectors); in get_geometry() 285 if (opt.heads) in patch_file_and_bootblock() 286 geo.heads = opt.heads; in patch_file_and_bootblock() 293 dprintf("heads = %u, sect = %u\n", geo.heads, geo.sectors); in patch_file_and_bootblock() 307 set_16(&sbs->bsHeads, geo.heads); in patch_file_and_bootblock()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | int13.h | 105 unsigned int heads; member 143 uint32_t heads; member
|
/external/toybox/toys/pending/ |
D | fdisk.c | 33 long heads; 228 disk->heads = geometry.heads; in read_geometry() 372 disk.heads = disk.sectors = 0; in read_mbr() 379 g_heads = (toys.optflags & FLAG_H && TT.heads)? TT.heads : h? h : disk.heads? disk.heads : 255; in read_mbr() 1361 g_heads = TT.heads = value; in expert_menu() 1408 dev_geo.heads = 0; in disk_proper() 1470 if (TT.heads >= 256) TT.heads = 0; in fdisk_main()
|
/external/lzma/C/ |
D | 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; in HashThreadFunc() local 200 heads[0] = 2; in HashThreadFunc() 201 heads[1] = num; in HashThreadFunc() 207 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc() 208 heads[0] += num; in HashThreadFunc()
|
/external/strace/mpers-mx32/ |
D | struct_hd_geometry.h | 5 unsigned char heads; member
|
/external/strace/mpers-m32/ |
D | struct_hd_geometry.h | 5 unsigned char heads; member
|
/external/skia/infra/project-config/ |
D | refs.cfg | 5 name: "refs/heads/master"
|
/external/strace/ |
D | hdio.c | 53 (unsigned) geo.heads, in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | adfs_fs.h | 13 __u8 heads; member
|
D | hdreg.h | 324 unsigned char heads; member 402 unsigned short heads; /* Obsolete, "physical" heads */ member
|
D | virtio_blk.h | 66 __u8 heads; member
|
/external/syslinux/com32/modules/ |
D | disk.c | 52 (int) d->edd_params.heads, (int) d->edd_params.cylinders); in main()
|
/external/gptfdisk/ |
D | mbrpart.cc | 126 void MBRPart::SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs) { in SetGeometry() argument 127 numHeads = heads; in SetGeometry()
|