const math.MaxUint16
12 uses
math (current package)
const.go#L54: MaxUint16 = 1<<16 - 1 // 65535
compress/flate
huffman_code.go#L57: func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxInt32} }
github.com/andybalholm/brotli/flate
huffman_code.go#L57: func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxInt32} }
github.com/coder/websocket
frame.go#L140: case h.payloadLength > math.MaxUint16:
frame.go#L153: case h.payloadLength > math.MaxUint16:
github.com/klauspost/compress/flate
huffman_code.go#L81: func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxUint16} }
huffman_code.go#L253: if e.literal < math.MaxUint16 {
github.com/klauspost/compress/huff0
compress.go#L288: if len(s.Out)-idx > math.MaxUint16 {
compress.go#L331: if len(o) > math.MaxUint16 {
github.com/klauspost/compress/zstd
blockenc.go#L836: if len(b.sequences) > math.MaxUint16 {
net/netip
netip.go#L257: if acc > math.MaxUint16 {
![]() |
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. |