func runtime.tophash

15 uses

	runtime (current package)
		map.go#L194: func tophash(hash uintptr) uint8 {
		map.go#L426: 	top := tophash(hash)
		map.go#L484: 	top := tophash(hash)
		map.go#L528: 	top := tophash(hash)
		map.go#L603: 	top := tophash(hash)
		map.go#L717: 	top := tophash(hash)
		map.go#L1194: 						top = tophash(hash)
		map_fast32.go#L165: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast32.go#L255: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast64.go#L165: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast64.go#L255: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_faststr.go#L92: 	top := tophash(hash)
		map_faststr.go#L187: 	top := tophash(hash)
		map_faststr.go#L229: 	top := tophash(hash)
		map_faststr.go#L321: 	top := tophash(hash)