const strconv.IntSize

5 uses

	strconv (current package)
		number.go#L14: const IntSize = strconv.IntSize

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

	github.com/go-faster/jx
		dec_int.go#L26: 	return d.int(strconv.IntSize)
		dec_int.go#L48: 	return d.uint(strconv.IntSize)

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