Home
last modified time | relevance | path

Searched refs:node_description (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Ddisc_mth.c71 int dst_adder_step(struct node_description *node) in dst_adder_step()
97 int dst_gain_step(struct node_description *node) in dst_gain_step()
122 int dst_divide_step(struct node_description *node) in dst_divide_step()
155 int dst_switch_step(struct node_description *node) in dst_switch_step()
183 int dst_ramp_step(struct node_description *node) in dst_ramp_step()
212 int dst_ramp_reset(struct node_description *node) in dst_ramp_reset()
224 int dst_ramp_init(struct node_description *node) in dst_ramp_init()
242 int dst_ramp_kill(struct node_description *node) in dst_ramp_kill()
357 int dst_clamp_step(struct node_description *node) in dst_clamp_step()
388 int dst_ladder_step(struct node_description *node) in dst_ladder_step()
[all …]
H A Ddisc_inp.c19 static struct node_description **dss_input_map=NULL;
71 int dss_input_step(struct node_description *node) in dss_input_step()
77 int dss_input_reset(struct node_description *node) in dss_input_reset()
83 int dss_input_init(struct node_description *node) in dss_input_init()
89 …if((dss_input_map=(struct node_description**)malloc(DSS_INPUT_SPACE*sizeof(struct node_description in dss_input_init()
104 int dss_input_kill(struct node_description *node) in dss_input_kill()
123 int dss_constant_step(struct node_description *node) in dss_constant_step()
142 int dss_adjustment_step(struct node_description *node) in dss_adjustment_step()
149 int dss_adjustment_reset(struct node_description *node) in dss_adjustment_reset()
156 int dss_adjustment_init(struct node_description *node) in dss_adjustment_init()
[all …]
H A Ddisc_wav.c67 int dss_sinewave_step(struct node_description *node) in dss_sinewave_step()
109 int dss_sinewave_init(struct node_description *node) in dss_sinewave_init()
128 int dss_sinewave_kill(struct node_description *node) in dss_sinewave_kill()
412 int dss_noise_step(struct node_description *node) in dss_noise_step()
444 int dss_noise_reset(struct node_description *node) in dss_noise_reset()
451 int dss_noise_init(struct node_description *node) in dss_noise_init()
470 int dss_noise_kill(struct node_description *node) in dss_noise_kill()
546 int dss_lfsr_step(struct node_description *node) in dss_lfsr_step()
614 int dss_lfsr_reset(struct node_description *node) in dss_lfsr_reset()
640 int dss_lfsr_init(struct node_description *node) in dss_lfsr_init()
[all …]
H A Ddisc_flt.c37 int dst_rcfilter_step(struct node_description *node) in dst_rcfilter_step()
54 int dst_rcfilter_reset(struct node_description *node) in dst_rcfilter_reset()
60 int dst_rcfilter_init(struct node_description *node) in dst_rcfilter_init()
88 int dst_rcdisc_step(struct node_description *node) in dst_rcdisc_step()
114 int dst_rcdisc_reset(struct node_description *node) in dst_rcdisc_reset()
129 int dst_rcdisc_init(struct node_description *node) in dst_rcdisc_init()
147 int dst_rcdisc_kill(struct node_description *node) in dst_rcdisc_kill()
170 int dst_rcdisc2_step(struct node_description *node) in dst_rcdisc2_step()
185 int dst_rcdisc2_reset(struct node_description *node) in dst_rcdisc2_reset()
201 int dst_rcdisc2_init(struct node_description *node) in dst_rcdisc2_init()
[all …]
H A Ddisc_dev.c33 int dsd_ne555_step(struct node_description *node) in dsd_ne555_step()
78 int dsd_ne555_reset(struct node_description *node) in dsd_ne555_reset()
86 int dsd_ne555_init(struct node_description *node) in dsd_ne555_init()
104 int dsd_ne555_kill(struct node_description *node) in dsd_ne555_kill()
H A Ddiscrete.c69 static struct node_description **running_order=NULL;
71 static struct node_description *node_list=NULL;
72 static struct node_description *output_node=NULL;
131 static struct node_description* find_node(int node) in find_node()
145 struct node_description *node; in discrete_stream_update_stereo()
177 struct node_description *node; in discrete_stream_update_mono()
246 …if((running_order=(struct node_description**)malloc(node_count*sizeof(struct node_description*)))=… in discrete_sh_start()
254 memset(running_order,0,node_count*sizeof(struct node_description*)); in discrete_sh_start()
257 if((node_list=(struct node_description*)malloc(node_count*sizeof(struct node_description)))==NULL) in discrete_sh_start()
265 memset(node_list,0,node_count*sizeof(struct node_description)); in discrete_sh_start()
H A Ddiscrete.h968 struct node_description struct
973 …struct node_description *input_node0; /* Either pointer to input node OR NULL in which case use t… argument
974 struct node_description *input_node1; argument
975 struct node_description *input_node2; argument
976 struct node_description *input_node3; argument
977 struct node_description *input_node4; argument
978 struct node_description *input_node5; argument
994 int (*init) (struct node_description *node); /* Create the context resource for a node */ argument
995 …int (*kill) (struct node_description *node); /* Destroy the context of a node and release all reso…
996 …int (*reset)(struct node_description *node); /* Called to reset a node after creation or system re…
[all …]
H A Ddisc_out.c33 int dso_output_step(struct node_description *node) in dso_output_step()
43 int dso_output_init(struct node_description *node) in dso_output_init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Ddisc_mth.c73 int dst_adder_step(struct node_description *node) in dst_adder_step()
118 int dst_transform_step(struct node_description *node) in dst_transform_step()
213 int dst_gain_step(struct node_description *node) in dst_gain_step()
239 int dst_divide_step(struct node_description *node) in dst_divide_step()
272 int dst_switch_step(struct node_description *node) in dst_switch_step()
300 int dst_ramp_step(struct node_description *node) in dst_ramp_step()
329 int dst_ramp_reset(struct node_description *node) in dst_ramp_reset()
341 int dst_ramp_init(struct node_description *node) in dst_ramp_init()
465 int dst_clamp_step(struct node_description *node) in dst_clamp_step()
496 int dst_ladder_step(struct node_description *node) in dst_ladder_step()
[all …]
H A Ddisc_inp.c19 static struct node_description **dss_input_map=NULL;
71 int dss_input_step(struct node_description *node) in dss_input_step()
77 int dss_input_reset(struct node_description *node) in dss_input_reset()
84 int dss_input_pulse_step(struct node_description *node) in dss_input_pulse_step()
94 int dss_input_init(struct node_description *node) in dss_input_init()
101 memset(dss_input_map,0,DSS_INPUT_SPACE*sizeof(struct node_description*)); in dss_input_init()
115 int dss_input_kill(struct node_description *node) in dss_input_kill()
134 int dss_constant_step(struct node_description *node) in dss_constant_step()
153 int dss_adjustment_step(struct node_description *node) in dss_adjustment_step()
160 int dss_adjustment_reset(struct node_description *node) in dss_adjustment_reset()
[all …]
H A Ddisc_flt.c66 int dst_filter1_step(struct node_description *node) in dst_filter1_step()
85 int dst_filter1_reset(struct node_description *node) in dst_filter1_reset()
91 int dst_filter1_init(struct node_description *node) in dst_filter1_init()
179 int dst_filter2_step(struct node_description *node) in dst_filter2_step()
201 int dst_filter2_reset(struct node_description *node) in dst_filter2_reset()
207 int dst_filter2_init(struct node_description *node) in dst_filter2_init()
301 int dst_rcdisc_step(struct node_description *node) in dst_rcdisc_step()
327 int dst_rcdisc_reset(struct node_description *node) in dst_rcdisc_reset()
342 int dst_rcdisc_init(struct node_description *node) in dst_rcdisc_init()
377 int dst_rcdisc2_step(struct node_description *node) in dst_rcdisc2_step()
[all …]
H A Ddisc_wav.c81 int dss_sinewave_step(struct node_description *node) in dss_sinewave_step()
112 int dss_sinewave_reset(struct node_description *node) in dss_sinewave_reset()
126 int dss_sinewave_init(struct node_description *node) in dss_sinewave_init()
161 int dss_squarewave_step(struct node_description *node) in dss_squarewave_step()
614 int dss_noise_step(struct node_description *node) in dss_noise_step()
650 int dss_noise_reset(struct node_description *node) in dss_noise_reset()
658 int dss_noise_init(struct node_description *node) in dss_noise_init()
747 int dss_lfsr_reset(struct node_description *node);
749 int dss_lfsr_step(struct node_description *node) in dss_lfsr_step()
817 int dss_lfsr_reset(struct node_description *node) in dss_lfsr_reset()
[all …]
H A Ddisc_dev.c64 int dsd_555_astbl_step(struct node_description *node) in dsd_555_astbl_step()
168 int dsd_555_astbl_reset(struct node_description *node) in dsd_555_astbl_reset()
182 int dsd_555_astbl_init(struct node_description *node) in dsd_555_astbl_init()
216 int dsd_squarew555_step(struct node_description *node) in dsd_squarew555_step()
264 int dsd_squarew555_reset(struct node_description *node) in dsd_squarew555_reset()
280 int dsd_squarew555_init(struct node_description *node) in dsd_squarew555_init()
315 int dsd_squarew566_step(struct node_description *node) in dsd_squarew566_step()
352 int dsd_squarew566_reset(struct node_description *node) in dsd_squarew566_reset()
368 int dsd_squarew566_init(struct node_description *node) in dsd_squarew566_init()
403 int dsd_trianglew566_step(struct node_description *node) in dsd_trianglew566_step()
[all …]
H A Ddiscrete.c69 static struct node_description **running_order=NULL;
71 static struct node_description *node_list=NULL;
72 static struct node_description *output_node=NULL;
117 int dss_default_kill(struct node_description *node) in dss_default_kill()
185 static struct node_description* find_node(int node) in find_node()
199 struct node_description *node; in discrete_stream_update_stereo()
231 struct node_description *node; in discrete_stream_update_mono()
261 struct node_description *node; in discrete_sh_reset()
355 memset(running_order,0,node_count*sizeof(struct node_description*)); in discrete_sh_start()
358 if((node_list=malloc(node_count*sizeof(struct node_description)))==NULL) in discrete_sh_start()
[all …]
H A Ddisc_out.c33 int dso_output_step(struct node_description *node) in dso_output_step()
44 int dso_output_init(struct node_description *node) in dso_output_init()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Ddisc_mth.c97 void dst_adder_step(struct node_description *node) in dst_adder_step()
165 void dst_clamp_step(struct node_description *node) in dst_clamp_step()
198 void dst_dac_r1_step(struct node_description *node) in dst_dac_r1_step()
234 void dst_dac_r1_reset(struct node_description *node) in dst_dac_r1_reset()
300 void dst_divide_step(struct node_description *node) in dst_divide_step()
331 void dst_gain_step(struct node_description *node) in dst_gain_step()
589 void dst_mixer_step(struct node_description *node) in dst_mixer_step()
687 void dst_mixer_reset(struct node_description *node) in dst_mixer_reset()
877 void dst_ramp_step(struct node_description *node) in dst_ramp_step()
904 void dst_ramp_reset(struct node_description *node) in dst_ramp_reset()
[all …]
H A Ddisc_inp.c19 static struct node_description **dss_input_map=NULL;
85 void dss_adjustment_step(struct node_description *node) in dss_adjustment_step()
112 void dss_adjustment_reset(struct node_description *node) in dss_adjustment_reset()
147 void dss_constant_step(struct node_description *node) in dss_constant_step()
165 void dss_input_step(struct node_description *node) in dss_input_step()
170 void dss_input_reset(struct node_description *node) in dss_input_reset()
185 void dss_input_pulse_step(struct node_description *node) in dss_input_pulse_step()
H A Ddisc_wav.c135 void dss_counter_step(struct node_description *node) in dss_counter_step()
162 void dss_counter_reset(struct node_description *node) in dss_counter_reset()
184 void dss_counterfix_step(struct node_description *node) in dss_counterfix_step()
291 void dss_lfsr_reset(struct node_description *node);
293 void dss_lfsr_step(struct node_description *node) in dss_lfsr_step()
354 void dss_lfsr_reset(struct node_description *node) in dss_lfsr_reset()
390 void dss_noise_step(struct node_description *node) in dss_noise_step()
422 void dss_noise_reset(struct node_description *node) in dss_noise_reset()
836 void dss_sinewave_step(struct node_description *node) in dss_sinewave_step()
1130 void dss_adsrenv_step(struct node_description *node) in dss_adsrenv_step()
[all …]
H A Ddisc_flt.c113 void dst_filter1_step(struct node_description *node) in dst_filter1_step()
129 void dst_filter1_reset(struct node_description *node) in dst_filter1_reset()
192 void dst_filter2_step(struct node_description *node) in dst_filter2_step()
211 void dst_filter2_reset(struct node_description *node) in dst_filter2_reset()
467 void dst_rcfilter_step(struct node_description *node) in dst_rcfilter_step()
509 void dst_crfilter_step(struct node_description *node) in dst_crfilter_step()
547 void dst_rcdisc_step(struct node_description *node) in dst_rcdisc_step()
570 void dst_rcdisc_reset(struct node_description *node) in dst_rcdisc_reset()
597 void dst_rcdisc2_step(struct node_description *node) in dst_rcdisc2_step()
610 void dst_rcdisc2_reset(struct node_description *node) in dst_rcdisc2_reset()
[all …]
H A Ddiscrete.c63 static struct node_description **running_order;
64 static struct node_description **indexed_node;
65 static struct node_description *node_list;
69 static struct node_description *output_node[DISCRETE_MAX_OUTPUTS];
225 struct node_description *discrete_find_node(int node) in discrete_find_node()
364 struct node_description *node = running_order[nodenum]; in discrete_sh_reset()
369 struct node_description *inputnode = node->input_node[inputnum]; in discrete_sh_reset()
402 struct node_description *node = running_order[nodenum]; in discrete_stream_update()
407 struct node_description *inputnode = node->input_node[inputnum]; in discrete_stream_update()
456 struct node_description *node = &node_list[nodenum]; in init_nodes()
[all …]
H A Ddisc_out.c33 int dso_output_step(struct node_description *node) in dso_output_step()
44 int dso_output_init(struct node_description *node) in dso_output_init()
H A Ddisc_dev.c73 void dsd_555_astbl_step(struct node_description *node) in dsd_555_astbl_step()
198 void dsd_555_astbl_reset(struct node_description *node) in dsd_555_astbl_reset()
240 void dsd_555_cc_step(struct node_description *node) in dsd_555_cc_step()
477 void dsd_555_cc_reset(struct node_description *node) in dsd_555_cc_reset()
614 void dsd_566_step(struct node_description *node) in dsd_566_step()
724 void dsd_566_reset(struct node_description *node) in dsd_566_reset()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dtest-theme.c50 const char *node_description, in assert_font() argument
58 test, node_description, expected, value); in assert_font()
67 const char *node_description, in assert_font_features() argument
107 const char *node_description, in assert_text_decoration() argument
117 test, node_description, es, vs); in assert_text_decoration()
127 const char *node_description, in assert_foreground_color() argument
139 test, node_description, expected, value); in assert_foreground_color()
146 const char *node_description, in assert_background_color() argument
158 test, node_description, expected, value); in assert_background_color()
203 const char *node_description, in assert_background_image() argument
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dtest-theme.c47 const char *node_description, in assert_font() argument
55 test, node_description, expected, value); in assert_font()
86 const char *node_description, in assert_text_decoration() argument
96 test, node_description, es, vs); in assert_text_decoration()
106 const char *node_description, in assert_foreground_color() argument
118 test, node_description, expected, value); in assert_foreground_color()
125 const char *node_description, in assert_background_color() argument
136 test, node_description, expected, value); in assert_background_color()
184 const char *node_description, in assert_background_image() argument
196 test, node_description, expected, value); in assert_background_image()
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/access_controls/
H A Daccess_control_node_edit.php40 $node_description = check_str($_POST["node_description"]); variable
96 $sql .= "'$node_description' ";
126 $sql .= "node_description = '$node_description' ";
162 $node_description = $row["node_description"]; variable
234 …lass='formfld' type='text' name='node_description' maxlength='255' value=\"$node_description\">\n";

12