const math/bits.UintSize
18 uses
math/bits (current package)
bits.go#L20: const UintSize = uintSize
bits.go#L25: func LeadingZeros(x uint) int { return UintSize - Len(x) }
bits.go#L60: if UintSize == 32 {
bits.go#L118: if UintSize == 32 {
bits.go#L177: if UintSize == 32 {
bits.go#L227: if UintSize == 32 {
bits.go#L267: if UintSize == 32 {
bits.go#L303: if UintSize == 32 {
bits.go#L361: if UintSize == 32 {
bits.go#L403: if UintSize == 32 {
bits.go#L446: if UintSize == 32 {
bits.go#L493: if UintSize == 32 {
bits.go#L574: if UintSize == 32 {
math/big
arith.go#L21: _W = bits.UintSize // word size in bits
crypto/internal/bigmod
nat.go#L16: _W = bits.UintSize
nat.go#L763: for i := bits.UintSize - bitLen(e); i < bits.UintSize; i++ {
nat.go#L765: k := (e >> (bits.UintSize - i - 1)) & 1
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |