Home
last modified time | relevance | path

Searched refs:mtf_size (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go667 var mtf_size uint = uint(max_value + 1)
669 var index uint = indexOf(mtf[:], mtf_size, byte(v_in[i]))
670 assert(index < mtf_size)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go667 var mtf_size uint = uint(max_value + 1)
669 var index uint = indexOf(mtf[:], mtf_size, byte(v_in[i]))
670 assert(index < mtf_size)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go667 var mtf_size uint = uint(max_value + 1)
669 var index uint = indexOf(mtf[:], mtf_size, byte(v_in[i]))
670 assert(index < mtf_size)
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go656 var mtf_size uint = uint(max_value + 1)
658 var index uint = indexOf(mtf[:], mtf_size, byte(v_in[i]))
659 assert(index < mtf_size)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbrotli_bit_stream.c627 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
629 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
630 assert(index < mtf_size); in MoveToFrontTransform()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c613 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
615 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
616 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dbrotli_bit_stream.c627 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
629 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
630 assert(index < mtf_size); in MoveToFrontTransform()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c613 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
615 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
616 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dbrotli_bit_stream.c627 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
629 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
630 assert(index < mtf_size); in MoveToFrontTransform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbrotli_bit_stream.c627 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
629 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
630 assert(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/enc/
H A Dbrotli_bit_stream.c627 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
629 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
630 assert(index < mtf_size); in MoveToFrontTransform()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c628 size_t mtf_size = max_value + 1; in MoveToFrontTransform() local
630 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
631 BROTLI_DCHECK(index < mtf_size); in MoveToFrontTransform()

12