Home
last modified time | relevance | path

Searched refs:dstspec (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/VAX/
H A Dvax_cmode.c103 dstspec = IR & 077; in op_cmode()
105 dstreg = (dstspec <= 07); in op_cmode()
150 dstspec = dstspec & 07; in op_cmode()
480 WrRegW (src, dstspec); in op_cmode()
520 WrRegW (dst, dstspec); in op_cmode()
534 WrRegW (dst, dstspec); in op_cmode()
548 WrRegW (dst, dstspec); in op_cmode()
705 CMODE_JUMP ((PC - dstspec - dstspec) & WMASK); in op_cmode()
1054 WrRegB (dst, dstspec); in op_cmode()
1068 WrRegB (dst, dstspec); in op_cmode()
[all …]
/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_cpu.c940 dstspec = dstspec & 07; in sim_instr()
1233 i = (PC + dstspec + dstspec) & 0177777; in sim_instr()
1769 R[dstspec] = R[dstspec] & 0177400; in sim_instr()
1781 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
1792 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
1803 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
1815 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
1827 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
1839 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
2045 R[dstspec] = (R[dstspec] & 0177400) | dst; in sim_instr()
[all …]
H A Dpdp11_fp.c296 dst = (dstspec <= 07)? R[dstspec]: ReadW (GeteaW (dstspec)); in fp11()
350 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
357 WriteFP (&fac, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
383 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
403 dst = (dstspec <= 07)? R[dstspec]: ReadW (GeteaW (dstspec)); in fp11()
498 else WriteI (dst, GeteaFP (dstspec, leni), dstspec, leni); in fp11()
502 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
510 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
519 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
527 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
[all …]
/dports/emulators/xhomer/xhomer-9-16-06/
H A Dpdp11_cpu.c1784 dstspec = dstspec & 07; in sim_instr()
1808 dst = dstreg? R[dstspec]: ReadMW (GeteaW (dstspec)); in sim_instr()
1885 dst = dstreg? R[dstspec]: ReadMW (GeteaW (dstspec)); in sim_instr()
1895 dst = dstreg? R[dstspec]: ReadMW (GeteaW (dstspec)); in sim_instr()
2000 i = (PC + dstspec + dstspec) & 0177777; in sim_instr()
2101 src2 = dstreg? R[dstspec]: ReadW (GeteaW (dstspec)); in sim_instr()
2110 src2 = dstreg? R[dstspec]: ReadW (GeteaW (dstspec)); in sim_instr()
2275 JMP_PC ((PC - dstspec - dstspec) & 0177777); } in sim_instr()
2343 if (dstreg) R[dstspec] = R[dstspec] & 0177400; in sim_instr()
2463 dst = dstreg? R[dstspec]: ReadB (GeteaB (dstspec)); in sim_instr()
[all …]
H A Dpdp11_fp.c313 dst = (dstspec <= 07)? R[dstspec]: ReadW (GeteaW (dstspec)); in fp11()
318 if (dstspec <= 07) R[dstspec] = FPS; in fp11()
322 if (dstspec <= 07) R[dstspec] = FEC; in fp11()
356 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
362 WriteFP (&fac, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
384 ReadFP (&fsrc, GeteaFP (dstspec, lenf), dstspec, lenf); in fp11()
401 dst = (dstspec <= 07)? R[dstspec]: ReadW (GeteaW (dstspec)); in fp11()
420 if (dstspec <= 07) R[dstspec] = dst; in fp11()
428 if (dstspec <= 07) fac.l = R[dstspec] << 16; in fp11()
469 if (dstspec <= 07) R[dstspec] = (dst >> 16) & 0177777; in fp11()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dmaketexture.cpp314 dstspec.x == 0 && dstspec.y == 0 && // Not a crop or overscan in resize_block()
386 float dw = dstspec.width, dh = dstspec.height; in lightprobe_to_envlatl()
1342 if ((dstspec.x < 0 || dstspec.y < 0 || dstspec.z < 0) in make_texture_impl()
1348 dstspec.full_x -= dstspec.x; in make_texture_impl()
1352 dstspec.full_y -= dstspec.y; in make_texture_impl()
1356 dstspec.full_z -= dstspec.z; in make_texture_impl()
1566 dstspec.width = ceil2(dstspec.width); in make_texture_impl()
1567 dstspec.height = ceil2(dstspec.height); in make_texture_impl()
1568 dstspec.full_width = dstspec.width; in make_texture_impl()
1569 dstspec.full_height = dstspec.height; in make_texture_impl()
[all …]
H A Dimagebufalgo_channels.cpp236 ImageSpec dstspec = A.spec(); in channel_append() local
237 dstspec.set_format( in channel_append()
245 if (std::find(dstspec.channelnames.begin(), in channel_append()
246 dstspec.channelnames.end(), name) in channel_append()
247 != dstspec.channelnames.end()) { in channel_append()
255 if (std::find(dstspec.channelnames.begin(), in channel_append()
256 dstspec.channelnames.end(), name) in channel_append()
257 != dstspec.channelnames.end()) { in channel_append()
262 dstspec.channelnames.push_back(name); in channel_append()
268 set_roi(dstspec, roi); in channel_append()
[all …]
H A Dimagebufalgo_xform.cpp198 const ImageSpec& dstspec(dst.spec()); in resize_() local
199 int nchannels = dstspec.nchannels; in resize_()
212 float xratio = float(dstspec.full_width) in resize_()
261 << " to " << dstspec.full_width << "x" << dstspec.full_height << "\n"; in resize_()
474 const ImageSpec& dstspec(dst.spec()); in resize() local
501 const ImageSpec& dstspec(dst.spec()); in resize() local
653 const ImageSpec& dstspec(dst.spec()); in fit() local
703 const ImageSpec& dstspec(dst.spec()); in resample_() local
713 float dstfx = dstspec.full_x; in resample_()
714 float dstfy = dstspec.full_y; in resample_()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dmaketexture.cpp314 dstspec.x == 0 && dstspec.y == 0 && // Not a crop or overscan in resize_block()
386 float dw = dstspec.width, dh = dstspec.height; in lightprobe_to_envlatl()
1342 if ((dstspec.x < 0 || dstspec.y < 0 || dstspec.z < 0) in make_texture_impl()
1348 dstspec.full_x -= dstspec.x; in make_texture_impl()
1352 dstspec.full_y -= dstspec.y; in make_texture_impl()
1356 dstspec.full_z -= dstspec.z; in make_texture_impl()
1566 dstspec.width = ceil2(dstspec.width); in make_texture_impl()
1567 dstspec.height = ceil2(dstspec.height); in make_texture_impl()
1568 dstspec.full_width = dstspec.width; in make_texture_impl()
1569 dstspec.full_height = dstspec.height; in make_texture_impl()
[all …]
H A Dimagebufalgo_channels.cpp236 ImageSpec dstspec = A.spec(); in channel_append() local
237 dstspec.set_format( in channel_append()
245 if (std::find(dstspec.channelnames.begin(), in channel_append()
246 dstspec.channelnames.end(), name) in channel_append()
247 != dstspec.channelnames.end()) { in channel_append()
255 if (std::find(dstspec.channelnames.begin(), in channel_append()
256 dstspec.channelnames.end(), name) in channel_append()
257 != dstspec.channelnames.end()) { in channel_append()
262 dstspec.channelnames.push_back(name); in channel_append()
268 set_roi(dstspec, roi); in channel_append()
[all …]
H A Dimagebufalgo_xform.cpp198 const ImageSpec& dstspec(dst.spec()); in resize_() local
199 int nchannels = dstspec.nchannels; in resize_()
212 float xratio = float(dstspec.full_width) in resize_()
261 << " to " << dstspec.full_width << "x" << dstspec.full_height << "\n"; in resize_()
474 const ImageSpec& dstspec(dst.spec()); in resize() local
501 const ImageSpec& dstspec(dst.spec()); in resize() local
653 const ImageSpec& dstspec(dst.spec()); in fit() local
703 const ImageSpec& dstspec(dst.spec()); in resample_() local
713 float dstfx = dstspec.full_x; in resample_()
714 float dstfy = dstspec.full_y; in resample_()
[all …]
/dports/security/proxycheck/proxycheck-0.49a/
H A Dproxycheck.c53 static char *dstspec; /* destination specification */ variable
391 dstspec = optarg; in init()
541 if (!dstspec) /* dstspec may be set in check->init() */ in init()
544 if (!(p = strchr(dstspec, ':'))) in init()
545 usage("destination port missing in `%s'", dstspec); in init()
547 if (!hostaddr(dstspec, &dstaddr)) in init()
548 usage("unknown destination host `%s'", dstspec); in init()
998 if (!dstspec) in dsbli()
1000 if (!strchr(dstspec, ':')) { in dsbli()
1001 sprintf(pxybuf, "%s:25", dstspec); in dsbli()
[all …]