func internal/byteorder.LePutUint32

5 uses

	internal/byteorder (current package)
		byteorder.go#L32: func LePutUint32(b []byte, v uint32) {

	crypto/md5
		md5.go#L170: 	byteorder.LePutUint32(digest[0:], d.s[0])
		md5.go#L171: 	byteorder.LePutUint32(digest[4:], d.s[1])
		md5.go#L172: 	byteorder.LePutUint32(digest[8:], d.s[2])
		md5.go#L173: 	byteorder.LePutUint32(digest[12:], d.s[3])