Home
last modified time | relevance | path

Searched refs:dlyptr (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_tapelib.c2130 cvptr->gaplen * cvptr->dlyptr->data_xfer; in continue_command()
2136 2 * cvptr->dlyptr->data_xfer; in continue_command()
2186 cvptr->gaplen * cvptr->dlyptr->data_xfer; in continue_command()
2192 cvptr->length * cvptr->dlyptr->data_xfer; in continue_command()
2206 cvptr->gaplen * cvptr->dlyptr->data_xfer; in continue_command()
2212 cvptr->length * cvptr->dlyptr->data_xfer; in continue_command()
2284 uptr->wait = 2 * cvptr->dlyptr->data_xfer; in continue_command()
2327 * cvptr->dlyptr->data_xfer in continue_command()
2328 + cvptr->dlyptr->ir_start; in continue_command()
2876 cvptr->gaplen * cvptr->dlyptr->data_xfer; in call_tapelib()
[all …]
H A Dhp3000_lp.c1084 static const DELAY_PROPS *dlyptr = &fast_times; /* pointer to the event delay times to use */ variable
2707 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lp_service()
2737 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
2738 + dlyptr->advance /* plus the paper advance delay */ in lp_service()
2739 + dlyptr->buffer_load; /* plus the buffer load delay */ in lp_service()
2746 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lp_service()
2870 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
2871 + slew_count * dlyptr->advance; /* plus the paper advance delay */ in lp_service()
2936 dlyptr = &fast_times; /* point at the fast times */ in lp_attach()
3056 dlyptr = &fast_times; /* and point at the fast times */ in lp_set_mode()
[all …]
H A Dhp_disclib.c799 (uint32) fmod (sim_gtime () / cvptr->dlyptr->sector_full, \
2231 … uptr->wait = cvptr->dlyptr->seek_one; /* with the offset positioning delay */ in continue_command()
2342 uptr->wait = cvptr->dlyptr->data_xfer; /* set the transfer delay */ in continue_command()
2369 uptr->wait = cvptr->dlyptr->data_xfer; /* set the transfer delay */ in continue_command()
3296 cvptr->dlyptr = dpptr; /* then use this set of times */ in dl_set_timing()
3621 … uptr->wait = cvptr->dlyptr->intersector_gap; /* with a delay for the intersector time */ in end_read()
3787 … uptr->wait = cvptr->dlyptr->intersector_gap; /* with a delay for the intersector time */ in end_write()
4094 + delta * (cvptr->dlyptr->seek_full - cvptr->dlyptr->seek_one) in start_seek()
4137 uptr->wait = cvptr->dlyptr->overhead / 2; /* with a short delay */ in set_completion()
4301 uptr->wait = (int32) (cvptr->dlyptr->sector_full * distance); in set_rotation()
[all …]
H A Dhp_tapelib.h375 const DELAY_PROPS *dlyptr; /* current delay property pointer */ member
H A Dhp_disclib.h419 const DELAY_PROPS *dlyptr; /* current delay property pointer */ member
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_tapelib.c2129 cvptr->gaplen * cvptr->dlyptr->data_xfer; in continue_command()
2135 2 * cvptr->dlyptr->data_xfer; in continue_command()
2185 cvptr->gaplen * cvptr->dlyptr->data_xfer; in continue_command()
2191 cvptr->length * cvptr->dlyptr->data_xfer; in continue_command()
2205 cvptr->gaplen * cvptr->dlyptr->data_xfer; in continue_command()
2211 cvptr->length * cvptr->dlyptr->data_xfer; in continue_command()
2283 uptr->wait = 2 * cvptr->dlyptr->data_xfer; in continue_command()
2326 * cvptr->dlyptr->data_xfer in continue_command()
2327 + cvptr->dlyptr->ir_start; in continue_command()
2875 cvptr->gaplen * cvptr->dlyptr->data_xfer; in call_tapelib()
[all …]
H A Dhp3000_lp.c1082 static const DELAY_PROPS *dlyptr = &fast_times; /* pointer to the event delay times to use */ variable
2706 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lp_service()
2737 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
2738 + dlyptr->advance /* plus the paper advance delay */ in lp_service()
2739 + dlyptr->buffer_load; /* plus the buffer load delay */ in lp_service()
2746 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lp_service()
2869 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
2870 + slew_count * dlyptr->advance; /* plus the paper advance delay */ in lp_service()
2948 dlyptr = &fast_times; /* point at the fast times */ in lp_attach()
3068 dlyptr = &fast_times; /* and point at the fast times */ in lp_set_mode()
[all …]
H A Dhp_disclib.c798 (uint32) fmod (sim_gtime () / cvptr->dlyptr->sector_full, \
2230 … uptr->wait = cvptr->dlyptr->seek_one; /* with the offset positioning delay */ in continue_command()
2341 uptr->wait = cvptr->dlyptr->data_xfer; /* set the transfer delay */ in continue_command()
2368 uptr->wait = cvptr->dlyptr->data_xfer; /* set the transfer delay */ in continue_command()
3295 cvptr->dlyptr = dpptr; /* then use this set of times */ in dl_set_timing()
3620 … uptr->wait = cvptr->dlyptr->intersector_gap; /* with a delay for the intersector time */ in end_read()
3786 … uptr->wait = cvptr->dlyptr->intersector_gap; /* with a delay for the intersector time */ in end_write()
4093 + delta * (cvptr->dlyptr->seek_full - cvptr->dlyptr->seek_one) in start_seek()
4136 uptr->wait = cvptr->dlyptr->overhead / 2; /* with a short delay */ in set_completion()
4300 uptr->wait = (int32) (cvptr->dlyptr->sector_full * distance); in set_rotation()
[all …]
H A Dhp_tapelib.h374 const DELAY_PROPS *dlyptr; /* current delay property pointer */ member
H A Dhp_disclib.h418 const DELAY_PROPS *dlyptr; /* current delay property pointer */ member
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_lps.c424 static const DELAY_PROPS *dlyptr = &times [Fast_Time]; /* pointer to the event delay times to use… variable
762 dlyptr = &times [Fast_Time]; /* then point at the fast times */ in lps_interface()
764 dlyptr = &times [Real_Time]; /* the point at the E/F realistic times */ in lps_interface()
766 dlyptr = &times [Real_Time + 1]; /* point at the 21xx/1000 M CPU times */ in lps_interface()
818 lps_unit [0].wait = dlyptr->power_delay; /* then schedule the delay */ in lps_power()
984 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lps_service()
993 uptr->wait += dlyptr->zone_print; /* then include the zone printing delay */ in lps_service()
1037 uptr->wait += slew_count * dlyptr->advance; /* account the paper advance delay */ in lps_service()
1102 uptr->wait += dlyptr->zone_print; /* then add the zone printing delay */ in lps_service()
H A Dhp2100_lpt.c556 static const DELAY_PROPS *dlyptr = &fast_times; /* pointer to the event delay times to use */ variable
1160 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lp_service()
1190 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
1191 + dlyptr->advance /* plus the paper advance delay */ in lp_service()
1192 + dlyptr->buffer_load; /* plus the buffer load delay */ in lp_service()
1199 uptr->wait = dlyptr->buffer_load; /* so just schedule the load delay */ in lp_service()
1321 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
1322 + slew_count * dlyptr->advance; /* plus the paper advance delay */ in lp_service()
1457 dlyptr = &fast_times; /* point at the fast times */ in lp_attach()
1561 dlyptr = &fast_times; /* and point at the fast times */ in lp_set_mode()
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_lpt.c552 static const DELAY_PROPS *dlyptr = &fast_times; /* pointer to the event delay times to use */ variable
1128 uptr->wait = dlyptr->buffer_load; /* schedule the buffer load delay */ in lp_service()
1159 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
1160 + dlyptr->advance /* plus the paper advance delay */ in lp_service()
1161 + dlyptr->buffer_load; /* plus the buffer load delay */ in lp_service()
1168 uptr->wait = dlyptr->buffer_load; /* so just schedule the load delay */ in lp_service()
1289 uptr->wait = dlyptr->print /* schedule the print delay */ in lp_service()
1290 + slew_count * dlyptr->advance; /* plus the paper advance delay */ in lp_service()
1430 dlyptr = &fast_times; /* point at the fast times */ in lp_attach()
1534 dlyptr = &fast_times; /* and point at the fast times */ in lp_set_mode()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3dec.h229 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member
H A Dac3dec.c229 s->dlyptr[i] = s->delay[i]; in ac3_decode_init()
1395 s->ac3dsp.AC3_RENAME(downmix)(s->dlyptr, s->downmix_coeffs, in decode_audio_block()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dac3dec.h229 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member
H A Dac3dec.c229 s->dlyptr[i] = s->delay[i]; in ac3_decode_init()
1395 s->ac3dsp.AC3_RENAME(downmix)(s->dlyptr, s->downmix_coeffs, in decode_audio_block()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3dec.h242 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member
H A Dac3dec.c227 s->dlyptr[i] = s->delay[i]; in ac3_decode_init()
1455 AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->dlyptr, s->downmix_coeffs, in decode_audio_block()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3dec.h240 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member
H A Dac3dec.c223 s->dlyptr[i] = s->delay[i]; in ac3_decode_init()
1449 AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->dlyptr, s->downmix_coeffs, in decode_audio_block()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3dec.h240 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member
H A Dac3dec.c223 s->dlyptr[i] = s->delay[i]; in ac3_decode_init()
1449 AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->dlyptr, s->downmix_coeffs, in decode_audio_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3dec.h240 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3dec.h242 INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; member

12