Home
last modified time | relevance | path

Searched refs:svf (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dview_frame.cpp50 if (_G(views)[svf->view].loops[svf->loop].frames[svf->frame].flags & VFLG_FLIPSPRITE) in ViewFrame_GetFlipped()
56 return _G(views)[svf->view].loops[svf->loop].frames[svf->frame].pic; in ViewFrame_GetGraphic()
60 _G(views)[svf->view].loops[svf->loop].frames[svf->frame].pic = newPic; in ViewFrame_SetGraphic()
64 int soundIndex = _G(views)[svf->view].loops[svf->loop].frames[svf->frame].sound; in ViewFrame_GetLinkedAudio()
76 _G(views)[svf->view].loops[svf->loop].frames[svf->frame].sound = newSoundIndex; in ViewFrame_SetLinkedAudio()
81 …return get_old_style_number_for_sound(_G(views)[svf->view].loops[svf->loop].frames[svf->frame].sou… in ViewFrame_GetSound()
86 _G(views)[svf->view].loops[svf->loop].frames[svf->frame].audioclip = -1; in ViewFrame_SetSound()
93 _G(views)[svf->view].loops[svf->loop].frames[svf->frame].sound = in ViewFrame_SetSound()
95 _G(views)[svf->view].loops[svf->loop].frames[svf->frame].audioclip = clip->id; in ViewFrame_SetSound()
100 return _G(views)[svf->view].loops[svf->loop].frames[svf->frame].speed; in ViewFrame_GetSpeed()
[all …]
H A Dview_frame.h42 int ViewFrame_GetFlipped(ScriptViewFrame *svf);
43 int ViewFrame_GetGraphic(ScriptViewFrame *svf);
44 void ViewFrame_SetGraphic(ScriptViewFrame *svf, int newPic);
45 ScriptAudioClip *ViewFrame_GetLinkedAudio(ScriptViewFrame *svf);
46 void ViewFrame_SetLinkedAudio(ScriptViewFrame *svf, ScriptAudioClip *clip);
47 int ViewFrame_GetSound(ScriptViewFrame *svf);
48 void ViewFrame_SetSound(ScriptViewFrame *svf, int newSound);
49 int ViewFrame_GetSpeed(ScriptViewFrame *svf);
50 int ViewFrame_GetView(ScriptViewFrame *svf);
51 int ViewFrame_GetLoop(ScriptViewFrame *svf);
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dquetzal.c154 if (!read_long(svf, &tmpl)
171 if (!read_long(svf, &tmpl)
203 if (!read_word(svf, &tmpw))
213 if ((x = get_c(svf)) == EOF)
216 if ((x = get_c(svf)) == EOF)
250 if (get_c(svf) != 0)
531 if (!write_byte(svf, 0))
557 if (!write_byte(svf, 0))
560 if (!write_word(svf, nstk))
605 if (!write_long(svf, pc)
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dviewframe.cpp38 if (views[svf->view].loops[svf->loop].frames[svf->frame].flags & VFLG_FLIPSPRITE) in ViewFrame_GetFlipped()
44 return views[svf->view].loops[svf->loop].frames[svf->frame].pic; in ViewFrame_GetGraphic()
48 views[svf->view].loops[svf->loop].frames[svf->frame].pic = newPic; in ViewFrame_SetGraphic()
53 int soundIndex = views[svf->view].loops[svf->loop].frames[svf->frame].sound; in ViewFrame_GetLinkedAudio()
66 views[svf->view].loops[svf->loop].frames[svf->frame].sound = newSoundIndex; in ViewFrame_SetLinkedAudio()
71 return get_old_style_number_for_sound(views[svf->view].loops[svf->loop].frames[svf->frame].sound); in ViewFrame_GetSound()
78 views[svf->view].loops[svf->loop].frames[svf->frame].sound = -1; in ViewFrame_SetSound()
87 …views[svf->view].loops[svf->loop].frames[svf->frame].sound = clip->id + (game.IsLegacyAudioSystem(… in ViewFrame_SetSound()
92 return views[svf->view].loops[svf->loop].frames[svf->frame].speed; in ViewFrame_GetSpeed()
100 return svf->loop; in ViewFrame_GetLoop()
[all …]
H A Dviewframe.h29 int ViewFrame_GetFlipped(ScriptViewFrame *svf);
30 int ViewFrame_GetGraphic(ScriptViewFrame *svf);
31 void ViewFrame_SetGraphic(ScriptViewFrame *svf, int newPic);
32 ScriptAudioClip* ViewFrame_GetLinkedAudio(ScriptViewFrame *svf);
33 void ViewFrame_SetLinkedAudio(ScriptViewFrame *svf, ScriptAudioClip* clip);
34 int ViewFrame_GetSound(ScriptViewFrame *svf);
35 void ViewFrame_SetSound(ScriptViewFrame *svf, int newSound);
36 int ViewFrame_GetSpeed(ScriptViewFrame *svf);
37 int ViewFrame_GetView(ScriptViewFrame *svf);
38 int ViewFrame_GetLoop(ScriptViewFrame *svf);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dview_frame.cpp47 PARAMS1(ScriptViewFrame *, svf); in GetFlipped()
52 PARAMS1(ScriptViewFrame *, svf); in GetFrame()
57 PARAMS1(ScriptViewFrame *, svf); in GetGraphic()
63 AGS3::ViewFrame_SetGraphic(svf, newPic); in SetGraphic()
67 PARAMS1(ScriptViewFrame *, svf); in GetLinkedAudio()
73 AGS3::ViewFrame_SetLinkedAudio(svf, clip); in SetLinkedAudio()
77 PARAMS1(ScriptViewFrame *, svf); in GetLoop()
82 PARAMS1(ScriptViewFrame *, svf); in GetSound()
88 AGS3::ViewFrame_SetSound(svf, newSound); in SetSound()
92 PARAMS1(ScriptViewFrame *, svf); in GetSpeed()
[all …]
/dports/astro/gpsd/gpsd-3.20/
H A Dsubframe.c571 subp->sub4_25.svf[1], subp->sub4_25.svf[2], in gpsd_interpret_subframe()
572 subp->sub4_25.svf[3], subp->sub4_25.svf[4], in gpsd_interpret_subframe()
573 subp->sub4_25.svf[5], subp->sub4_25.svf[6], in gpsd_interpret_subframe()
574 subp->sub4_25.svf[7], subp->sub4_25.svf[8], in gpsd_interpret_subframe()
575 subp->sub4_25.svf[9], subp->sub4_25.svf[10], in gpsd_interpret_subframe()
576 subp->sub4_25.svf[11], subp->sub4_25.svf[12], in gpsd_interpret_subframe()
577 subp->sub4_25.svf[13], subp->sub4_25.svf[14], in gpsd_interpret_subframe()
578 subp->sub4_25.svf[15], subp->sub4_25.svf[16], in gpsd_interpret_subframe()
579 subp->sub4_25.svf[17], subp->sub4_25.svf[18], in gpsd_interpret_subframe()
580 subp->sub4_25.svf[19], subp->sub4_25.svf[20], in gpsd_interpret_subframe()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dsvf_1214.c124 sv_filter * svf; member
148 sv_filter *svf = plugin_data->svf; in activateSvf() local
150 setup_svf(svf, 0, 0, 0, 0); in activateSvf()
152 plugin_data->svf = svf; in activateSvf()
159 free(plugin_data->svf); in cleanupSvf()
197 sv_filter *svf = NULL; in instantiateSvf() local
205 plugin_data->svf = svf; in instantiateSvf()
239 sv_filter * svf = plugin_data->svf; in runSvf() local
247 buffer_write(output[pos], run_svf(svf, input[pos] + (svf->b * filt_res))); in runSvf()
284 sv_filter * svf = plugin_data->svf; in runAddingSvf() local
[all …]
/dports/audio/caps-plugins/caps-0.4.5/
H A DScape.cc38 svf[i].reset(), in activate()
39 svf[i].set_out (SVF::Band), in activate()
41 svf[3].set_out (SVF::Low), in activate()
96 svf[0].set_f_Q (300 + 300 * f / fs, .3); in one_cycle()
97 svf[3].set_f_Q (300 + 600 * 2 * f / fs, .6); in one_cycle()
101 svf[1].set_f_Q (400 + 2400 * f / fs, q); in one_cycle()
103 svf[2].set_f_Q (400 + 2400 * f / fs, q); in one_cycle()
125 x = dry * x + .2 * svf[0].process (x) + .6 * svf[3].process(x); in one_cycle()
127 x1 = svf[1].process (x1 - normal); in one_cycle()
128 x2 = svf[2].process (x2 - normal); in one_cycle()
H A DSweepVF.cc49 svf.reset(); in activate()
50 svf.set_f_Q (f = getport(1) / fs, Q = getport(2)); in activate()
68 svf.set_out ((int) getport(3)); in one_cycle()
86 svf.set_f_Q (max (.001, f + modulation), Q); in one_cycle()
178 svf.reset(); in activate()
197 svf.set_out ((int) getport(3)); in one_cycle()
232 svf.set_f_Q (max (.001, f + modulation1), q); in one_cycle()
338 svf.reset(); in activate()
340 svf.set_out (DSP::SVF<1>::Band); in activate()
386 svf.set_f_Q (max (.001, f + m), Q); in one_cycle()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/
H A DScape.cc38 svf[i].reset(), in activate()
39 svf[i].set_out (SVF::Band), in activate()
41 svf[3].set_out (SVF::Low), in activate()
96 svf[0].set_f_Q (300 + 300 * f / fs, .3); in one_cycle()
97 svf[3].set_f_Q (300 + 600 * 2 * f / fs, .6); in one_cycle()
101 svf[1].set_f_Q (400 + 2400 * f / fs, q); in one_cycle()
103 svf[2].set_f_Q (400 + 2400 * f / fs, q); in one_cycle()
125 x = dry * x + .2 * svf[0].process (x) + .6 * svf[3].process(x); in one_cycle()
127 x1 = svf[1].process (x1 - normal); in one_cycle()
128 x2 = svf[2].process (x2 - normal); in one_cycle()
H A DSweepVF.cc51 svf.reset(); in activate()
52 svf.set_f_Q (f = getport(1) / fs, Q = getport(2)); in activate()
70 svf.set_out ((int) getport(3)); in one_cycle()
88 svf.set_f_Q (max (.001, f + modulation), Q); in one_cycle()
180 svf.reset(); in activate()
199 svf.set_out ((int) getport(3)); in one_cycle()
234 svf.set_f_Q (max (.001, f + modulation1), q); in one_cycle()
340 svf.reset(); in activate()
342 svf.set_out (DSP::SVF<1>::Band); in activate()
388 svf.set_f_Q (max (.001, f + m), Q); in one_cycle()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Convex_decomposition_3/
H A DRay_hit_generator.h100 SVertex_handle svf = svi; in create_vertex_on_first_hit() local
103 if(svf->point() == e->point()) { in create_vertex_on_first_hit()
105 svf->twin() = e->twin(); in create_vertex_on_first_hit()
106 e->twin()->twin() = svf; in create_vertex_on_first_hit()
110 svf->twin()->set_index(svf->new_index()); in create_vertex_on_first_hit()
113 svf->twin() = e; in create_vertex_on_first_hit()
116 e->twin() = svf; in create_vertex_on_first_hit()
118 svf->set_index(e->get_index()); in create_vertex_on_first_hit()
124 pl->add_edge(svf); in create_vertex_on_first_hit()
129 CGAL_NEF_TRACEN("new edge " << svf->source()->point() << in create_vertex_on_first_hit()
[all …]
H A DInsert_vertex_into_edge.h50 SVertex_handle svf, svb; in operator() local
52 svf = svi; in operator()
56 svf = ++svi; in operator()
60 svf->twin() = e->twin(); in operator()
61 e->twin()->twin() = svf; in operator()
64 pl.add_edge(svf); in operator()
67 return svf; in operator()
H A DRay_hit_generator2.h105 SVertex_handle svf = svi; in create_vertex_on_first_hit() local
108 if(svf->point() == e->point()) { in create_vertex_on_first_hit()
110 svf->twin() = e->twin(); in create_vertex_on_first_hit()
111 e->twin()->twin() = svf; in create_vertex_on_first_hit()
115 svf->twin()->set_index(svf->new_index()); in create_vertex_on_first_hit()
118 svf->twin() = e; in create_vertex_on_first_hit()
121 e->twin() = svf; in create_vertex_on_first_hit()
123 svf->set_index(e->get_index()); in create_vertex_on_first_hit()
128 pl->add_edge(svf); in create_vertex_on_first_hit()
133 second_half = svf; in create_vertex_on_first_hit()
[all …]
/dports/devel/trellis/prjtrellis-5eb0ad87/tools/
H A Dbit_to_svf.py35 with open(sys.argv[2], 'w') as svf:
44 """, file=svf)
50 """.format(idcode), file=svf)
72 """, file=svf)
80 …n".join(textwrap.wrap("SDR {} TDI ({});".format(8*len(chunk), "".join(hex_chunk)), 100)), file=svf)
105 """, file=svf)
/dports/audio/caps-lv2/caps-lv2-5d52a0c/
H A DScape.cc63 svf[i].reset(), in activate()
64 svf[i].set_out (1), /* band pass */ in activate()
111 svf[0].set_f_Q (pick_f(.3,tune)*over_fs, q); in cycle()
112 svf[3].set_f_Q (pick_f(.5,tune)*over_fs, q); /* LP */ in cycle()
115 svf[1].set_f_Q (pick_f(.8,tune)*over_fs, f*q); in cycle()
116 svf[2].set_f_Q (pick_f(.9,tune)*over_fs, .5*f*q); in cycle()
128 x = dry*x + .1*svf[0].process (x) + .2*svf[3].process(x); in cycle()
130 x1 = svf[1].process(x1 - normal); in cycle()
131 x2 = svf[2].process(x2 - normal); in cycle()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/test/
H A Dsetup_vendor.sh27 ln -svf "${phpunit_path}".phar phpunit.phar
36 ln -svf "${phpcs_path}".phar phpcs.phar
44 ln -svf "${phpcbf_path}".phar phpcbf.phar
56 ln -svf "${mockery_path}"/library/Mockery Mockery
57 ln -svf "${mockery_path}"/library/Mockery.php Mockery.php
70 ln -svf "${hamcrest_path}"/hamcrest/Hamcrest Hamcrest
71 ln -svf "${hamcrest_path}"/hamcrest/Hamcrest.php Hamcrest.php
/dports/devel/trellis/prjtrellis-5eb0ad87/examples/ecp5_evn/
H A DMakefile13 ecppack --svf ${PROJ}.svf $< $@
15 ${PROJ}.svf : ${PROJ}.bit
17 prog: ${PROJ}.svf
21 rm -f *.svf *.bit *.config *.json
/dports/cad/openfpgaloader/openFPGALoader-0.6.1/doc/vendors/
H A Danlogic.rst9 For this target, *openFPGALoader* supports *svf* and *bit*.
27 svf file load
34 * Option : Create svf
49 tangbit --input /somewhere.bit --svf bitstream.svf
53 openFPGALoader -b licheeTang /somewhere/*.svf
/dports/devel/trellis/prjtrellis-5eb0ad87/examples/versa5g/
H A DMakefile17 ecppack --svf-rowsize 100000 --svf ${PROJ}.svf $< $@
19 ${PROJ}.svf: ${PROJ}.bit
21 prog: ${PROJ}.svf
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Ddirac.cpp145 hdr.pixel_width = svf.pixel_width; in parse_sequence_header()
146 hdr.pixel_height = svf.pixel_height; in parse_sequence_header()
147 hdr.interlaced = svf.interlaced; in parse_sequence_header()
148 hdr.top_field_first = svf.top_field_first; in parse_sequence_header()
149 hdr.frame_rate_numerator = svf.frame_rate_numerator; in parse_sequence_header()
150 hdr.frame_rate_denominator = svf.frame_rate_denominator; in parse_sequence_header()
151 hdr.aspect_ratio_numerator = svf.aspect_ratio_numerator; in parse_sequence_header()
153 hdr.clean_width = svf.clean_width; in parse_sequence_header()
154 hdr.clean_height = svf.clean_height; in parse_sequence_header()
155 hdr.left_offset = svf.left_offset; in parse_sequence_header()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScriptedVariable.cpp276 static long GetVarNum(SCRIPT_VAR * svf, size_t nb, const string & name) { in GetVarNum() argument
278 if(!svf) { in GetVarNum()
283 if(svf[i].type != 0 && name == svf[i].name) { in GetVarNum()
296 static bool UNSETVar(SCRIPT_VAR * & svf, long & nb, const string & name) { in UNSETVar() argument
298 long i = GetVarNum(svf, nb, name); in UNSETVar()
303 free(svf[i].text), svf[i].text = NULL; in UNSETVar()
306 memcpy(&svf[i], &svf[i + 1], sizeof(SCRIPT_VAR) * (nb - i - 1)); in UNSETVar()
309 svf = (SCRIPT_VAR *)realloc(svf, sizeof(SCRIPT_VAR) * (nb - 1)); in UNSETVar()
/dports/devel/trellis/prjtrellis-5eb0ad87/examples/picorv32_versa5g/
H A DMakefile22 ecppack --svf-rowsize 100000 --svf attosoc.svf $< $@
24 attosoc.svf: attosoc.bit
26 prog: attosoc.svf
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/test/
H A Dsetup_vendor.sh49 ln -svf "${icingaweb_path}" icingaweb2
51 ln -svf "${icingaweb_path}"/library/Icinga Icinga
52 ln -svf "${icingaweb_path}"/library/vendor/Zend Zend
59 ln -svf "${phpunit_path}".phar phpunit.phar
67 ln -svf "${phpcs_path}".phar phpcs.phar

12345678910>>...48