const math.MaxInt16

4 uses

	math (current package)
		const.go#L46: 	MaxInt16  = 1<<15 - 1           // 32767

	github.com/go-faster/jx
		dec_int.gen.go#L374: 		if val > math.MaxInt16+1 {
		dec_int.gen.go#L383: 	if val > math.MaxInt16 {

	github.com/klauspost/compress/flate
		stateless.go#L10: 	maxStatelessBlock = math.MaxInt16