bpi 98 src/simh/sim_tape.c static const uint32 bpi [] = { /* tape density table, indexed by MT_DENS constants */ bpi 107 src/simh/sim_tape.c #define BPI_COUNT (sizeof (bpi) / sizeof (bpi [0])) /* count of density table entries */ bpi 422 src/simh/sim_tape.c runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in bytes */ bpi 639 src/simh/sim_tape.c runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set largest legal gap size in bytes */ bpi 1189 src/simh/sim_tape.c tape_density = bpi [MT_DENS (uptr->dynflags)]; /* get the density of the tape */ bpi 2119 src/simh/sim_tape.c if (new_bpi == bpi [density] /* if it matches a value in the list */ bpi 2142 src/simh/sim_tape.c tape_density = bpi [MT_DENS (uptr->dynflags)]; /* of the tape from the unit flags */ bpi 119 src/simh/sim_tmxr.h int32 bpi; /* xmt buf insert */