const math/bits.UintSize
21 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#L24: _W = bits.UintSize // word size in bits
crypto/internal/fips140/bigmod
nat.go#L16: _W = bits.UintSize
nat.go#L507: i := bits.UintSize
nat.go#L1051: for i := bits.UintSize - bits.Len(e) + 1; i < bits.UintSize; i++ {
nat.go#L1053: if k := (e >> (bits.UintSize - i - 1)) & 1; k != 0 {
github.com/klauspost/compress/zstd
decoder_options.go#L133: if bits.UintSize > 32 && uint(len(content)) > dictMaxLength {
encoder_options.go#L363: if bits.UintSize > 32 && uint(len(content)) > dictMaxLength {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |