runtime.hiter.B (field)

6 uses

	runtime (current package)
		map.go#L176: 	B           uint8
		map.go#L819: 	it.B = h.B
		map.go#L874: 		if h.growing() && it.B == h.B {
		map.go#L892: 		if bucket == bucketShift(it.B) {
		map.go#L922: 				if hash&bucketMask(it.B) != checkBucket {
		map.go#L933: 				if checkBucket>>(it.B-1) != uintptr(b.tophash[offi]&1) {