Home
last modified time | relevance | path

Searched refs:beam (Results 1 – 25 of 5253) sorted by relevance

12345678910>>...211

/dports/www/apache24/httpd-2.4.53/modules/http2/
H A Dh2_bucket_beam.c121 d->beam = beam; in h2_beam_bucket_make()
219 (void)beam; in leave_yellow()
529 if (beam->send_pool && beam->send_pool != beam->pool) { in beam_set_send_pool()
556 beam->cons_ev_cb(beam->cons_ctx, beam); in recv_buffer_cleanup()
635 beam = apr_pcalloc(pool, sizeof(*beam)); in h2_beam_create()
678 if (beam && enter_yellow(beam, &bl) == APR_SUCCESS) { in h2_beam_buffer_size_get()
711 if (beam && enter_yellow(beam, &bl) == APR_SUCCESS) { in h2_beam_abort()
815 can_beam = beam->can_beam_fn(beam->can_beam_ctx, beam, fd); in append_bucket()
1106 if (beam->closed && buffer_is_empty(beam)) { in h2_beam_receive()
1119 beam->cons_ev_cb(beam->cons_ctx, beam); in h2_beam_receive()
[all …]
H A Dh2_bucket_beam.h243 apr_status_t h2_beam_send(h2_bucket_beam *beam,
274 int h2_beam_empty(h2_bucket_beam *beam);
279 int h2_beam_holds_proxies(h2_bucket_beam *beam);
287 void h2_beam_abort(h2_bucket_beam *beam);
294 apr_status_t h2_beam_close(h2_bucket_beam *beam);
304 int h2_beam_is_closed(h2_bucket_beam *beam);
322 void h2_beam_timeout_set(h2_bucket_beam *beam,
345 void h2_beam_on_consumed(h2_bucket_beam *beam,
368 void h2_beam_on_produced(h2_bucket_beam *beam,
381 void h2_beam_on_file_beam(h2_bucket_beam *beam,
[all …]
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmstuff2.cc1091 struct bolt beam; in spore_goes_pop() local
1130 explosion(beam); in spore_goes_pop()
1137 struct SBeam beam; in mons_spells() local
1141 beam.range = -1; in mons_spells()
1142 beam.hit = -1; in mons_spells()
1145 beam.type = -1; in mons_spells()
1147 beam.thrown = -1; in mons_spells()
1478 beam.hit = 9; in mons_spells()
1530 beam.hit = 9; in mons_spells()
1569 beam.hit = 9; in mons_spells()
[all …]
H A Dbeam.cc2301 if (beam.isTracer || beam.flavour != BEAM_MISSILE) in beam_drop_object()
2886 if (YOU_KILL( beam.thrower ) && !beam.aux_source) in beam_ouch()
2944 if (!beam.isExplosion && !beam.aimedAtFeet) in affect_player()
3118 beam_ouch( roll_dice( beam.damage ), beam ); in affect_player()
3134 beam_ouch( roll_dice( beam.damage ), beam ); in affect_player()
3144 beam_ouch( roll_dice( beam.damage ), beam ); in affect_player()
3246 if (beam.isExplosion && beam.flavour == BEAM_SPORE) in affect_player()
3975 beam.target_x, beam.target_y, in explosion()
3976 beam.type, beam.colour, beam.flavour, in explosion()
3977 beam.hit, beam.damage.num, beam.damage.size ); in explosion()
[all …]
H A Dspl-cast.cc648 struct bolt beam; in your_spells() local
1962 struct bolt beam; in miscast_effect() local
1983 beam.isTracer = false; in miscast_effect()
2096 beam.ex_size = 1; in miscast_effect()
2098 explosion(beam); in miscast_effect()
2125 explosion(beam); in miscast_effect()
3021 explosion(beam); in miscast_effect()
3052 explosion(beam); in miscast_effect()
3153 explosion(beam); in miscast_effect()
3281 explosion(beam); in miscast_effect()
[all …]
/dports/www/mod_http2/mod_h2-2.0.2/mod_http2/
H A Dh2_bucket_beam.c152 apr_off_t len = beam->recv_bytes - beam->recv_bytes_reported; in report_consumption()
228 rv = apr_thread_cond_timedwait(beam->change, beam->lock, beam->timeout); in wait_not_empty()
255 rv = apr_thread_cond_timedwait(beam->change, beam->lock, beam->timeout); in wait_not_full()
295 beam->recv_cb(beam->recv_ctx, beam); in recv_buffer_cleanup()
318 apr_pool_cleanup_kill(beam->pool, beam, beam_pool_cleanup); in h2_beam_destroy()
332 beam = apr_pcalloc(pool, sizeof(*beam)); in h2_beam_create()
404 if (beam->was_empty_cb && buffer_is_empty(beam)) { in h2_beam_abort()
405 beam->was_empty_cb(beam->was_empty_ctx, beam); in h2_beam_abort()
557 beam->was_empty_cb(beam->was_empty_ctx, beam); in h2_beam_send()
568 beam->was_empty_cb(beam->was_empty_ctx, beam); in h2_beam_send()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-explode.cc35 beam.is_tracer = false; in _setup_base_explosion()
36 beam.is_explosion = true; in _setup_base_explosion()
53 beam.aux_source.clear(); in _setup_base_explosion()
64 beam.ex_size = 1; in setup_spore_explosion()
100 beam.colour = MAGENTA; in _setup_prism_explosion()
105 beam.damage.num, beam.damage.size); in _setup_prism_explosion()
115 beam.colour = CYAN; in _setup_bennu_explosion()
116 beam.ex_size = 2; in _setup_bennu_explosion()
146 beam.colour = GREEN; in _setup_bloated_husk_explosion()
147 beam.ex_size = 2; in _setup_bloated_husk_explosion()
[all …]
H A Dspl-damage.cc106 if (grid_distance(beam.target, beam.source) > beam.range) in cast_fire_storm()
148 beam.real_flavour = beam.flavour; in cast_smitey_damnation()
192 bolt beam; in _chain_lightning_to() local
195 beam.damage.size = beam.damage.size * 2 / 3; in _chain_lightning_to()
203 beam.range = grid_distance(beam.source, beam.target); in _chain_lightning_to()
350 bolt beam; in cast_chain_spell() local
507 beam.damage.num = max(1, beam.damage.num / 2); in cast_chain_spell()
687 bolt beam; in _cast_los_attack_spell() local
1752 beam.explode_delay = beam.explode_delay * 3 / 2; in cast_irradiate()
2571 beam.source = beam.target = entry.first; in cast_thunderbolt()
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dscenes.cpp44 &beam, 128, &beam, 16,
56 &beam, 64, &beam, 64,
72 &beam, 64, &beam, 16,
88 &beam, 32, &beam, 8,
101 &beam, 128, &beam, 128,
165 &beam, 16, &beam, 8,
207 &beam, 128, &beam, 16,
641 &beam, 128, &beam, 16,
855 &beam, 64, &beam, 16,
976 &beam, 64, &beam, 16,
[all …]
/dports/devel/erlang-gpb/gpb-4.3.3/
H A DMakefile320 $(ebin)/gpb_compile.beam: $(ebin)/gpb_codegen.beam
321 $(ebin)/gpb_gen_encoders.beam: $(ebin)/gpb_codegen.beam
322 $(ebin)/gpb_gen_decoders.beam: $(ebin)/gpb_codegen.beam
323 $(ebin)/gpb_gen_mergers.beam: $(ebin)/gpb_codegen.beam
324 $(ebin)/gpb_gen_verifiers.beam: $(ebin)/gpb_codegen.beam
325 $(ebin)/gpb_gen_introspect.beam: $(ebin)/gpb_codegen.beam
326 $(ebin)/gpb_gen_translators.beam: $(ebin)/gpb_codegen.beam
327 $(ebin)/gpb_gen_nif.beam: $(ebin)/gpb_codegen.beam
328 $(ebin)/gpb_lib.beam: $(ebin)/gpb_codegen.beam
329 $(ebin)/gpb_codemorpher.beam: $(ebin)/gpb_codegen.beam
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A DMakefile255 $(EBIN)/disk_log.beam: disk_log.hrl
264 $(EBIN)/gen_tcp.beam: inet_int.hrl
265 $(EBIN)/gen_udp.beam: inet_int.hrl
270 $(EBIN)/inet6_tcp.beam: inet_int.hrl
272 $(EBIN)/inet6_udp.beam: inet_int.hrl
273 $(EBIN)/inet6_sctp.beam: inet_int.hrl
281 $(EBIN)/inet_tcp.beam: inet_int.hrl
283 $(EBIN)/inet_udp.beam: inet_int.hrl
285 $(EBIN)/local_udp.beam: inet_int.hrl
286 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A DMakefile250 $(EBIN)/disk_log.beam: disk_log.hrl
259 $(EBIN)/gen_tcp.beam: inet_int.hrl
260 $(EBIN)/gen_udp.beam: inet_int.hrl
265 $(EBIN)/inet6_tcp.beam: inet_int.hrl
267 $(EBIN)/inet6_udp.beam: inet_int.hrl
268 $(EBIN)/inet6_sctp.beam: inet_int.hrl
276 $(EBIN)/inet_tcp.beam: inet_int.hrl
278 $(EBIN)/inet_udp.beam: inet_int.hrl
280 $(EBIN)/local_udp.beam: inet_int.hrl
281 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A DMakefile246 $(EBIN)/disk_log.beam: disk_log.hrl
255 $(EBIN)/gen_tcp.beam: inet_int.hrl
256 $(EBIN)/gen_udp.beam: inet_int.hrl
261 $(EBIN)/inet6_tcp.beam: inet_int.hrl
263 $(EBIN)/inet6_udp.beam: inet_int.hrl
264 $(EBIN)/inet6_sctp.beam: inet_int.hrl
272 $(EBIN)/inet_tcp.beam: inet_int.hrl
274 $(EBIN)/inet_udp.beam: inet_int.hrl
276 $(EBIN)/local_udp.beam: inet_int.hrl
277 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A DMakefile248 $(EBIN)/disk_log.beam: disk_log.hrl
257 $(EBIN)/gen_tcp.beam: inet_int.hrl
258 $(EBIN)/gen_udp.beam: inet_int.hrl
262 $(EBIN)/inet6_tcp.beam: inet_int.hrl
264 $(EBIN)/inet6_udp.beam: inet_int.hrl
265 $(EBIN)/inet6_sctp.beam: inet_int.hrl
273 $(EBIN)/inet_tcp.beam: inet_int.hrl
275 $(EBIN)/inet_udp.beam: inet_int.hrl
277 $(EBIN)/local_udp.beam: inet_int.hrl
278 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A DMakefile248 $(EBIN)/disk_log.beam: disk_log.hrl
257 $(EBIN)/gen_tcp.beam: inet_int.hrl
258 $(EBIN)/gen_udp.beam: inet_int.hrl
262 $(EBIN)/inet6_tcp.beam: inet_int.hrl
264 $(EBIN)/inet6_udp.beam: inet_int.hrl
265 $(EBIN)/inet6_sctp.beam: inet_int.hrl
273 $(EBIN)/inet_tcp.beam: inet_int.hrl
275 $(EBIN)/inet_udp.beam: inet_int.hrl
277 $(EBIN)/local_udp.beam: inet_int.hrl
278 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A DMakefile248 $(EBIN)/disk_log.beam: disk_log.hrl
257 $(EBIN)/gen_tcp.beam: inet_int.hrl
258 $(EBIN)/gen_udp.beam: inet_int.hrl
262 $(EBIN)/inet6_tcp.beam: inet_int.hrl
264 $(EBIN)/inet6_udp.beam: inet_int.hrl
265 $(EBIN)/inet6_sctp.beam: inet_int.hrl
273 $(EBIN)/inet_tcp.beam: inet_int.hrl
275 $(EBIN)/inet_udp.beam: inet_int.hrl
277 $(EBIN)/local_udp.beam: inet_int.hrl
278 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A DMakefile248 $(EBIN)/disk_log.beam: disk_log.hrl
257 $(EBIN)/gen_tcp.beam: inet_int.hrl
258 $(EBIN)/gen_udp.beam: inet_int.hrl
262 $(EBIN)/inet6_tcp.beam: inet_int.hrl
264 $(EBIN)/inet6_udp.beam: inet_int.hrl
265 $(EBIN)/inet6_sctp.beam: inet_int.hrl
273 $(EBIN)/inet_tcp.beam: inet_int.hrl
275 $(EBIN)/inet_udp.beam: inet_int.hrl
277 $(EBIN)/local_udp.beam: inet_int.hrl
278 $(EBIN)/local_tcp.beam: inet_int.hrl
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/fow/
H A DC4FoWLightSection.cpp108 for (C4FoWBeam *beam = pBeams; beam; beam = beam->getNext()) in Prune() local
114 for (C4FoWBeam *beam = pBeams; beam; beam = beam->getNext()) in Dirty() local
116 beam->Dirty(std::min(beam->getLeftEndY(), beam->getRightEndY())); in Dirty()
130 beam = beam->getNext(); in FindBeamLeftOf()
144 for(C4FoWBeam *beam = pBeams; beam; beam = beam->getNext()) { in Update() local
190 beam = beam->getNext(); in Update()
224 …for(C4FoWBeam *beam = startBeam ? startBeam->getNext() : pBeams; beam; lastBeam = beam, beam = bea… in Update() local
329 for (C4FoWBeam *beam = startBeam ? startBeam->getNext() : pBeams; beam; beam = beam->getNext()) in Update() local
381 beam = beam->getNext(); in Invalidate()
408 beam = beam->getNext(); in FindBeamsClipped()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/beam/
H A Dtst_beam.cpp31 void beam(const char* path);
35 void beamA() { beam("Beam-A.mscx"); } in beamA()
36 void beamB() { beam("Beam-B.mscx"); } in beamB()
37 void beamC() { beam("Beam-C.mscx"); } in beamC()
38 void beamD() { beam("Beam-D.mscx"); } in beamD()
39 void beamE() { beam("Beam-E.mscx"); } in beamE()
40 void beamF() { beam("Beam-F.mscx"); } in beamF()
41 void beamG() { beam("Beam-G.mscx"); } in beamG()
65 void TestBeam::beam(const char* path) in beam() function in TestBeam
90 Beam* b = first_note->beam(); in beamCrossMeasure1()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A DMakefile200 $(EBIN)/beam_ssa.beam: beam_ssa.hrl
201 $(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
203 $(EBIN)/beam_ssa_dead.beam: beam_ssa.hrl
206 $(EBIN)/beam_ssa_opt.beam: beam_ssa.hrl
207 $(EBIN)/beam_ssa_pp.beam: beam_ssa.hrl
213 $(EBIN)/beam_types.beam: beam_types.hrl
215 $(EBIN)/cerl.beam: core_parse.hrl
217 $(EBIN)/core_lib.beam: core_parse.hrl
218 $(EBIN)/core_lint.beam: core_parse.hrl
220 $(EBIN)/core_pp.beam: core_parse.hrl
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A DMakefile200 $(EBIN)/beam_ssa.beam: beam_ssa.hrl
201 $(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
203 $(EBIN)/beam_ssa_dead.beam: beam_ssa.hrl
206 $(EBIN)/beam_ssa_opt.beam: beam_ssa.hrl
207 $(EBIN)/beam_ssa_pp.beam: beam_ssa.hrl
213 $(EBIN)/beam_types.beam: beam_types.hrl
215 $(EBIN)/cerl.beam: core_parse.hrl
217 $(EBIN)/core_lib.beam: core_parse.hrl
218 $(EBIN)/core_lint.beam: core_parse.hrl
220 $(EBIN)/core_pp.beam: core_parse.hrl
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A DMakefile200 $(EBIN)/beam_ssa.beam: beam_ssa.hrl
201 $(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
203 $(EBIN)/beam_ssa_dead.beam: beam_ssa.hrl
206 $(EBIN)/beam_ssa_opt.beam: beam_ssa.hrl
207 $(EBIN)/beam_ssa_pp.beam: beam_ssa.hrl
213 $(EBIN)/beam_types.beam: beam_types.hrl
215 $(EBIN)/cerl.beam: core_parse.hrl
217 $(EBIN)/core_lib.beam: core_parse.hrl
218 $(EBIN)/core_lint.beam: core_parse.hrl
220 $(EBIN)/core_pp.beam: core_parse.hrl
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A DMakefile200 $(EBIN)/beam_ssa.beam: beam_ssa.hrl
201 $(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
203 $(EBIN)/beam_ssa_dead.beam: beam_ssa.hrl
206 $(EBIN)/beam_ssa_opt.beam: beam_ssa.hrl
207 $(EBIN)/beam_ssa_pp.beam: beam_ssa.hrl
213 $(EBIN)/beam_types.beam: beam_types.hrl
215 $(EBIN)/cerl.beam: core_parse.hrl
217 $(EBIN)/core_lib.beam: core_parse.hrl
218 $(EBIN)/core_lint.beam: core_parse.hrl
220 $(EBIN)/core_pp.beam: core_parse.hrl
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A DMakefile202 $(EBIN)/beam_ssa.beam: beam_ssa.hrl
203 $(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
205 $(EBIN)/beam_ssa_dead.beam: beam_ssa.hrl
208 $(EBIN)/beam_ssa_opt.beam: beam_ssa.hrl
209 $(EBIN)/beam_ssa_pp.beam: beam_ssa.hrl
214 $(EBIN)/beam_types.beam: beam_types.hrl
216 $(EBIN)/cerl.beam: core_parse.hrl
218 $(EBIN)/core_lib.beam: core_parse.hrl
219 $(EBIN)/core_lint.beam: core_parse.hrl
221 $(EBIN)/core_pp.beam: core_parse.hrl
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A DMakefile196 $(EBIN)/beam_ssa.beam: beam_ssa.hrl
197 $(EBIN)/beam_ssa_bsm.beam: beam_ssa.hrl
199 $(EBIN)/beam_ssa_dead.beam: beam_ssa.hrl
200 $(EBIN)/beam_ssa_funs.beam: beam_ssa.hrl
202 $(EBIN)/beam_ssa_opt.beam: beam_ssa.hrl
203 $(EBIN)/beam_ssa_pp.beam: beam_ssa.hrl
208 $(EBIN)/cerl.beam: core_parse.hrl
210 $(EBIN)/core_lib.beam: core_parse.hrl
211 $(EBIN)/core_lint.beam: core_parse.hrl
213 $(EBIN)/core_pp.beam: core_parse.hrl
[all …]

12345678910>>...211