const runtime.bucketCntBits

3 uses

	runtime (current package)
		map.go#L65: 	bucketCntBits = 3
		map.go#L66: 	bucketCnt     = 1 << bucketCntBits
		map.go#L833: 	if h.B > 31-bucketCntBits {