func math/bits.Reverse16
4 uses
math/bits (current package)
bits.go#L239: func Reverse16(x uint16) uint16 {
compress/flate
huffman_code.go#L344: return bits.Reverse16(number << (16 - bitLength))
inflate.go#L180: reverse := int(bits.Reverse16(uint16(j)))
inflate.go#L198: reverse := int(bits.Reverse16(uint16(code)))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |