const strconv.IntSize

5 uses

	strconv (current package)
		atoi.go#L66: const IntSize = intSize
		atoi.go#L112: 		bitSize = IntSize
		atoi.go#L224: 		bitSize = IntSize

	encoding/base64
		base64.go#L525: 	for strconv.IntSize >= 64 && len(src)-si >= 8 && len(dst)-n >= 8 {

	net/http
		h2_bundle.go#L3163: 		bitSize = int(strconv.IntSize)