Home
last modified time | relevance | path

Searched refs:pulse_count (Results 1 – 25 of 44) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dkc_keyb.cpp476 m_transmit_buffer.pulse_count = 0; in device_reset()
499 if (m_transmit_buffer.pulse_sent < m_transmit_buffer.pulse_count) in device_timer()
523 m_transmit_buffer.pulse_count = 0; in device_timer()
556 if (m_transmit_buffer.pulse_count + 1 < TRANSMIT_BUFFER_LENGTH) in add_pulse_to_transmit_buffer()
560 int pulse_byte_count = m_transmit_buffer.pulse_count>>3; in add_pulse_to_transmit_buffer()
561 int pulse_bit_count = 7-(m_transmit_buffer.pulse_count & 0x07); in add_pulse_to_transmit_buffer()
568 m_transmit_buffer.pulse_count++; in add_pulse_to_transmit_buffer()
H A Dkc_keyb.h58 int pulse_count; member
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dkc_keyb.cpp476 m_transmit_buffer.pulse_count = 0; in device_reset()
499 if (m_transmit_buffer.pulse_sent < m_transmit_buffer.pulse_count) in device_timer()
523 m_transmit_buffer.pulse_count = 0; in device_timer()
556 if (m_transmit_buffer.pulse_count + 1 < TRANSMIT_BUFFER_LENGTH) in add_pulse_to_transmit_buffer()
560 int pulse_byte_count = m_transmit_buffer.pulse_count>>3; in add_pulse_to_transmit_buffer()
561 int pulse_bit_count = 7-(m_transmit_buffer.pulse_count & 0x07); in add_pulse_to_transmit_buffer()
568 m_transmit_buffer.pulse_count++; in add_pulse_to_transmit_buffer()
H A Dkc_keyb.h58 int pulse_count; member
/dports/emulators/vice/vice-3.5/src/tapeport/
H A Dtapecart.c194 static unsigned int pulse_read_index, pulse_count; variable
551 if (pulse_count >= sizeof(tapecart_buffers->pulse_buffer)/ in check_pulsebuffer_size()
567 tapecart_buffers->pulse_buffer[pulse_count].length = pulselen; in pulse_store()
568 tapecart_buffers->pulse_buffer[pulse_count].repetitions = 1; in pulse_store()
569 pulse_count++; in pulse_store()
579 tapecart_buffers->pulse_buffer[pulse_count].length = CBMPULSE_SHORT; in pulse_store_sync()
582 tapecart_buffers->pulse_buffer[pulse_count].repetitions = 255; in pulse_store_sync()
584 tapecart_buffers->pulse_buffer[pulse_count].repetitions = length; in pulse_store_sync()
587 length -= tapecart_buffers->pulse_buffer[pulse_count].repetitions; in pulse_store_sync()
588 pulse_count++; in pulse_store_sync()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/tapeport/
H A Dtapecart.c196 static unsigned int pulse_read_index, pulse_count; variable
553 if (pulse_count >= sizeof(tapecart_buffers->pulse_buffer)/ in check_pulsebuffer_size()
569 tapecart_buffers->pulse_buffer[pulse_count].length = pulselen; in pulse_store()
570 tapecart_buffers->pulse_buffer[pulse_count].repetitions = 1; in pulse_store()
571 pulse_count++; in pulse_store()
581 tapecart_buffers->pulse_buffer[pulse_count].length = CBMPULSE_SHORT; in pulse_store_sync()
584 tapecart_buffers->pulse_buffer[pulse_count].repetitions = 255; in pulse_store_sync()
586 tapecart_buffers->pulse_buffer[pulse_count].repetitions = length; in pulse_store_sync()
589 length -= tapecart_buffers->pulse_buffer[pulse_count].repetitions; in pulse_store_sync()
590 pulse_count++; in pulse_store_sync()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/
H A Dsignal_generator.vhd24 pulse_count : natural := 5 ); generic
54 number => pulse_count,
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_07_fg_07_10.vhd31 pulse_count : natural := 5 ); generic
61 number => pulse_count,
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c665 int pulse_count; variable
671 if (pulse_count >= pulse_max) return; in new_pulse()
681 pulse_list[pulse_count].x = x; in new_pulse()
682 pulse_list[pulse_count].y = y; in new_pulse()
683 pulse_list[pulse_count].dir = j; in new_pulse()
684 pulse_list[pulse_count].tick = tick; in new_pulse()
685 pulse_count++; in new_pulse()
704 if (!pulse_count) { in animate_pulse()
711 while (i<pulse_count) { in animate_pulse()
717 pulse_count--; in animate_pulse()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dacelp_vectors.c133 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
139 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h178 int pulse_count,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dacelp_vectors.c123 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
129 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h177 int pulse_count,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dacelp_vectors.c134 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
140 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h178 int pulse_count,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dacelp_vectors.c134 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
140 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h178 int pulse_count,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dacelp_vectors.c133 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
139 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h178 int pulse_count,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dacelp_vectors.c134 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
140 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h178 int pulse_count,
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dacelp_vectors.c123 int pulse_count, in ff_acelp_fc_pulse_per_track() argument
129 for(i=0; i<pulse_count; i++) in ff_acelp_fc_pulse_per_track()
H A Dacelp_vectors.h177 int pulse_count,
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dtape_block.h381 size_t pulse_count; /* Number of pulses to go */ member
417 size_t pulse_count; /* Pulse count in current bit */ member
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dtape_block.h379 size_t pulse_count; /* Number of pulses to go */ member
415 size_t pulse_count; /* Pulse count in current bit */ member

12