Home
last modified time | relevance | path

Searched refs:mnibbles (Results 1 – 25 of 39) sorted by relevance

12

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/concat/
H A Dmod.rs91 let mut mnibbles = bytes & 3; in detect_varlen_offset() localVariable
94 if mnibbles == 3 { // metadata block in detect_varlen_offset()
105 mnibbles += 4; in detect_varlen_offset()
106 offset += usize::from(mnibbles as usize) * 4; in detect_varlen_offset()
107 bytes >>= mnibbles * 4; in detect_varlen_offset()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/concat/
H A Dmod.rs91 let mut mnibbles = bytes & 3; in detect_varlen_offset() localVariable
94 if mnibbles == 3 { // metadata block in detect_varlen_offset()
105 mnibbles += 4; in detect_varlen_offset()
106 offset += usize::from(mnibbles as usize) * 4; in detect_varlen_offset()
107 bytes >>= mnibbles * 4; in detect_varlen_offset()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/concat/
H A Dmod.rs91 let mut mnibbles = bytes & 3; in detect_varlen_offset() localVariable
94 if mnibbles == 3 { // metadata block in detect_varlen_offset()
105 mnibbles += 4; in detect_varlen_offset()
106 offset += usize::from(mnibbles as usize) * 4; in detect_varlen_offset()
107 bytes >>= mnibbles * 4; in detect_varlen_offset()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go115 var mnibbles uint = tmp / 4
119 *nibblesbits = uint64(mnibbles) - 4
120 *numbits = mnibbles * 4
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go115 var mnibbles uint = tmp / 4
119 *nibblesbits = uint64(mnibbles) - 4
120 *numbits = mnibbles * 4
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go115 var mnibbles uint = tmp / 4
119 *nibblesbits = uint64(mnibbles) - 4
120 *numbits = mnibbles * 4
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go112 var mnibbles uint = tmp / 4
116 *nibblesbits = uint64(mnibbles) - 4
117 *numbits = mnibbles * 4
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c76 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
80 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
81 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c76 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
80 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
81 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/enc/
H A Dbrotli_bit_stream.c91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() local
95 *nibblesbits = mnibbles - 4; in BrotliEncodeMlen()
96 *numbits = mnibbles * 4; in BrotliEncodeMlen()

12