func github.com/klauspost/compress/internal/le.Store64
9 uses
github.com/klauspost/compress/internal/le (current package)
unsafe_enabled.go#L50: func Store64[I Indexer](b []byte, i I, v uint64) {
github.com/klauspost/compress/flate
huffman_bit_writer.go#L438: le.Store64(w.bytes[:], n, bits)
huffman_bit_writer.go#L855: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L882: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L904: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L929: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L950: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L1103: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L1132: le.Store64(w.bytes[:], nbytes, bits)
 |
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. |