Home
last modified time | relevance | path

Searched refs:opt_table_size (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Ddecode.go751 func readHuffmanCode(alphabet_size uint32, max_symbol uint32, table []huffmanCode, opt_table_size *…
817 if opt_table_size != nil {
818 *opt_table_size = table_size
868 if opt_table_size != nil {
869 *opt_table_size = table_size
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Ddecode.go714 func readHuffmanCode(alphabet_size uint32, max_symbol uint32, table []huffmanCode, opt_table_size *…
780 if opt_table_size != nil {
781 *opt_table_size = table_size
831 if opt_table_size != nil {
832 *opt_table_size = table_size
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Ddecode.go751 func readHuffmanCode(alphabet_size uint32, max_symbol uint32, table []huffmanCode, opt_table_size *…
817 if opt_table_size != nil {
818 *opt_table_size = table_size
868 if opt_table_size != nil {
869 *opt_table_size = table_size
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Ddecode.go751 func readHuffmanCode(alphabet_size uint32, max_symbol uint32, table []huffmanCode, opt_table_size *…
817 if opt_table_size != nil {
818 *opt_table_size = table_size
868 if opt_table_size != nil {
869 *opt_table_size = table_size
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/dec/
H A Ddecode.c687 uint32_t* opt_table_size, in ReadHuffmanCode() argument
744 if (opt_table_size) { in ReadHuffmanCode()
745 *opt_table_size = table_size; in ReadHuffmanCode()
791 if (opt_table_size) { in ReadHuffmanCode()
792 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/dec/
H A Ddecode.c703 uint32_t* opt_table_size, in ReadHuffmanCode() argument
760 if (opt_table_size) { in ReadHuffmanCode()
761 *opt_table_size = table_size; in ReadHuffmanCode()
807 if (opt_table_size) { in ReadHuffmanCode()
808 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/dec/
H A Ddecode.c687 uint32_t* opt_table_size, in ReadHuffmanCode() argument
744 if (opt_table_size) { in ReadHuffmanCode()
745 *opt_table_size = table_size; in ReadHuffmanCode()
791 if (opt_table_size) { in ReadHuffmanCode()
792 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/dec/
H A Ddecode.c702 uint32_t* opt_table_size, in ReadHuffmanCode() argument
759 if (opt_table_size) { in ReadHuffmanCode()
760 *opt_table_size = table_size; in ReadHuffmanCode()
806 if (opt_table_size) { in ReadHuffmanCode()
807 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/brotli/dec/
H A Ddecode.c679 uint32_t* opt_table_size, in ReadHuffmanCode() argument
734 if (opt_table_size) { in ReadHuffmanCode()
735 *opt_table_size = table_size; in ReadHuffmanCode()
781 if (opt_table_size) { in ReadHuffmanCode()
782 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/brotli-sys-0.3.2/brotli/dec/
H A Ddecode.c687 uint32_t* opt_table_size, in ReadHuffmanCode() argument
744 if (opt_table_size) { in ReadHuffmanCode()
745 *opt_table_size = table_size; in ReadHuffmanCode()
791 if (opt_table_size) { in ReadHuffmanCode()
792 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/c/dec/
H A Ddecode.c702 uint32_t* opt_table_size, in ReadHuffmanCode() argument
759 if (opt_table_size) { in ReadHuffmanCode()
760 *opt_table_size = table_size; in ReadHuffmanCode()
806 if (opt_table_size) { in ReadHuffmanCode()
807 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/brotli-sys-0.3.2/brotli/dec/
H A Ddecode.c687 uint32_t* opt_table_size, in ReadHuffmanCode() argument
744 if (opt_table_size) { in ReadHuffmanCode()
745 *opt_table_size = table_size; in ReadHuffmanCode()
791 if (opt_table_size) { in ReadHuffmanCode()
792 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c749 uint32_t* opt_table_size, in ReadHuffmanCode() argument
807 if (opt_table_size) { in ReadHuffmanCode()
808 *opt_table_size = table_size; in ReadHuffmanCode()
856 if (opt_table_size) { in ReadHuffmanCode()
857 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/www/firefox-esr/firefox-91.8.0/modules/brotli/dec/
H A Ddecode.c751 uint32_t* opt_table_size, in ReadHuffmanCode() argument
809 if (opt_table_size) { in ReadHuffmanCode()
810 *opt_table_size = table_size; in ReadHuffmanCode()
858 if (opt_table_size) { in ReadHuffmanCode()
859 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/dec/
H A Ddecode.c733 uint32_t* opt_table_size, in ReadHuffmanCode() argument
792 if (opt_table_size) { in ReadHuffmanCode()
793 *opt_table_size = table_size; in ReadHuffmanCode()
840 if (opt_table_size) { in ReadHuffmanCode()
841 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/archivers/py-brotli/Brotli-1.0.9/c/dec/
H A Ddecode.c751 uint32_t* opt_table_size, in ReadHuffmanCode() argument
809 if (opt_table_size) { in ReadHuffmanCode()
810 *opt_table_size = table_size; in ReadHuffmanCode()
858 if (opt_table_size) { in ReadHuffmanCode()
859 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/archivers/brotli/brotli-1.0.9/c/dec/
H A Ddecode.c751 uint32_t* opt_table_size, in ReadHuffmanCode() argument
809 if (opt_table_size) { in ReadHuffmanCode()
810 *opt_table_size = table_size; in ReadHuffmanCode()
858 if (opt_table_size) { in ReadHuffmanCode()
859 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/dec/
H A Ddecode.c743 uint32_t* opt_table_size, in ReadHuffmanCode() argument
802 if (opt_table_size) { in ReadHuffmanCode()
803 *opt_table_size = table_size; in ReadHuffmanCode()
850 if (opt_table_size) { in ReadHuffmanCode()
851 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/
H A Ddecode.c734 uint32_t* opt_table_size, in ReadHuffmanCode() argument
793 if (opt_table_size) { in ReadHuffmanCode()
794 *opt_table_size = table_size; in ReadHuffmanCode()
841 if (opt_table_size) { in ReadHuffmanCode()
842 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/dec/
H A Ddecode.c734 uint32_t* opt_table_size, in ReadHuffmanCode() argument
793 if (opt_table_size) { in ReadHuffmanCode()
794 *opt_table_size = table_size; in ReadHuffmanCode()
841 if (opt_table_size) { in ReadHuffmanCode()
842 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c749 uint32_t* opt_table_size, in ReadHuffmanCode() argument
807 if (opt_table_size) { in ReadHuffmanCode()
808 *opt_table_size = table_size; in ReadHuffmanCode()
856 if (opt_table_size) { in ReadHuffmanCode()
857 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c749 uint32_t* opt_table_size, in ReadHuffmanCode() argument
807 if (opt_table_size) { in ReadHuffmanCode()
808 *opt_table_size = table_size; in ReadHuffmanCode()
856 if (opt_table_size) { in ReadHuffmanCode()
857 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Ddecode.c749 uint32_t* opt_table_size, in ReadHuffmanCode() argument
807 if (opt_table_size) { in ReadHuffmanCode()
808 *opt_table_size = table_size; in ReadHuffmanCode()
856 if (opt_table_size) { in ReadHuffmanCode()
857 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/dec/
H A Ddecode.c734 uint32_t* opt_table_size, in ReadHuffmanCode() argument
793 if (opt_table_size) { in ReadHuffmanCode()
794 *opt_table_size = table_size; in ReadHuffmanCode()
841 if (opt_table_size) { in ReadHuffmanCode()
842 *opt_table_size = table_size; in ReadHuffmanCode()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/
H A Ddecode.c734 uint32_t* opt_table_size, in ReadHuffmanCode() argument
793 if (opt_table_size) { in ReadHuffmanCode()
794 *opt_table_size = table_size; in ReadHuffmanCode()
841 if (opt_table_size) { in ReadHuffmanCode()
842 *opt_table_size = table_size; in ReadHuffmanCode()

12