github.com/andybalholm/brotli/matchfinder.M4.HashLen (field)
6 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L26: HashLen int
m4.go#L70: if q.HashLen == 0 {
m4.go#L71: q.HashLen = 6
m4.go#L140: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
m4.go#L148: if i < matches[0].End && i != matches[0].End+2-q.HashLen {
github.com/andybalholm/brotli
writer.go#L151: HashLen: hashLen,
![]() |
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. |