Home
last modified time | relevance | path

Searched refs:nheads (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-merge.c56 …ptrdiff_t nheads = egit_assert_list(env, EGIT_ANNOTATED_COMMIT, esym_libgit_annotated_commit_p, _h… in egit_merge() local
57 if (nheads < 0) in egit_merge()
59 const git_annotated_commit *heads[nheads]; in egit_merge()
74 int retval = git_merge(repo, heads, nheads, &merge_opts, &checkout_opts); in egit_merge()
98 …ptrdiff_t nheads = egit_assert_list(env, EGIT_ANNOTATED_COMMIT, esym_libgit_annotated_commit_p, _h… in egit_merge_analysis() local
99 if (nheads < 0) in egit_merge_analysis()
101 const git_annotated_commit *heads[nheads]; in egit_merge_analysis()
110 int retval = git_merge_analysis(&analysis, &preference, repo, heads, nheads); in egit_merge_analysis()
/dports/sysutils/mkimg/mkimg-20211120/usr.bin/mkimg/
H A Dvtoc8.c68 imgsz = (lba_t)ncyls * nheads * nsecs; in vtoc8_write()
80 be16enc(&vtoc8.nheads, nheads); in vtoc8_write()
88 be32enc(&vtoc8.map[n].cyl, part->block / (nsecs * nheads)); in vtoc8_write()
H A Dmkimg.c84 u_int nheads = 1; variable
382 if (nsecs == 1 || nheads == 1) in mkimg_chs()
387 hd = lba % nheads; in mkimg_chs()
388 lba /= nheads; in mkimg_chs()
562 ncyls = block / (nsecs * nheads); in mkimg()
635 error = parse_uint32(&nheads, 1, 255, optarg); in main()
719 fprintf(stderr, "Number of heads: %u\n", nheads); in main()
H A Dmkimg.h58 extern u_int nheads;
74 u_int cyl = nsecs * nheads; in round_cylinder()
H A Dvhd.c123 if (nheads > 1 && nheads < 256 && in vhd_geometry()
127 imgsz / (nheads * nsecs); in vhd_geometry()
128 geom->heads = nheads; in vhd_geometry()
H A Dbsd.c91 le32enc(&d->d_ntracks, nheads); in bsd_write()
93 le32enc(&d->d_secpercyl, nsecs * nheads); in bsd_write()
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Ds100_disk2.c78 uint8 nheads; /* number of heads */ member
116 static int32 nheads = C20MB_NHEADS; variable
155 { DRDATA (NHEADS, nheads, 8), },
234 pDrive->nheads = nheads; in disk2_attach()
246 uptr->capac = (pDrive->ntracks * pDrive->nsectors * pDrive->nheads * pDrive->sectsize); in disk2_attach()
423 … track_offset = disk2_info->cyl * pDrive->nheads * pDrive->nsectors * (pDrive->sectsize + 3); in DISK2_Write()
524 … track_offset = pDrive->track * pDrive->nheads * pDrive->nsectors * (pDrive->sectsize + 3); in DISK2_Write()
542 … track_offset = pDrive->track * pDrive->nheads * pDrive->nsectors * (pDrive->sectsize + 3); in DISK2_Write()
H A Ds100_disk3.c131 uint16 nheads; /* number of heads */ member
174 static int32 nheads = C20MB_NHEADS; variable
216 { DRDATA (NHEADS, nheads, 8), },
300 pDrive->nheads = C20MB_NHEADS; in disk3_attach()
312 uptr->capac = (pDrive->ntracks * pDrive->nsectors * pDrive->nheads * pDrive->sectsize); in disk3_attach()
466 pDrive->nheads = specify_data[8] | (specify_data[9] << 8); in DISK3_Write()
472 sim_debug(SPECIFY_MSG, &disk3_dev, " Heads: %d\n", pDrive->nheads); in DISK3_Write()
605 …file_offset = (pDrive->track * (pDrive->nheads) * data_len); /* Calculate offset based on current … in DISK3_Write()
H A Ds100_hdc1001.c69 uint16 nheads; /* number of heads */ member
205 pDrive->nheads = 8; in hdc1001_attach()
217 uptr->capac = (pDrive->ntracks * pDrive->nsectors * pDrive->nheads * pDrive->sectsize); in hdc1001_attach()
450 pDrive->nheads = specify_data[8] | (specify_data[9] << 8);
456 sim_debug(VERBOSE_MSG, &hdc1001_dev, " Heads: %d\n", pDrive->nheads);
544 …file_offset = (pDrive->track * (pDrive->nheads) * data_len); /* Calculate offset based on current …
H A Dvfdhd.c97 uint8 nheads; /* number of heads */ member
280 vfdhd_info->drive[i].nheads = 2; /* number of heads */ in vfdhd_attach()
287 vfdhd_info->drive[i].nheads = 6; /* number of heads */ in vfdhd_attach()
292 vfdhd_info->drive[i].nheads = 4; /* number of heads */ in vfdhd_attach()
297 vfdhd_info->drive[i].nheads = 8; /* number of heads */ in vfdhd_attach()
302 vfdhd_info->drive[i].nheads = 4; /* number of heads */ in vfdhd_attach()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
H A Ddos.h84 unsigned short nheads; /* 26 Heads */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/fs/fdos/
H A Ddev.c107 __le16_to_cpu (boot -> nheads)); in check_dev()
151 heads = __le16_to_cpu (boot -> nheads); in check_dev()
/dports/math/math77/MATH77/
H A Dinsort.f83 do 30 i=1,nheads
181 do 280 m=1,nheads
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/
H A Dscsi_disk.h263 u_int8_t nheads; /* number of heads */ member
284 u_int8_t nheads; /* number of heads */ member
/dports/sysutils/mkimg/mkimg-20211120/usr.bin/mkimg/compat/
H A Dvtoc.h95 uint16_t nheads; member
/dports/math/clingo/clingo-5.5.1/libgringo/src/input/
H A Dprogram.cc242 …if (!nheads.empty()) { stms.emplace_back(gringo_make_unique<DummyStatement>(std::move(nheads), fal… in toGround()
266 nheads = std::move(std::get<2>(ret)); in toGround()
/dports/math/clingo/clingo-5.5.1/libgringo/gringo/input/
H A Dprogram.hh86 UGTermVec nheads; member in Gringo::Input::Program
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/mkl/
H A Dtest_subgraph.py696 def single_selfatt_qk(data_shape, nheads=16): argument
700 heads=nheads)
897 …for bs, seqlen, nhidden, nheads in itertools.product(batchsizes, seq_lengths, num_hidden, num_head…
899 syms, attrs = single_selfatt_qk(dshape, nheads)
909 def get_valatt_symbol(qkv_shape, attention_shape, nheads): argument
918 heads=nheads)
963 …for bs, seqlen, nhidden, nheads in itertools.product(batchsizes, seq_lengths, num_hidden, num_head…
965 att_shape = (bs, nheads, seqlen, seqlen)
967 sym = get_valatt_symbol(qkv_shape, att_shape, nheads)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/mkl/
H A Dtest_subgraph.py696 def single_selfatt_qk(data_shape, nheads=16): argument
700 heads=nheads)
897 …for bs, seqlen, nhidden, nheads in itertools.product(batchsizes, seq_lengths, num_hidden, num_head…
899 syms, attrs = single_selfatt_qk(dshape, nheads)
909 def get_valatt_symbol(qkv_shape, attention_shape, nheads): argument
918 heads=nheads)
963 …for bs, seqlen, nhidden, nheads in itertools.product(batchsizes, seq_lengths, num_hidden, num_head…
965 att_shape = (bs, nheads, seqlen, seqlen)
967 sym = get_valatt_symbol(qkv_shape, att_shape, nheads)

1234