Home
last modified time | relevance | path

Searched refs:ivc (Results 201 – 225 of 500) sorted by relevance

12345678910>>...20

/dports/sysutils/u-boot-rpi3/u-boot-2021.07/drivers/misc/
H A Dtegra186_bpmp.c31 struct tegra_ivc ivc; member
50 ret = tegra_ivc_write_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
61 ret = tegra_ivc_write_advance(&priv->ivc); in tegra186_bpmp_call()
69 ret = tegra_ivc_channel_notified(&priv->ivc); in tegra186_bpmp_call()
75 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
92 ret = tegra_ivc_read_advance(&priv->ivc); in tegra186_bpmp_call()
166 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc) in tegra186_bpmp_ivc_notify() argument
169 container_of(ivc, struct tegra186_bpmp, ivc); in tegra186_bpmp_ivc_notify()
203 ret = tegra_ivc_init(&priv->ivc, rx_base, tx_base, BPMP_IVC_FRAME_COUNT, in tegra186_bpmp_probe()
210 tegra_ivc_channel_reset(&priv->ivc); in tegra186_bpmp_probe()
[all …]
/dports/sysutils/u-boot-rock64/u-boot-2021.07/drivers/misc/
H A Dtegra186_bpmp.c31 struct tegra_ivc ivc; member
50 ret = tegra_ivc_write_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
61 ret = tegra_ivc_write_advance(&priv->ivc); in tegra186_bpmp_call()
69 ret = tegra_ivc_channel_notified(&priv->ivc); in tegra186_bpmp_call()
75 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
92 ret = tegra_ivc_read_advance(&priv->ivc); in tegra186_bpmp_call()
166 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc) in tegra186_bpmp_ivc_notify() argument
169 container_of(ivc, struct tegra186_bpmp, ivc); in tegra186_bpmp_ivc_notify()
203 ret = tegra_ivc_init(&priv->ivc, rx_base, tx_base, BPMP_IVC_FRAME_COUNT, in tegra186_bpmp_probe()
210 tegra_ivc_channel_reset(&priv->ivc); in tegra186_bpmp_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/tegra/
H A Dbpmp-tegra186.c45 frame = tegra_ivc_read_get_next_frame(channel->ivc); in tegra186_bpmp_is_message_ready()
60 frame = tegra_ivc_write_get_next_frame(channel->ivc); in tegra186_bpmp_is_channel_free()
73 return tegra_ivc_read_advance(channel->ivc); in tegra186_bpmp_ack_message()
78 return tegra_ivc_write_advance(channel->ivc); in tegra186_bpmp_post_message()
95 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc, void *data) in tegra186_bpmp_ivc_notify() argument
115 channel->ivc = devm_kzalloc(bpmp->dev, sizeof(*channel->ivc), in tegra186_bpmp_channel_init()
117 if (!channel->ivc) in tegra186_bpmp_channel_init()
124 err = tegra_ivc_init(channel->ivc, NULL, in tegra186_bpmp_channel_init()
144 tegra_ivc_reset(channel->ivc); in tegra186_bpmp_channel_reset()
147 while (tegra_ivc_notified(channel->ivc)) in tegra186_bpmp_channel_reset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/tegra/
H A Dbpmp-tegra186.c45 frame = tegra_ivc_read_get_next_frame(channel->ivc); in tegra186_bpmp_is_message_ready()
60 frame = tegra_ivc_write_get_next_frame(channel->ivc); in tegra186_bpmp_is_channel_free()
73 return tegra_ivc_read_advance(channel->ivc); in tegra186_bpmp_ack_message()
78 return tegra_ivc_write_advance(channel->ivc); in tegra186_bpmp_post_message()
95 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc, void *data) in tegra186_bpmp_ivc_notify() argument
115 channel->ivc = devm_kzalloc(bpmp->dev, sizeof(*channel->ivc), in tegra186_bpmp_channel_init()
117 if (!channel->ivc) in tegra186_bpmp_channel_init()
124 err = tegra_ivc_init(channel->ivc, NULL, in tegra186_bpmp_channel_init()
144 tegra_ivc_reset(channel->ivc); in tegra186_bpmp_channel_reset()
147 while (tegra_ivc_notified(channel->ivc)) in tegra186_bpmp_channel_reset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/tegra/
H A Dbpmp-tegra186.c45 frame = tegra_ivc_read_get_next_frame(channel->ivc); in tegra186_bpmp_is_message_ready()
60 frame = tegra_ivc_write_get_next_frame(channel->ivc); in tegra186_bpmp_is_channel_free()
73 return tegra_ivc_read_advance(channel->ivc); in tegra186_bpmp_ack_message()
78 return tegra_ivc_write_advance(channel->ivc); in tegra186_bpmp_post_message()
95 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc, void *data) in tegra186_bpmp_ivc_notify() argument
115 channel->ivc = devm_kzalloc(bpmp->dev, sizeof(*channel->ivc), in tegra186_bpmp_channel_init()
117 if (!channel->ivc) in tegra186_bpmp_channel_init()
124 err = tegra_ivc_init(channel->ivc, NULL, in tegra186_bpmp_channel_init()
144 tegra_ivc_reset(channel->ivc); in tegra186_bpmp_channel_reset()
147 while (tegra_ivc_notified(channel->ivc)) in tegra186_bpmp_channel_reset()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/
H A Droutines.c3066 for (ivc=0; ivc<3; ivc++) { in printForce()
3076 for (ivc=0; ivc<3; ivc++) { in printForce()
3099 for (ivc=0; ivc<3; ivc++) { in printForce()
3162 for (ivc=0; ivc<3; ivc++) { in printForce()
3211 for (ivc=0; ivc<3; ivc++) { in printForce()
3309 for (ivc=0; ivc<3; ivc++) { in printElecForce()
3319 for (ivc=0; ivc<3; ivc++) { in printElecForce()
3342 for (ivc=0; ivc<3; ivc++) { in printElecForce()
3405 for (ivc=0; ivc<3; ivc++) { in printElecForce()
3554 for (ivc=0; ivc<3; ivc++) { in printApolForce()
[all …]
/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dtest24.csd53 ivc la_i_vc_create 5
54 la_i_print_vc ivc
56 ivc la_i_vc_set 1, -1, 1
57 la_i_print_vc ivc
61 ivc1 la_i_conjugate_vc ivc
92 idist la_i_distance_vc ivc, ivc1
114 ivc2 la_i_add_vc ivc, ivc
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/179/
H A Dbase.scm95 (define (interval-cursor-get ivc)
96 (vector-ref ivc 0))
98 (define (interval-cursor-next! ivc)
99 (and (rev-index-next! (vector-ref ivc 1)
100 (vector-ref ivc 2)
102 (vector-ref ivc 0)))
104 (define (interval-cursor-next ivc)
106 (ivc (vector multi-index
108 (vector-ref ivc 2)
113 (values ivc (vector-ref ivc 0)))))
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vccs/
H A Dvccssacl.c26 double ivc; in VCCSsAcLoad() local
39 ivc = *(ckt->CKTirhsOld + here->VCCScontPosNode) in VCCSsAcLoad()
44 here->VCCSsenParmNo) -= ivc; in VCCSsAcLoad()
48 here->VCCSsenParmNo) += ivc; in VCCSsAcLoad()
/dports/cad/feappv/feappv-4.1i/plot/
H A Dpltecn.f29 integer i,j,ii,ivc,jvc,nc,nn local
65 ivc = max(1,min(9,nint((x1-xmn)*xmx + 1)))
67 if(tvc(ivc,jvc)) then
68 tvc(ivc,jvc) = .false.
H A Dpltris.f53 integer nsi,i,j,ii,ivc,jvc,nn,nnn, ilc(4)
162 ivc = nint((x1-xmn)*xmx) + 1
163 ivc = max(1,min(9,ivc))
166 if(tvc(ivc,jvc)) then
167 tvc(ivc,jvc) = .false.
/dports/science/teem/teem-1.11.0-src/src/moss/
H A DmethodsMoss.c45 smplr->ivc = NULL; in mossSamplerNew()
65 smplr->ivc = (float*)calloc(fdiam*fdiam*ncol, sizeof(float)); in mossSamplerFill()
70 if (!( smplr->ivc && smplr->xFslw && smplr->yFslw in mossSamplerFill()
84 smplr->ivc = (float *)airFree(smplr->ivc); in mossSamplerEmpty()
H A Dsampler.c95 if (!(smplr->ivc)) { in mossSamplerUpdate()
121 if (!(smplr->ivc)) { in mossSamplerSample()
186 smplr->ivc[xi + fdiam*(yi + fdiam*ci)] = in mossSamplerSample()
192 smplr->ivc[xi + fdiam*(yi + fdiam*ci)] = smplr->bg[ci]; in mossSamplerSample()
201 smplr->ivc[xi + fdiam*(yi + fdiam*ci)] = in mossSamplerSample()
217 tmp += smplr->xFslw[xi]*smplr->ivc[xi + fdiam*(yi + fdiam*ci)]; in mossSamplerSample()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vcvs/
H A Dvcvssacl.c25 double ivc; in VCVSsAcLoad() local
38 ivc = *(ckt->CKTirhsOld + here->VCVScontPosNode) in VCVSsAcLoad()
44 here->VCVSsenParmNo) += ivc; in VCVSsAcLoad()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Dintf.c33 static struct ivc ivc_ccplex_bpmp_channel;
60 const struct ivc *ch = &ivc_ccplex_bpmp_channel; in tegra_bpmp_get_next_out_frame()
157 static void tegra_bpmp_ivc_notify(const struct ivc *ivc) in tegra_bpmp_ivc_notify() argument
159 (void)(ivc); in tegra_bpmp_ivc_notify()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Dintf.c33 static struct ivc ivc_ccplex_bpmp_channel;
60 const struct ivc *ch = &ivc_ccplex_bpmp_channel; in tegra_bpmp_get_next_out_frame()
157 static void tegra_bpmp_ivc_notify(const struct ivc *ivc) in tegra_bpmp_ivc_notify() argument
159 (void)(ivc); in tegra_bpmp_ivc_notify()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Dintf.c33 static struct ivc ivc_ccplex_bpmp_channel;
60 const struct ivc *ch = &ivc_ccplex_bpmp_channel; in tegra_bpmp_get_next_out_frame()
157 static void tegra_bpmp_ivc_notify(const struct ivc *ivc) in tegra_bpmp_ivc_notify() argument
159 (void)(ivc); in tegra_bpmp_ivc_notify()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Dintf.c33 static struct ivc ivc_ccplex_bpmp_channel;
60 const struct ivc *ch = &ivc_ccplex_bpmp_channel; in tegra_bpmp_get_next_out_frame()
157 static void tegra_bpmp_ivc_notify(const struct ivc *ivc) in tegra_bpmp_ivc_notify() argument
159 (void)(ivc); in tegra_bpmp_ivc_notify()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Dintf.c33 static struct ivc ivc_ccplex_bpmp_channel;
60 const struct ivc *ch = &ivc_ccplex_bpmp_channel; in tegra_bpmp_get_next_out_frame()
157 static void tegra_bpmp_ivc_notify(const struct ivc *ivc) in tegra_bpmp_ivc_notify() argument
159 (void)(ivc); in tegra_bpmp_ivc_notify()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/selci/
H A Dslect.F36 ivc = selci_mptr(nfmax*nroot)
98 $ iconf, ncold, q(ivc), iocc, itemp, irange, ptnorm,
142 $ q(ivc), iocc, itemp, irange, ptnorm,
156 junk = selci_mfree(ivc)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/selci/
H A Dslect.F36 ivc = selci_mptr(nfmax*nroot)
98 $ iconf, ncold, q(ivc), iocc, itemp, irange, ptnorm,
142 $ q(ivc), iocc, itemp, irange, ptnorm,
156 junk = selci_mfree(ivc)
/dports/graphics/argyllcms/Argyll_V1.9.2/link/
H A Dpathplot.c112 icxViewCond ivc[1], ovc[1]; in main() local
199 …if (xicc_enum_viewcond(in_xicco, ivc, -2, "mt", 0, NULL) == -999) /* Set input at monitor in typic… in main()
210 …icco, ICX_CLIP_NEAREST, icmFwd, icAbsoluteColorimetric, pcsor, icmLuOrdNorm, ivc, NULL)) == NULL) { in main()
211 …obj(in_xicco, ICX_CLIP_NEAREST, icmBwd, icmDefaultIntent, pcsor, icmLuOrdNorm, ivc, NULL)) == NULL) in main()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondSegmentsContext.cpp1400 VoltaChain::iterator ivc; in dump() local
1401 for (ivc=(*it)->rawVoltaChain->begin(); in dump()
1402 ivc!=(*it)->rawVoltaChain->end(); ++ivc) { in dump()
1403 std::cout << " \"" << (*ivc)->data->segment->getLabel() << "\" :"; in dump()
1404 for (std::set<int>::iterator u=(*ivc)->voltaNumber.begin(); in dump()
1405 u!=(*ivc)->voltaNumber.end(); ++u) { in dump()
1413 VoltaChain::iterator ivc; in dump() local
1414 for (ivc=(*it)->sortedVoltaChain->begin(); in dump()
1415 ivc!=(*it)->sortedVoltaChain->end(); ++ivc) { in dump()
1417 for (std::set<int>::iterator u=(*ivc)->voltaNumber.begin(); in dump()
[all …]
/dports/security/klee/klee-2.2/test/Feature/
H A DCheckForImpliedValue.c.failing15 if (!x) { // should give x = 0 hit by ivc
18 if (swap(y) == 0x00020000) { // should give y = 2 missed by ivc
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/MSCommon/
H A Dvs.py71 ivc = SCons.Tool.MSCommon.vc.InstalledVCMap.get(self.vc_version)
72 if not ivc:
75 return ivc.get_vc_dir()[:-len(ivc.vc_subdir)]

12345678910>>...20