func github.com/klauspost/compress/internal/le.Load64
9 uses
github.com/klauspost/compress/internal/le (current package)
unsafe_enabled.go#L33: func Load64[I Indexer](b []byte, i I) uint64 {
github.com/klauspost/compress/flate
fast_encoder.go#L66: return le.Load64(b, i)
matchlen_generic.go#L17: diff := le.Load64(a, n) ^ le.Load64(b, n)
stateless.go#L173: return le.Load64(b, i)
github.com/klauspost/compress/huff0
bitreader.go#L79: b.value = le.Load64(b.in, b.off-8)
bitreader.go#L185: b.value = le.Load64(b.in, b.off-8)
github.com/klauspost/compress/zstd
bitreader.go#L81: b.value = le.Load64(b.in, b.cursor)
zstd.go#L118: return le.Load64(b, i)
![]() |
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. |