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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |