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