Home
last modified time | relevance | path

Searched refs:half_cycle (Results 1 – 25 of 42) sorted by relevance

12

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_order_multidriven.cpp19 static void half_cycle(int clk) { in half_cycle() function
33 half_cycle(1); in cycle()
34 half_cycle(2); in cycle()
35 half_cycle(1); in cycle()
36 half_cycle(2); in cycle()
38 half_cycle(3); in cycle()
39 half_cycle(3); in cycle()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/yarns/
H A Dinternal_clock.h63 uint32_t half_cycle = 0x80000000; in Process() local
65 half_cycle += swing_amount_; in Process()
67 half_cycle -= swing_amount_; in Process()
71 if (phase_ >= half_cycle) { in Process()
73 phase_ -= half_cycle; in Process()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/yarns/
H A Dinternal_clock.h63 uint32_t half_cycle = 0x80000000; in Process() local
65 half_cycle += swing_amount_; in Process()
67 half_cycle -= swing_amount_; in Process()
71 if (phase_ >= half_cycle) { in Process()
73 phase_ -= half_cycle; in Process()
/dports/emulators/vice/vice-3.5/src/monitor/
H A Dmon_register65816.c116 int half_cycle; in mon_register_get_val() local
118 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
124 int half_cycle; in mon_register_get_val() local
126 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
200 int half_cycle = -1; in mon_register_print() local
214 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
221 if (half_cycle != -1) { in mon_register_print()
250 if (half_cycle != -1) { in mon_register_print()
295 if (half_cycle != -1) { in mon_register_print()
296 mon_out(".%02i", half_cycle); in mon_register_print()
H A Dmon_registerR65C02.c98 int half_cycle; in mon_register_get_val() local
100 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
106 int half_cycle; in mon_register_get_val() local
108 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
200 int half_cycle; in mon_register_print() local
202 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
204 if (half_cycle == -1) { in mon_register_print()
207 mon_out(" %03u %03u %i", line, cycle, half_cycle); in mon_register_print()
H A Dmon_register6502.c120 int half_cycle; in mon_register_get_val() local
122 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
128 int half_cycle; in mon_register_get_val() local
130 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
242 int half_cycle; in mon_register_print() local
244 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
246 if (half_cycle == -1) { in mon_register_print()
249 mon_out(" %03u %03u %i", line, cycle, half_cycle); in mon_register_print()
H A Dmon_register6502dtv.c149 int half_cycle; in mon_register_get_val() local
151 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
157 int half_cycle; in mon_register_get_val() local
159 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
307 int half_cycle; in mon_register_print() local
309 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
311 if (half_cycle == -1) { in mon_register_print()
314 mon_out(" %03u %03u %i", line, cycle, half_cycle); in mon_register_print()
H A Dmon_register6809.c115 int half_cycle; in mon_register_get_val() local
117 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
123 int half_cycle; in mon_register_get_val() local
125 mon_interfaces[e_comp_space]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
H A Dmon_registerz80.c154 int half_cycle; in mon_register_get_val() local
156 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
162 int half_cycle; in mon_register_get_val() local
164 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_get_val()
H A Dmon_breakpoint.c565 int half_cycle; in mon_breakpoint_check_checkpoint() local
567 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_breakpoint_check_checkpoint()
569 if (half_cycle == -1) { in mon_breakpoint_check_checkpoint()
574 line, line, cycle, cycle, half_cycle); in mon_breakpoint_check_checkpoint()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/monitor/
H A Dmon_register65816.c182 int half_cycle = -1; in mon_register_print() local
196 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
203 if (half_cycle != -1) { in mon_register_print()
232 if (half_cycle != -1) { in mon_register_print()
277 if (half_cycle != -1) { in mon_register_print()
278 mon_out(".%02i", half_cycle); in mon_register_print()
H A Dmon_registerR65C02.c182 int half_cycle; in mon_register_print() local
184 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
186 if (half_cycle == -1) { in mon_register_print()
189 mon_out(" %03i %03i %i", line, cycle, half_cycle); in mon_register_print()
H A Dmon_register6502.c214 int half_cycle; in mon_register_print() local
216 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
218 if (half_cycle == -1) { in mon_register_print()
221 mon_out(" %03i %03i %i", line, cycle, half_cycle); in mon_register_print()
H A Dmon_register6502dtv.c289 int half_cycle; in mon_register_print() local
291 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_register_print()
293 if (half_cycle == -1) { in mon_register_print()
296 mon_out(" %03i %03i %i", line, cycle, half_cycle); in mon_register_print()
H A Dmon_breakpoint.c461 int half_cycle; in mon_breakpoint_check_checkpoint() local
463 mon_interfaces[mem]->get_line_cycle(&line, &cycle, &half_cycle); in mon_breakpoint_check_checkpoint()
465 if (half_cycle == -1) { in mon_breakpoint_check_checkpoint()
468 mon_out(" %03i %03i %i\n", line, cycle, half_cycle); in mon_breakpoint_check_checkpoint()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dmc14411.cpp183 attotime half_cycle = clocks_to_attotime(divider) / 2; // 2 flanks per cycle in arm_timer() local
184 m_fx_timer[i]->adjust(half_cycle, i, half_cycle); in arm_timer()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dmc14411.cpp183 attotime half_cycle = clocks_to_attotime(divider) / 2; // 2 flanks per cycle in arm_timer() local
184 m_fx_timer[i]->adjust(half_cycle, i, half_cycle); in arm_timer()
/dports/emulators/vice/vice-3.5/src/c64/
H A Dvsid.c350 void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle) in machine_get_line_cycle() argument
354 *half_cycle = (int)-1; in machine_get_line_cycle()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64/
H A Dvsid.c339 void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle) in machine_get_line_cycle() argument
343 *half_cycle = (int)-1; in machine_get_line_cycle()
/dports/emulators/vice/vice-3.5/src/plus4/
H A Dplus4.c966 void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle) in machine_get_line_cycle() argument
972 *half_cycle = (int)-1; in machine_get_line_cycle()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/plus4/
H A Dplus4.c969 void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle) in machine_get_line_cycle() argument
975 *half_cycle = (int)-1; in machine_get_line_cycle()
/dports/emulators/vice/vice-3.5/src/
H A Dmachine.h136 extern void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dmachine.h136 extern void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle);
/dports/emulators/vice/vice-3.5/src/c64dtv/
H A Dc64dtv.c819 void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle) in machine_get_line_cycle() argument
825 *half_cycle = (int)-1; in machine_get_line_cycle()
/dports/emulators/vice/vice-3.5/src/cbm2/
H A Dcbm2.c870 void machine_get_line_cycle(unsigned int *line, unsigned int *cycle, int *half_cycle) in machine_get_line_cycle() argument
876 *half_cycle = (int)-1; in machine_get_line_cycle()

12