/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 48 if highestOffset > s.highestOffset { 59 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 48 if highestOffset > s.highestOffset { 59 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 48 if highestOffset > s.highestOffset { 59 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 45 if highestOffset > s.highestOffset { 53 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 45 if highestOffset > s.highestOffset { 53 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 48 if highestOffset > s.highestOffset { 59 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 45 if highestOffset > s.highestOffset { 53 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 45 if highestOffset > s.highestOffset { 53 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 28 highestOffset protocol.ByteCount member 40 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 41 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 48 if highestOffset > s.highestOffset { 59 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/ |
H A D | crypto_stream.go | 58 highestOffset protocol.ByteCount member 70 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 71 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 75 if highestOffset > s.highestOffset { 83 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/ |
H A D | crypto_stream.go | 58 highestOffset protocol.ByteCount member 70 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 71 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 75 if highestOffset > s.highestOffset { 83 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/ |
H A D | crypto_stream.go | 57 highestOffset protocol.ByteCount member 69 highestOffset := f.Offset + protocol.ByteCount(len(f.Data)) 70 if maxOffset := highestOffset; maxOffset > protocol.MaxCryptoStreamOffset { 74 if highestOffset > s.highestOffset { 82 s.highestOffset = utils.MaxByteCount(s.highestOffset, highestOffset)
|
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/image/ |
H A D | ComponentSampleModel.java | 251 int highestOffset = 0; in createDataBuffer() local 253 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 255 + highestOffset + 1; in createDataBuffer()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/image/ |
H A D | ComponentSampleModel.java | 140 int highestOffset = 0; in createDataBuffer() local 143 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 146 highestOffset + 1; in createDataBuffer()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/image/ |
H A D | ComponentSampleModel.java | 251 int highestOffset = 0; in createDataBuffer() local 253 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 255 + highestOffset + 1; in createDataBuffer()
|
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/image/ |
H A D | ComponentSampleModel.java | 251 int highestOffset = 0; in createDataBuffer() local 253 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 255 + highestOffset + 1; in createDataBuffer()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/image/ |
H A D | ComponentSampleModel.java | 140 int highestOffset = 0; in createDataBuffer() local 143 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 146 highestOffset + 1; in createDataBuffer()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/image/ |
H A D | ComponentSampleModel.java | 251 int highestOffset = 0; in createDataBuffer() local 253 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 255 + highestOffset + 1; in createDataBuffer()
|
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/image/ |
H A D | ComponentSampleModel.java | 251 int highestOffset = 0; in createDataBuffer() local 253 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 255 + highestOffset + 1; in createDataBuffer()
|
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/image/ |
H A D | ComponentSampleModel.java | 160 int highestOffset = 0; in createDataBuffer() local 163 highestOffset = Math.max(highestOffset, bandOffsets[b]); in createDataBuffer() 166 highestOffset + 1; in createDataBuffer()
|
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/cilium/ebpf/asm/ |
H A D | instruction.go | 375 highestOffset := 0 377 highestOffset += ins.OpCode.marshalledInstructions() 379 offsetWidth := int(math.Ceil(math.Log10(float64(highestOffset))))
|
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/cilium/ebpf/asm/ |
H A D | instruction.go | 375 highestOffset := 0 377 highestOffset += ins.OpCode.marshalledInstructions() 379 offsetWidth := int(math.Ceil(math.Log10(float64(highestOffset))))
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/asm/ |
H A D | instruction.go | 375 highestOffset := 0 377 highestOffset += ins.OpCode.marshalledInstructions() 379 offsetWidth := int(math.Ceil(math.Log10(float64(highestOffset))))
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/asm/ |
H A D | instruction.go | 375 highestOffset := 0 377 highestOffset += ins.OpCode.marshalledInstructions() 379 offsetWidth := int(math.Ceil(math.Log10(float64(highestOffset))))
|
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/asm/ |
H A D | instruction.go | 375 highestOffset := 0 377 highestOffset += ins.OpCode.marshalledInstructions() 379 offsetWidth := int(math.Ceil(math.Log10(float64(highestOffset))))
|