var internal/bytealg.MaxLen
7 uses
internal/bytealg (current package)
bytealg.go#L25: var MaxLen int
index_amd64.go#L13: MaxLen = 63
index_amd64.go#L15: MaxLen = 31
internal/stringslite
strings.go#L42: case n <= bytealg.MaxLen:
bytes
bytes.go#L222: if bytealg.MaxLen >= width {
bytes.go#L306: if bytealg.MaxLen >= size {
bytes.go#L1264: case n <= bytealg.MaxLen:
![]() |
The pages are generated with Golds v0.7.6. (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. |