compress/bzip2.bitReader.n (field)
5 uses
compress/bzip2 (current package)
bit_reader.go#L18: n uint64
bit_reader.go#L46: br.n <<= 8
bit_reader.go#L47: br.n |= uint64(b)
bit_reader.go#L65: n = (br.n >> (br.bits - bits)) & ((1 << bits) - 1)
huffman.go#L46: bit = uint16(br.n>>(br.bits&63)) & 1
![]() |
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. |