compress/flate.decompressor.nb (field)
22 uses
compress/flate (current package)
inflate.go#L274: nb uint
inflate.go#L302: for f.nb < 1+2 {
inflate.go#L311: f.nb -= 1 + 2
inflate.go#L368: for f.nb < 5+5+4 {
inflate.go#L386: f.nb -= 5 + 5 + 4
inflate.go#L390: for f.nb < 3 {
inflate.go#L397: f.nb -= 3
inflate.go#L442: for f.nb < nb {
inflate.go#L449: f.nb -= nb
inflate.go#L541: for f.nb < n {
inflate.go#L549: f.nb -= n
inflate.go#L554: for f.nb < 5 {
inflate.go#L562: f.nb -= 5
inflate.go#L577: for f.nb < nb {
inflate.go#L585: f.nb -= nb
inflate.go#L625: f.nb = 0
inflate.go#L701: f.b |= uint32(c) << f.nb
inflate.go#L702: f.nb += 8
inflate.go#L716: nb, b := f.nb, f.b
inflate.go#L722: f.nb = nb
inflate.go#L738: f.nb = nb
inflate.go#L743: f.nb = nb - n
![]() |
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. |