const math/bits.UintSize

14 uses

	math/bits (current package)
		bits.go#L14: const UintSize = uintSize
		bits.go#L19: func LeadingZeros(x uint) int { return UintSize - Len(x) }
		bits.go#L54: 	if UintSize == 32 {
		bits.go#L112: 	if UintSize == 32 {
		bits.go#L171: 	if UintSize == 32 {
		bits.go#L221: 	if UintSize == 32 {
		bits.go#L261: 	if UintSize == 32 {
		bits.go#L297: 	if UintSize == 32 {
		bits.go#L355: 	if UintSize == 32 {
		bits.go#L397: 	if UintSize == 32 {
		bits.go#L440: 	if UintSize == 32 {
		bits.go#L487: 	if UintSize == 32 {
		bits.go#L563: 	if UintSize == 32 {

	math/big
		arith.go#L21: 	_W = bits.UintSize // word size in bits