type github.com/klauspost/compress/huff0.Decoder
10 uses
github.com/klauspost/compress/huff0 (current package)
decompress.go#L208: func (s *Scratch) Decoder() *Decoder {
decompress.go#L209: return &Decoder{
decompress.go#L217: type Decoder struct {
decompress.go#L223: func (d *Decoder) buffer() *[4][256]byte {
decompress.go#L234: func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) {
decompress.go#L537: func (d *Decoder) decompress1X8BitExactly(dst, src []byte) ([]byte, error) {
decompress.go#L622: func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) {
decompress.go#L861: func (d *Decoder) decompress4X8bitExactly(dst, src []byte) ([]byte, error) {
decompress_amd64.go#L44: func (d *Decoder) Decompress4X(dst, src []byte) ([]byte, error) {
decompress_amd64.go#L171: func (d *Decoder) Decompress1X(dst, src []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (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. |