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
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |