Home
last modified time | relevance | path

Searched refs:cmd_histo (Results 1 – 25 of 108) sorted by relevance

12345

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go493 var cmd_histo [128]uint32
541 copy(cmd_histo[:], kCmdHistoSeed[:])
633 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
641 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
647 cmd_histo[64]++
649 emitDistance1(uint(distance), cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
653 emitCopyLenLastDistance1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
689 emitCopyLen1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
744 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
749 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go493 var cmd_histo [128]uint32
541 copy(cmd_histo[:], kCmdHistoSeed[:])
633 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
641 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
647 cmd_histo[64]++
649 emitDistance1(uint(distance), cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
653 emitCopyLenLastDistance1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
689 emitCopyLen1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
744 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
749 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go493 var cmd_histo [128]uint32
541 copy(cmd_histo[:], kCmdHistoSeed[:])
633 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
641 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
647 cmd_histo[64]++
649 emitDistance1(uint(distance), cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
653 emitCopyLenLastDistance1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
689 emitCopyLen1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
744 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
749 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go499 var cmd_histo [128]uint32
547 copy(cmd_histo[:], kCmdHistoSeed[:])
639 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
647 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
653 cmd_histo[64]++
655 emitDistance1(uint(distance), cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
659 emitCopyLenLastDistance1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
695 emitCopyLen1(matched, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
750 emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
755 emitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dcompress_fragment.c431 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
488 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
571 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
589 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
592 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
630 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
633 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
685 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
693 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
717 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dcompress_fragment.c431 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
488 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
571 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
589 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
592 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
630 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
633 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
685 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
693 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
717 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dcompress_fragment.c431 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
488 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
571 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
589 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
592 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
630 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
633 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
685 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
693 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
717 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/enc/
H A Dcompress_fragment.c431 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
488 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
571 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
589 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
592 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
630 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
633 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
685 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
693 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
717 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
[all …]

12345