Home
last modified time | relevance | path

Searched defs:PrefixCode (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/security/vault/vault-1.8.2/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/devel/bit/bit-1.1.2/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/dsnet/compress/internal/prefix/
H A Dprefix.go36 type PrefixCode struct { struct
37 Sym uint32 // The symbol being mapped
38 Cnt uint32 // The number times this symbol is used
39 Len uint32 // Bit-length of the prefix code
40 Val uint32 // Value of the prefix code (must be in 0..(1<<Len)-1)
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/experimental/fast_lossless/
H A Dfast_lossless.cc55 struct PrefixCode { struct
56 static constexpr size_t kNumLZ77 = 17;
57 static constexpr size_t kNumRaw = 15;
61 uint8_t lz77_nbits[kNumLZ77] = {};
63 uint16_t lz77_bits[kNumLZ77] = {};
65 static uint16_t BitReverse(size_t nbits, uint16_t bits) { in BitReverse()
79 static void ComputeCanonicalCode(const uint8_t* first_chunk_nbits, in ComputeCanonicalCode()
113 PrefixCode(uint64_t* raw_counts, uint64_t* lz77_counts) { in PrefixCode() function
143 static void ComputeCodeLengths(uint64_t* freqs, size_t n, size_t limit, in ComputeCodeLengths()
193 void WriteTo(BitWriter* writer) const { in WriteTo()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/api/
H A Dqxmlname.h83 typedef NamespaceCode PrefixCode; typedef
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/api/
H A Dqxmlname.h79 typedef NamespaceCode PrefixCode; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/eventing/
H A Dactivitytracker.cs433PrefixCode = 0xB, // all the 'long' encodings go here. If the next nibble is MultiByte1-4 enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/
H A DActivityTracker.cs435PrefixCode = 0xB, // all the 'long' encodings go here. If the next nibble is MultiByte1-4 enumerator
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dopcode.h106 static uint32_t PrefixCode(uint8_t prefix, uint32_t code) { in PrefixCode() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/Tracing/
H A DActivityTracker.cs435PrefixCode = 0xB, // all the 'long' encodings go here. If the next nibble is MultiByte1-4 enumerator
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dopcode.h117 static uint32_t PrefixCode(uint8_t prefix, uint32_t code) { in PrefixCode() function