Home
last modified time | relevance | path

Searched defs:huffmanDecoder (Results 1 – 25 of 81) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/nwaples/rardecode/
H A Dhuffman.go19 type huffmanDecoder struct { struct
20 limit [maxCodeLength + 1]int
21 pos [maxCodeLength + 1]int
22 symbol []int
23 min uint
24 quickbits uint
25 quicklen [maxQuickSize]uint
26 quicksym [maxQuickSize]int
29 func (h *huffmanDecoder) init(codeLengths []byte) {
94 func (h *huffmanDecoder) readSym(r bitReader) (int, error) {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/compress/flate/
H A Dgen.go33 type huffmanDecoder struct { struct
34 min int // the minimum code length
35 chunks [huffmanNumChunks]uint32 // chunks as described above
36 links [][]uint32 // overflow links
37 linkMask uint32 // mask the width of the link table
41 func (h *huffmanDecoder) init(bits []int) bool {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/compress/flate/
H A Dgen.go33 type huffmanDecoder struct { struct
34 min int // the minimum code length
35 chunks [huffmanNumChunks]uint32 // chunks as described above
36 links [][]uint32 // overflow links
37 linkMask uint32 // mask the width of the link table
41 func (h *huffmanDecoder) init(bits []int) bool {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/compress/flate/
H A Dgen.go33 type huffmanDecoder struct { struct
34 min int // the minimum code length
35 chunks [huffmanNumChunks]uint32 // chunks as described above
36 links [][]uint32 // overflow links
37 linkMask uint32 // mask the width of the link table
41 func (h *huffmanDecoder) init(bits []int) bool {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/www/filtron/filtron-93f8b22/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/compress/compress-1.11.6/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/devel/bit/bit-1.1.2/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/klauspost/compress/flate/
H A Dgen.go40 type huffmanDecoder struct { struct
41 min int // the minimum code length
42 chunks [huffmanNumChunks]uint32 // chunks as described above
43 links [][]uint32 // overflow links
44 linkMask uint32 // mask the width of the link table
52 func (h *huffmanDecoder) init(bits []int) bool {

1234