/external/curl/src/ |
D | tool_cb_hdr.c | 59 struct OutStruct *heads = hdrcbdata->heads; in tool_header_cb() local 73 if(!heads->config) in tool_header_cb() 78 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb() 88 if(heads->config->headerfile && heads->stream) { in tool_header_cb() 89 size_t rc = fwrite(ptr, size, nmemb, heads->stream); in tool_header_cb() 93 (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() 356 heads.filename = config->headerfile; in operate_do() 357 heads.s_isreg = TRUE; in operate_do() 358 heads.fopened = TRUE; in operate_do() 359 heads.stream = newfile; in operate_do() 364 set_binmode(heads.stream); in operate_do() 1440 hdrcbdata.heads = &heads; in operate_do() [all …]
|
D | tool_cb_hdr.h | 45 struct OutStruct *heads; member
|
/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
|
D | RenderScriptPrebuilts.md | 34 git push aosp refs/heads/working_dev:refs/heads/dev
|
/external/grpc-grpc/tools/run_tests/sanity/ |
D | check_submodules.sh | 37 6599cac0965be8e5a835ab7a5684bbef033d5ad0 third_party/libcxx (heads/release_60) 38 9245d481eb3e890f708ff2d7dadf2a10c04748ba third_party/libcxxabi (heads/release_60)
|
/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()
|
D | dosio.h | 50 unsigned short heads; member
|
/external/v8/ |
D | README.md | 32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
|
/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 | 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; in HashThreadFunc() local 205 heads[0] = 2; in HashThreadFunc() 206 heads[1] = num; in HashThreadFunc() 212 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc() 213 heads[0] = 2 + num; in HashThreadFunc()
|
D | LzFindMt.h | 45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
|
/external/u-boot/doc/ |
D | README.imximage | 134 255 heads and 63 sectors, as suggested from several documentation and 169 Number of heads (1-256, default 4): 255 175 We have set 255 heads, 63 sector. We have to set the cylinder. 178 cilynder = <total size> / <heads> / <sectors> / <blocksize> 209 255 heads, 63 sectors/track, 239 cylinders
|
/external/skqp/infra/project-config/ |
D | refs.cfg | 5 name: "refs/heads/master"
|
/external/skia/infra/project-config/ |
D | refs.cfg | 5 name: "refs/heads/master"
|
/external/strace/ |
D | hdio.c | 54 (unsigned) geo.heads, in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | hdreg.h | 325 unsigned char heads; member 403 unsigned short heads; /* Obsolete, "physical" heads */ member
|
D | adfs_fs.h | 14 __u8 heads; member
|
D | virtio_blk.h | 68 __u8 heads; member
|
/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()
|
D | mbrpart.h | 80 void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs);
|
/external/e2fsprogs/misc/ |
D | partinfo.c | 75 loc.heads, (int)loc.sectors, loc.cylinders, in main()
|
/external/libchrome/libchrome_tools/patch/ |
D | c7ce19d.patch | 13 Cr-Commit-Position: refs/heads/master@{#580794}
|
D | 8fbafc9.patch | 11 Cr-Commit-Position: refs/heads/master@{#594806}
|
/external/blktrace/btt/ |
D | devs.c | 79 __destroy_heads(dip->heads); in __dip_exit() 130 dip->heads = dip_rb_mkhds(); in dip_alloc()
|