compress/bzip2.reader.tt (field)

6 uses

	compress/bzip2 (current package)
		bzip2.go#L33: 	tt           []uint32  // mirrors the ``tt'' array in the bzip2 source and contains the P array in the upper 24 bits.
		bzip2.go#L79: 	if bz2.blockSize > len(bz2.tt) {
		bzip2.go#L80: 		bz2.tt = make([]uint32, bz2.blockSize)
		bzip2.go#L403: 				bz2.tt[bufIndex] = uint32(b)
		bzip2.go#L427: 		bz2.tt[bufIndex] = uint32(b)
		bzip2.go#L438: 	bz2.preRLE = bz2.tt[:bufIndex]