bytecount         830 src/dps8/dps8_mgp.c   int bytecount   = (getbits36_9(buf[2], 0) & 0xff)
bytecount         845 src/dps8/dps8_mgp.c                    bytecount, srcprc, dstprc, chopcode);
bytecount         847 src/dps8/dps8_mgp.c   int pklen = MGP_PACKET_HEADER_SIZE + (bytecount / 4)
bytecount         848 src/dps8/dps8_mgp.c             + (bytecount % 4 ? 1 : 0);