bpi 97 src/simh/sim_tape.c static const uint32 bpi [] = { /* tape density table, indexed by MT_DENS constants */ bpi 106 src/simh/sim_tape.c #define BPI_COUNT (sizeof (bpi) / sizeof (bpi [0])) /* count of density table entries */ bpi 421 src/simh/sim_tape.c runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set the largest legal gap size in bytes */ bpi 637 src/simh/sim_tape.c runaway_counter = 25 * 12 * bpi [MT_DENS (uptr->dynflags)]; /* set largest legal gap size in bytes */ bpi 1182 src/simh/sim_tape.c tape_density = bpi [MT_DENS (uptr->dynflags)]; /* get the density of the tape */ bpi 2090 src/simh/sim_tape.c if (new_bpi == bpi [density] /* if it matches a value in the list */ bpi 2113 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 */