const compress/flate.maxNumDist
6 uses
compress/flate (current package)
inflate.go#L24: maxNumDist = 30
inflate.go#L280: bits *[maxNumLit + maxNumDist]int
inflate.go#L379: if ndist > maxNumDist {
inflate.go#L573: case dist < maxNumDist:
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. |