Home
last modified time | relevance | path

Searched defs:bitReader (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/dsnet/compress/brotli/
H A Dbit_reader.go30 type bitReader struct { struct
31 rd byteReader
32 bufBits uint64 // Buffer to hold some bits
37 bufRd *bufio.Reader
38 bufPeek []byte // Buffer for the Peek data
43 prefix prefixDecoder
46 func (br *bitReader) Init(r io.Reader) {
61 func (br *bitReader) FlushOffset() int64 {
86 func (br *bitReader) FeedBits(nb uint) {
175 func (br *bitReader) ReadBits(nb uint) uint {
[all …]
/dports/net/nncp/nncp-8.0.2/src/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/compress/compress-1.11.6/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]
/dports/irc/soju/soju-0.3.0/vendor/github.com/klauspost/compress/zstd/
H A Dbitreader.go17 type bitReader struct { struct
18 in []byte
21 bitsRead uint8
25 func (b *bitReader) init(in []byte) error {
67 func (b *bitReader) fillFast() {
81 func (b *bitReader) fillFastStart() {
89 func (b *bitReader) fill() {
110 func (b *bitReader) finished() bool {
115 func (b *bitReader) overread() bool {
120 func (b *bitReader) remain() uint {
[all …]

12345678