Home
last modified time | relevance | path

Searched refs:heads (Results 1 – 25 of 74) sorted by relevance

123

/external/curl/src/
Dtool_cb_hdr.c59 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()
Dtool_operate.c199 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 …]
Dtool_cb_hdr.h45 struct OutStruct *heads; member
/external/clang/
DToolchainPrebuilts.md52 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
DRenderScriptPrebuilts.md34 git push aosp refs/heads/working_dev:refs/heads/dev
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh37 6599cac0965be8e5a835ab7a5684bbef033d5ad0 third_party/libcxx (heads/release_60)
38 9245d481eb3e890f708ff2d7dadf2a10c04748ba third_party/libcxxabi (heads/release_60)
/external/e2fsprogs/lib/ext2fs/
Ddosio.c97 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()
Ddosio.h50 unsigned short heads; member
/external/v8/
DREADME.md32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
/external/toybox/toys/pending/
Dfdisk.c33 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/
DLzFindMt.c140 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()
DLzFindMt.h45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
/external/u-boot/doc/
DREADME.imximage134 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/
Drefs.cfg5 name: "refs/heads/master"
/external/skia/infra/project-config/
Drefs.cfg5 name: "refs/heads/master"
/external/strace/
Dhdio.c54 (unsigned) geo.heads, in MPERS_PRINTER_DECL()
/external/kernel-headers/original/uapi/linux/
Dhdreg.h325 unsigned char heads; member
403 unsigned short heads; /* Obsolete, "physical" heads */ member
Dadfs_fs.h14 __u8 heads; member
Dvirtio_blk.h68 __u8 heads; member
/external/gptfdisk/
Dmbrpart.cc126 void MBRPart::SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs) { in SetGeometry() argument
127 numHeads = heads; in SetGeometry()
Dmbrpart.h80 void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs);
/external/e2fsprogs/misc/
Dpartinfo.c75 loc.heads, (int)loc.sectors, loc.cylinders, in main()
/external/libchrome/libchrome_tools/patch/
Dc7ce19d.patch13 Cr-Commit-Position: refs/heads/master@{#580794}
D8fbafc9.patch11 Cr-Commit-Position: refs/heads/master@{#594806}
/external/blktrace/btt/
Ddevs.c79 __destroy_heads(dip->heads); in __dip_exit()
130 dip->heads = dip_rb_mkhds(); in dip_alloc()

123