func math/bits.Add32

2 uses

	math/bits (current package)
		bits.go#L362: 		s32, c32 := Add32(uint32(x), uint32(y), uint32(carry))
		bits.go#L374: func Add32(x, y, carry uint32) (sum, carryOut uint32) {