compress/flate.decompressor.bits (field)
12 uses
compress/flate (current package)
inflate.go#L280: bits *[maxNumLit + maxNumDist]int
inflate.go#L415: f.bits[i] = x
inflate.go#L432: b = f.bits[i-1]
inflate.go#L454: f.bits[i] = b
inflate.go#L459: if !f.h1.init(f.bits[0:nlit]) || !f.h2.init(f.bits[nlit:nlit+ndist]) {
inflate.go#L467: if f.h1.min < f.bits[endBlockMarker] {
inflate.go#L468: f.h1.min = f.bits[endBlockMarker]
inflate.go#L779: bits: f.bits,
inflate.go#L801: f.bits = new([maxNumLit + maxNumDist]int)
inflate.go#L820: f.bits = new([maxNumLit + maxNumDist]int)
![]() |
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. |