var internal/bytealg.MaxLen
7 uses
internal/bytealg (current package)
bytealg.go#L30: 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#L279: if bytealg.MaxLen >= width {
bytes.go#L363: if bytealg.MaxLen >= size {
bytes.go#L1295: case n <= bytealg.MaxLen:
![]() |
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. |