Home
last modified time | relevance | path

Searched full:heads (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c58 /* Include chains heads and tails. */
59 static struct cpp_dir *heads[INC_MAX]; variable
325 for (p = heads[chain]; p != NULL; p = p->next) in add_sysroot_to_chain()
361 if (heads[INC_SYSTEM]) in merge_include_chains()
362 tails[INC_SYSTEM]->next = heads[INC_AFTER]; in merge_include_chains()
364 heads[INC_SYSTEM] = heads[INC_AFTER]; in merge_include_chains()
365 heads[INC_SYSTEM] in merge_include_chains()
366 = remove_duplicates (pfile, heads[INC_SYSTEM], 0, 0, verbose); in merge_include_chains()
370 heads[INC_BRACKET] in merge_include_chains()
371 = remove_duplicates (pfile, heads[INC_BRACKET], heads[INC_SYSTEM], in merge_include_chains()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc62 /* Include chains heads and tails. */
63 static struct cpp_dir *heads[INC_MAX]; variable
331 for (p = heads[chain]; p != NULL; p = p->next) in add_sysroot_to_chain()
367 if (heads[INC_SYSTEM]) in merge_include_chains()
368 tails[INC_SYSTEM]->next = heads[INC_AFTER]; in merge_include_chains()
370 heads[INC_SYSTEM] = heads[INC_AFTER]; in merge_include_chains()
371 heads[INC_SYSTEM] in merge_include_chains()
372 = remove_duplicates (pfile, heads[INC_SYSTEM], 0, 0, verbose); in merge_include_chains()
376 heads[INC_BRACKET] in merge_include_chains()
377 = remove_duplicates (pfile, heads[INC_BRACKET], heads[INC_SYSTEM], in merge_include_chains()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAutomaton.h78 /// Heads of each tracked path. These are not ordered.
79 std::deque<PathSegment *> Heads; variable
94 // Iterate over all existing heads. We will mutate the Heads deque during in transition()
96 unsigned NumHeads = Heads.size(); in transition()
98 PathSegment *Head = Heads[I]; in transition()
107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
109 // Now we've iterated over all the initial heads and added new ones, in transition()
110 // dispose of the original heads. in transition()
111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
126 Heads.clear(); in reset()
[all …]
/netbsd-src/sys/arch/arm/arm/
H A Ddisksubr_acorn.c185 int heads; in filecore_label_read() local
234 heads = bb->heads; in filecore_label_read()
241 printf("%s; heads = %d nsectors = %d\n", in filecore_label_read()
242 __func__, heads, sectors); in filecore_label_read()
244 netbsdpartoff = cyl * heads * sectors; in filecore_label_read()
256 bp->b_blkno = cyl * heads * sectors; in filecore_label_read()
327 int heads; in filecore_label_locate() local
388 heads = bb->heads; in filecore_label_locate()
392 printf("%s: heads = %d nsectors = %d\n", __func__, heads, sectors); in filecore_label_locate()
395 netbsdpartoff = cyl * heads * sectors; in filecore_label_locate()
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.mbr.en57 and number of heads (maximum 256) that the BIOS uses to access the disk.
64 The physical geometry is %d cylinders %d sectors %d heads\n}
68 geometry is %d cylinders %d sectors %d heads\n}
71 {real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
74 {BIOS geom: %d cyl, %d heads, %d sec\n}
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgit-fetch-vendor.sh56 …{vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/remotes/vendors/${vendor}/*" "refs/vendors/$…
62 … --replace-all "remote.vendors/${vendor}.push" "refs/heads/${vendor}/*:refs/vendors/${vendor}/head…
H A Dgcc-git-customization.sh160 …git config --add "remote.vendors/${v}.fetch" "+refs/vendors/$v/heads/*:refs/remotes/vendors/${v}/*"
191 …ew_pfx}.fetch" "+refs/users/${remote_id}/heads/*:refs/remotes/users/${new_pfx}/*" "refs/users/${re…
193 … --replace-all "remote.users/${new_pfx}.push" "refs/heads/${new_pfx}/*:refs/users/${remote_id}/hea…
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgit-fetch-vendor.sh56 …{vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/remotes/vendors/${vendor}/*" "refs/vendors/$…
62 … --replace-all "remote.vendors/${vendor}.push" "refs/heads/${vendor}/*:refs/vendors/${vendor}/head…
H A Dgcc-git-customization.sh164 …git config --add "remote.vendors/${v}.fetch" "+refs/vendors/$v/heads/*:refs/remotes/vendors/${v}/*"
195 …ew_pfx}.fetch" "+refs/users/${remote_id}/heads/*:refs/remotes/users/${new_pfx}/*" "refs/users/${re…
197 … --replace-all "remote.users/${new_pfx}.push" "refs/heads/${new_pfx}/*:refs/users/${remote_id}/hea…
/netbsd-src/sys/fs/msdosfs/
H A Dbpb.h35 uint16_t bpbHeads; /* number of heads */
53 uint16_t bpbHeads; /* number of heads */
71 uint16_t bpbHeads; /* number of heads */
135 int8_t bpbHeads[2]; /* number of heads */
153 int8_t bpbHeads[2]; /* number of heads */
171 uint8_t bpbHeads[2]; /* number of heads */
/netbsd-src/sbin/newfs_msdos/
H A Dnewfs_msdos.852 .Op Fl h Ar heads
131 .It Fl h Ar heads
132 Number of drive heads.
183 63 sectors, 255 heads.
202 u_int16_t hds; /* [-h] drive heads */
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_display.c60 heads, count), GFP_KERNEL); in qxl_alloc_client_monitors_config()
110 &qdev->rom->client_monitors_config.heads[i]; in qxl_display_copy_rom_client_monitors_config()
112 &qdev->client_monitors_config->heads[i]; in qxl_display_copy_rom_client_monitors_config()
158 head = &qdev->client_monitors_config->heads[output->index]; in qxl_update_offset_props()
264 head = &qdev->client_monitors_config->heads[h]; in qxl_add_monitors_config_modes()
301 struct qxl_head *head = &qdev->monitors_config->heads[i]; in qxl_send_monitors_config()
357 if (head.width == qdev->monitors_config->heads[i].width && in qxl_crtc_update_monitors_config()
358 head.height == qdev->monitors_config->heads[i].height && in qxl_crtc_update_monitors_config()
359 head.x == qdev->monitors_config->heads[i].x && in qxl_crtc_update_monitors_config()
360 head.y == qdev->monitors_config->heads[i].y && in qxl_crtc_update_monitors_config()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A Diosnoop_notes.txt72 the disks at the same time, and is causing the disk heads to seek to
79 queue are reshuffeled to promote "elevator seeking" of the disk heads (this
81 just by the previous event (and previous location the heads had seeked to),
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A Diosnoop_notes.txt72 the disks at the same time, and is causing the disk heads to seek to
79 queue are reshuffeled to promote "elevator seeking" of the disk heads (this
81 just by the previous event (and previous location the heads had seeked to),
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dsd.c186 dp->heads = 64; in sd_get_simplifiedparms()
188 dp->cyls = blocks / (dp->heads * dp->sectors); in sd_get_simplifiedparms()
329 dp->heads = pages->rigid_geometry.nheads; in sd_get_parms_page4()
331 if (dp->heads == 0 || dp->cyls == 0) in sd_get_parms_page4()
333 dp->sectors = dp->disksize / (dp->heads * dp->cyls); /* XXX */ in sd_get_parms_page4()
393 dp->heads = pages->flex_geometry.nheads; in sd_get_parms_page5()
396 if (dp->heads == 0 || dp->cyls == 0 || dp->sectors == 0) in sd_get_parms_page5()
451 dp->heads = 64; in sd_get_parms()
470 lp->d_ntracks = sd->sc_params.heads; in sdgetdefaultlabel()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dsd.c186 dp->heads = 64; in sd_get_simplifiedparms()
188 dp->cyls = blocks / (dp->heads * dp->sectors); in sd_get_simplifiedparms()
329 dp->heads = pages->rigid_geometry.nheads; in sd_get_parms_page4()
331 if (dp->heads == 0 || dp->cyls == 0) in sd_get_parms_page4()
333 dp->sectors = dp->disksize / (dp->heads * dp->cyls); /* XXX */ in sd_get_parms_page4()
393 dp->heads = pages->flex_geometry.nheads; in sd_get_parms_page5()
396 if (dp->heads == 0 || dp->cyls == 0 || dp->sectors == 0) in sd_get_parms_page5()
451 dp->heads = 64; in sd_get_parms()
470 lp->d_ntracks = sd->sc_params.heads; in sdgetdefaultlabel()
/netbsd-src/sbin/fdisk/
H A Dfdisk.818 .Op Fl b Ar cylinders/heads/sectors
180 .It Fl b Ar cylinders/heads/sectors
183 .Ar heads ,
193 16 heads is used.
388 cylinders: 16383, heads: 16, sectors/track: 63 (1008 sectors/cylinder)
392 cylinders: 1023, heads: 255, sectors/track: 63 (16065 sectors/cylinder)
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Danvil_clnt.c243 /* anvil_clnt_connect - heads-up and status query */
268 /* anvil_clnt_mail - heads-up and status query */
292 /* anvil_clnt_rcpt - heads-up and status query */
316 /* anvil_clnt_newtls - heads-up and status query */
364 /* anvil_clnt_auth - heads-up and status query */
388 /* anvil_clnt_disconnect - heads-up only */
/netbsd-src/usr.sbin/sysinst/arch/i386/
H A Dmsg.md.en85 {BIOS # cylinders heads sectors total sectors GB
105 { BIOS # cylinders heads sectors total sectors GB
116 should not be changed (the values for cylinders, heads and sectors are
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_version_git25 'refs/heads/releases/gcc-*') \
26 | sed -e 's/refs\/heads\///' \
/netbsd-src/sys/compat/linux/common/
H A Dlinux_hdio.h75 u_char heads; member
82 u_char heads; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
H A Dnouveau_nvkm_subdev_bus_hwsq.c144 u32 heads, x, y, px = 0; in nvkm_hwsq_wait_vblank() local
147 heads = nvkm_rd32(device, 0x610050); in nvkm_hwsq_wait_vblank()
150 if (heads & (2 << (i << 3))) { in nvkm_hwsq_wait_vblank()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
H A Dnouveau_nvkm_subdev_pmu_memx.c134 u32 heads, x, y, px = 0; in nvkm_memx_wait_vblank() local
138 heads = nvkm_rd32(device, 0x610050); in nvkm_memx_wait_vblank()
141 if (heads & (2 << (i << 3))) { in nvkm_memx_wait_vblank()
/netbsd-src/usr.sbin/sysinst/arch/playstation2/
H A Dmsg.md.en63 {BIOS # cylinders heads sectors
76 { BIOS # cylinders heads sectors
/netbsd-src/sys/arch/powerpc/stand/mkbootimage/
H A Drs6000_bootrec.h15 char floppy_last_head; /* nrof heads -1 */
57 char last_head; /* nrof heads -1 */

12345678910>>...16