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]
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |