Home
last modified time | relevance | path

Searched refs:MT_DENS (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tape.c307 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntf()
543 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntr()
1302 const uint32 density = bpi [MT_DENS (uptr->dynflags)]; /* the tape density in bits per inch */ in sim_tape_wrgap()
1655 tape_density = bpi [MT_DENS (uptr->dynflags)]; /* of the tape from the unit flags */ in sim_tape_show_dens()
H A Dsim_tape.h110 #define MT_DENS(f) (((f) & MTVF_DENS_MASK) >> UNIT_V_DF_TAPE) macro
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tape.c307 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntf()
543 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntr()
1302 const uint32 density = bpi [MT_DENS (uptr->dynflags)]; /* the tape density in bits per inch */ in sim_tape_wrgap()
1655 tape_density = bpi [MT_DENS (uptr->dynflags)]; /* of the tape from the unit flags */ in sim_tape_show_dens()
H A Dsim_tape.h110 #define MT_DENS(f) (((f) & MTVF_DENS_MASK) >> UNIT_V_DF_TAPE) macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_tape.c307 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntf()
543 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntr()
1302 const uint32 density = bpi [MT_DENS (uptr->dynflags)]; /* the tape density in bits per inch */ in sim_tape_wrgap()
1655 tape_density = bpi [MT_DENS (uptr->dynflags)]; /* of the tape from the unit flags */ in sim_tape_show_dens()
H A Dsim_tape.h110 #define MT_DENS(f) (((f) & MTVF_DENS_MASK) >> UNIT_V_DF_TAPE) macro
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_tape.h111 # define MT_DENS(f) (((f) & MTVF_DENS_MASK) >> UNIT_V_DF_TAPE) macro
H A Dsim_tape.c390 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in b… in sim_tape_rdlntf()
603 …runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set largest legal gap size in bytes… in sim_tape_rdlntr()
1149 tape_density = bpi [MT_DENS (uptr->dynflags)]; /* get the density of the tape */ in sim_tape_wrgap()
2057 tape_density = bpi [MT_DENS (uptr->dynflags)]; /* of the tape from the unit flags */ in sim_tape_show_dens()