type github.com/andybalholm/brotli/matchfinder.ZM

7 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		zm.go#L14: type ZM struct {
		zm.go#L21: func (z *ZM) Reset() {
		zm.go#L27: func (z *ZM) FindMatches(dst []Match, src []byte) []Match {
		zm.go#L295: func (z *ZM) hashShort(u uint64) uint32 {
		zm.go#L299: func (z *ZM) hashLong(u uint64) uint32 {

	github.com/andybalholm/brotli
		writer.go#L139: 		mf = &matchfinder.ZM{MaxDistance: 1 << 20}

	github.com/andybalholm/brotli/flate
		writer.go#L30: 		mf = &matchfinder.ZM{MaxDistance: 1 << 15}