Home
last modified time | relevance | path

Searched refs:aev (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/plugin/
H A Dags_lv2_plugin_test.c325 LV2_Atom_Event *aev; in ags_lv2_plugin_test_atom_sequence_append_midi() local
366 CU_ASSERT(aev->body.type == id && in ags_lv2_plugin_test_atom_sequence_append_midi()
368 aev += ((3 + 7) & (~7)); in ags_lv2_plugin_test_atom_sequence_append_midi()
370 CU_ASSERT(aev->body.type == id && in ags_lv2_plugin_test_atom_sequence_append_midi()
372 aev += ((3 + 7) & (~7)); in ags_lv2_plugin_test_atom_sequence_append_midi()
374 CU_ASSERT(aev->body.type == id && in ags_lv2_plugin_test_atom_sequence_append_midi()
382 LV2_Atom_Event *aev; in ags_lv2_plugin_test_atom_sequence_remove_midi() local
429 CU_ASSERT(aev->body.type == id && in ags_lv2_plugin_test_atom_sequence_remove_midi()
431 aev += ((3 + 7) & (~7)); in ags_lv2_plugin_test_atom_sequence_remove_midi()
444 aev += ((3 + 7) & (~7)); in ags_lv2_plugin_test_atom_sequence_remove_midi()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/plugins/lv2/
H A Dlv2_evbuf.c169 LV2_Atom_Event* aev; in lv2_evbuf_get() local
171 aev = (LV2_Atom_Event*)( in lv2_evbuf_get()
174 *frames = aev->time.frames; in lv2_evbuf_get()
176 *type = aev->body.type; in lv2_evbuf_get()
177 *size = aev->body.size; in lv2_evbuf_get()
193 LV2_Atom_Event* aev; in lv2_evbuf_write() local
201 aev = (LV2_Atom_Event*)( in lv2_evbuf_write()
204 aev->time.frames = frames; in lv2_evbuf_write()
205 aev->body.type = type; in lv2_evbuf_write()
206 aev->body.size = size; in lv2_evbuf_write()
[all …]
/dports/audio/jalv/jalv-1.6.6/src/
H A Dlv2_evbuf.c141 LV2_Atom_Event* aev = (LV2_Atom_Event*)( in lv2_evbuf_get() local
144 *frames = aev->time.frames; in lv2_evbuf_get()
146 *type = aev->body.type; in lv2_evbuf_get()
147 *size = aev->body.size; in lv2_evbuf_get()
148 *data = (uint8_t*)LV2_ATOM_BODY(&aev->body); in lv2_evbuf_get()
169 LV2_Atom_Event* aev = (LV2_Atom_Event*)( in lv2_evbuf_write() local
172 aev->time.frames = frames; in lv2_evbuf_write()
173 aev->body.type = type; in lv2_evbuf_write()
174 aev->body.size = size; in lv2_evbuf_write()
175 memcpy(LV2_ATOM_BODY(&aev->body), data, size); in lv2_evbuf_write()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlv2_evbuf.c153 LV2_Atom_Event* aev = (LV2_Atom_Event*)((uintptr_t)( in lv2_evbuf_get() local
156 *samples = aev->time.frames; in lv2_evbuf_get()
158 *type = aev->body.type; in lv2_evbuf_get()
159 *size = aev->body.size; in lv2_evbuf_get()
160 *data = (uint8_t*)LV2_ATOM_BODY(&aev->body); in lv2_evbuf_get()
180 LV2_Atom_Event* aev = (LV2_Atom_Event*)((uintptr_t)( in lv2_evbuf_write() local
183 aev->time.frames = samples; in lv2_evbuf_write()
184 aev->body.type = type; in lv2_evbuf_write()
185 aev->body.size = size; in lv2_evbuf_write()
186 memcpy(LV2_ATOM_BODY(&aev->body), data, size); in lv2_evbuf_write()
/dports/dns/kf5-kdnssd/kdnssd-5.89.0/src/
H A Dmdnsd-domainbrowser.cpp54 AddRemoveEvent *aev = static_cast<AddRemoveEvent *>(event); in customEvent() local
55 if (aev->m_op == AddRemoveEvent::Add) { in customEvent()
57 if (m_domains.contains(aev->m_domain)) { in customEvent()
60 m_domains.append(aev->m_domain); in customEvent()
61 Q_EMIT m_parent->domainAdded(aev->m_domain); in customEvent()
63 m_domains.removeAll(aev->m_domain); in customEvent()
64 Q_EMIT m_parent->domainRemoved(aev->m_domain); in customEvent()
H A Dmdnsd-servicebrowser.cpp142 AddRemoveEvent *aev = static_cast<AddRemoveEvent *>(event); in customEvent() local
144 …RemoteService::Ptr svr(new RemoteService(aev->m_name, aev->m_type.left(aev->m_type.length() - 1), in customEvent()
145 if (aev->m_op == AddRemoveEvent::Add) { in customEvent()
166 m_finished = aev->m_last; in customEvent()
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DMessageHandler.cpp235 if (aev == NULL) return; in handleIncomingACK()
238 aev->setFinished(true); in handleIncomingACK()
242 aev->setDelivered(true); in handleIncomingACK()
245 aev->setDelivered(false); in handleIncomingACK()
249 aev->setDelivered(true); in handleIncomingACK()
252 aev->setDelivered(false); in handleIncomingACK()
256 aev->setDelivered(false); in handleIncomingACK()
260 aev->setDelivered(true); in handleIncomingACK()
263 aev->setDelivered(true); in handleIncomingACK()
276 aev->setDelivered(true); in handleIncomingACK()
[all …]
H A DSMTPClient.cpp225 const SMSMessageEvent *aev = static_cast<const SMSMessageEvent*>(ev); in SayFrom() local
226 b.Pack(aev->getSMTPFrom()); in SayFrom()
245 const SMSMessageEvent *aev = static_cast<const SMSMessageEvent*>(ev); in SayTo() local
246 b.Pack(aev->getSMTPTo()); in SayTo()
273 const SMSMessageEvent *aev = static_cast<const SMSMessageEvent*>(ev); in SendText() local
275 if(!aev->getSMTPSubject().empty()) { in SendText()
277 b.Pack(aev->getSMTPSubject()); in SendText()
281 b.Pack(aev->getMessage()); in SendText()
283 const EmailMessageEvent *aev = static_cast<const EmailMessageEvent*>(ev); in SendText() local
284 b.Pack(aev->getMessage()); in SendText()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/state/
H A Dv2.py215 aev = await _get_event(
218 if aev and (aev.type, aev.state_key) == (EventTypes.PowerLevels, ""):
219 pl = aev
225 aev = await _get_event(
228 if aev and (aev.type, aev.state_key) == (EventTypes.Create, ""):
229 if aev.content.get("creator") == event.sender:
670 aev = await _get_event(
673 if aev and (aev.type, aev.state_key) == (EventTypes.PowerLevels, ""):
674 tmp_event = aev
/dports/science/tinker/tinker/source/
H A Delj3.f56 aev(i) = aev(i) + aelrc
277 aev(i) = aev(i) + 0.5d0*e
278 aev(k) = aev(k) + 0.5d0*e
441 aev(i) = aev(i) + 0.5d0*e
444 aev(i) = aev(i) + 0.5d0*e
769 aev(i) = aev(i) + 0.5d0*e
770 aev(k) = aev(k) + 0.5d0*e
1057 aev(i) = aev(i) + 0.5d0*e
1058 aev(k) = aev(k) + 0.5d0*e
1329 aev(i) = aev(i) + 0.5d0*e
[all …]
H A Degauss3.f225 aev(i) = aev(i) + 0.5d0*e
226 aev(k) = aev(k) + 0.5d0*e
373 aev(i) = aev(i) + 0.5d0*e
376 aev(i) = aev(i) + 0.5d0*e
377 aev(k) = aev(k) + 0.5d0*e
687 aev(i) = aev(i) + 0.5d0*e
688 aev(k) = aev(k) + 0.5d0*e
960 aev(i) = aev(i) + 0.5d0*e
961 aev(k) = aev(k) + 0.5d0*e
1231 aev(i) = aev(i) + 0.5d0*e
[all …]
H A Debuck3.f59 aev(i) = aev(i) + aelrc
133 aev(i) = 0.0d0
271 aev(i) = aev(i) + 0.5d0*e
272 aev(k) = aev(k) + 0.5d0*e
419 aev(i) = aev(i) + 0.5d0*e
422 aev(i) = aev(i) + 0.5d0*e
423 aev(k) = aev(k) + 0.5d0*e
738 aev(i) = aev(i) + 0.5d0*e
739 aev(k) = aev(k) + 0.5d0*e
1018 aev(i) = aev(i) + 0.5d0*e
[all …]
H A Dehal3.f51 aev(i) = aev(i) + aelrc
126 aev(i) = 0.0d0
279 aev(i) = aev(i) + 0.5d0*e
280 aev(k) = aev(k) + 0.5d0*e
449 aev(i) = aev(i) + 0.5d0*e
452 aev(i) = aev(i) + 0.5d0*e
453 aev(k) = aev(k) + 0.5d0*e
783 aev(i) = aev(i) + 0.5d0*e
784 aev(k) = aev(k) + 0.5d0*e
1078 aev(i) = aev(i) + 0.5d0*e
[all …]
H A Demm3hb3.f62 aev(i) = aev(i) + aelrc
149 aev(i) = 0.0d0
326 aev(i) = aev(i) + 0.5d0*e
327 aev(k) = aev(k) + 0.5d0*e
514 aev(i) = aev(i) + 0.5d0*e
517 aev(i) = aev(i) + 0.5d0*e
518 aev(k) = aev(k) + 0.5d0*e
898 aev(i) = aev(i) + 0.5d0*e
899 aev(k) = aev(k) + 0.5d0*e
1230 aev(i) = aev(i) + 0.5d0*e
[all …]
H A Danalysis.f86 deallocate (aev)
118 allocate (aev(n))
151 aev(i) = 0.0d0
252 & + aev(i) + aer(i) + aedsp(i) + aec(i) + aecd(i)
/dports/audio/gsequencer/gsequencer-3.10.4/ags/plugin/
H A Dags_lv2_plugin.c1843 LV2_Atom_Event *aev; in ags_lv2_plugin_alloc_atom_sequence() local
1857 aev->body.size = 0; in ags_lv2_plugin_alloc_atom_sequence()
1858 aev->body.type = 0; in ags_lv2_plugin_alloc_atom_sequence()
1919 aev = in ags_lv2_plugin_atom_sequence_append_midi()
1927 size = aev->body.size; in ags_lv2_plugin_atom_sequence_append_midi()
1961 aev->body.size = 0; in ags_lv2_plugin_atom_sequence_append_midi()
1962 aev->body.type = 0; in ags_lv2_plugin_atom_sequence_append_midi()
2003 aev = in ags_lv2_plugin_atom_sequence_remove_midi()
2015 current_aev = aev; in ags_lv2_plugin_atom_sequence_remove_midi()
2021 size = aev->body.size; in ags_lv2_plugin_atom_sequence_remove_midi()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/wscons/
H A Devent.c182 bool aev = false, arel = false; in platform_event_process() local
215 aev = arel = true; in platform_event_process()
218 aev = arel = true; in platform_event_process()
223 aev = true; in platform_event_process()
226 aev = true; aind = 1; in platform_event_process()
237 if (aev){ in platform_event_process()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/wscons/
H A Devent.c182 bool aev = false, arel = false; in platform_event_process() local
215 aev = arel = true; in platform_event_process()
218 aev = arel = true; in platform_event_process()
223 aev = true; in platform_event_process()
226 aev = true; aind = 1; in platform_event_process()
237 if (aev){ in platform_event_process()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/wscons/
H A Devent.c182 bool aev = false, arel = false; in platform_event_process() local
215 aev = arel = true; in platform_event_process()
218 aev = arel = true; in platform_event_process()
223 aev = true; in platform_event_process()
226 aev = true; aind = 1; in platform_event_process()
237 if (aev){ in platform_event_process()
/dports/x11/aclip/arcan-0.6.1/src/platform/wscons/
H A Devent.c182 bool aev = false, arel = false; in platform_event_process() local
215 aev = arel = true; in platform_event_process()
218 aev = arel = true; in platform_event_process()
223 aev = true; in platform_event_process()
226 aev = true; aind = 1; in platform_event_process()
237 if (aev){ in platform_event_process()
/dports/www/aria2/aria2-1.36.0/src/
H A DEvent.h242 void addADNSEvent(const ADNSEvent& aev) in addADNSEvent() argument
245 std::find(adnsEvents_.begin(), adnsEvents_.end(), aev); in addADNSEvent()
247 adnsEvents_.push_back(aev); in addADNSEvent()
251 void removeADNSEvent(const ADNSEvent& aev) in removeADNSEvent() argument
254 std::find(adnsEvents_.begin(), adnsEvents_.end(), aev); in removeADNSEvent()
/dports/games/wesnoth/wesnoth-1.14.17/utils/
H A Dprkill301 my $aev = 0; # expected value of hp(A), given A survives
334 foreach my $i ((1+$dra)..$l) { $aev += $i * $P[$i][0] }
335 $aev /= $bdf;
358 printf "E[hpA | B dies] = %5.1f\n", $aev if $bdf;
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DRichardsSolver.F9068 REAL(KIND=dp) :: aev, lambda ! Brooks and Corey local
76 SAVE PrevMaterial,PrevElement,nnodes,PorosityModelIndex,kwsat,a,n,m,aev,lambda,nodalkw
125 aev = GetConstReal( Material,'Brooks and Corey Air entry value')
130 IF( psy <= aev ) THEN
133 kw=kwsat*(psy/aev)**(-2-3*lambda)
154 REAL(KIND=dp) :: aev, lambda ! Brooks and Corey local
162 SAVE PrevMaterial,PrevElement,nnodes,PorosityModelIndex,nodalteta,tetaR,tetaS,a,n,m,aev,lambda
214 aev = GetConstReal( Material,'Brooks and Corey Air entry value')
221 IF( psy <= aev ) THEN
224 teta=tetaR+(tetaS-tetaR)*(psy/aev)**(-lambda)
/dports/audio/carla/Carla-2.4.1/source/plugin/
H A Dcarla-lv2.cpp428 aev->time.frames = 0; in lv2_run()
429 aev->body.size = atom->size; in lv2_run()
430 aev->body.type = atom->type; in lv2_run()
465 aev->time.frames = 0; in lv2_run()
466 aev->body.size = msgSize; in lv2_run()
467 aev->body.type = fURIs.carlaUiEvents; in lv2_run()
468 std::memcpy(LV2_ATOM_BODY(&aev->body), msg, msgSize); in lv2_run()
971 aev->time.frames = event->time; in handleWriteMidiEvent()
972 aev->body.size = event->size; in handleWriteMidiEvent()
973 aev->body.type = fURIs.midiEvent; in handleWriteMidiEvent()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/examples/
H A Dmaxwell2dN1.cpp37 BilinearForm aev=intg(omega, curl(e)|curl(q)) - ome*intg(omega, e|q); in main() local
41 TermMatrix A(aev, ecs, "A"); in main()

1234567891011