Home
last modified time | relevance | path

Searched refs:cbits (Results 201 – 225 of 1833) sorted by relevance

12345678910>>...74

/dports/misc/perkeep/perkeep-0.11/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/net/net-adae6a3d119a/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
83 if n.children != nil || n.codeLen > cbits {
90 cbits -= n.codeLen
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
83 if n.children != nil || n.codeLen > cbits {
90 cbits -= n.codeLen
[all …]
/dports/devel/etcd32/etcd-3.2.32/cmd/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
83 if n.children != nil || n.codeLen > cbits {
90 cbits -= n.codeLen
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
83 if n.children != nil || n.codeLen > cbits {
90 cbits -= n.codeLen
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/golang.org/x/net/net-69a78807bb2b/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/golang_org/x/net/http2/hpack/
H A Dhuffman.go57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
83 if n.children != nil || n.codeLen > cbits {
90 cbits -= n.codeLen
[all …]
/dports/www/aquatone/aquatone-1.7.0/vendor/golang.org/x/net/http2/hpack/
H A Dhuffman.go58 cbits += 8
60 for cbits >= 8 {
61 idx := byte(cur >> (cbits - 8))
71 cbits -= n.codeLen
73 sbits = cbits
75 cbits -= 8
79 for cbits > 0 {
80 n = n.children[byte(cur<<(8-cbits))]
84 if n.children != nil || n.codeLen > cbits {
91 cbits -= n.codeLen
[all …]

12345678910>>...74