func math/bits.LeadingZeros32

one use

	math/bits (current package)
		bits.go#L34: func LeadingZeros32(x uint32) int { return 32 - Len32(x) }