github.com/andybalholm/brotli/matchfinder.Pathfinder.HashLen (field)
6 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L23: HashLen int
pathfinder.go#L74: if q.HashLen == 0 {
pathfinder.go#L75: q.HashLen = 6
pathfinder.go#L128: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
pathfinder.go#L210: i = currentMatch.End + 2 - q.HashLen
github.com/andybalholm/brotli
writer.go#L164: 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. |