Home
last modified time | relevance | path

Searched refs:brotli_max_uint32_t (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dbit_cost.go77 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
102 histomax = brotli_max_uint32_t(h23, histo[0])
208 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
233 histomax = brotli_max_uint32_t(h23, histo[0])
339 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
364 histomax = brotli_max_uint32_t(h23, histo[0])
H A Dplatform.go81 func brotli_max_uint32_t(a uint32, b uint32) uint32 { func
H A Dentropy_encode.go147 var count uint32 = brotli_max_uint32_t(data[i], count_limit)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dbit_cost.go77 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
102 histomax = brotli_max_uint32_t(h23, histo[0])
208 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
233 histomax = brotli_max_uint32_t(h23, histo[0])
339 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
364 histomax = brotli_max_uint32_t(h23, histo[0])
H A Dplatform.go81 func brotli_max_uint32_t(a uint32, b uint32) uint32 { func
H A Dentropy_encode.go147 var count uint32 = brotli_max_uint32_t(data[i], count_limit)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dbit_cost.go77 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
102 histomax = brotli_max_uint32_t(h23, histo[0])
208 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
233 histomax = brotli_max_uint32_t(h23, histo[0])
339 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
364 histomax = brotli_max_uint32_t(h23, histo[0])
H A Dplatform.go81 func brotli_max_uint32_t(a uint32, b uint32) uint32 { func
H A Dentropy_encode.go147 var count uint32 = brotli_max_uint32_t(data[i], count_limit)
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dbit_cost.go77 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
102 histomax = brotli_max_uint32_t(h23, histo[0])
208 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
233 histomax = brotli_max_uint32_t(h23, histo[0])
339 var histomax uint32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2))
364 histomax = brotli_max_uint32_t(h23, histo[0])
H A Dplatform.go81 func brotli_max_uint32_t(a uint32, b uint32) uint32 { func
H A Dentropy_encode.go148 var count uint32 = brotli_max_uint32_t(data[i], count_limit)
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dbit_cost.rs6 use super::util::{brotli_max_uint32_t, FastLog2, floatX, FastLog2u16};
277 let histomax: u32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2)); in BrotliPopulationCost()
312 histomax = brotli_max_uint32_t(h23, histo[0usize]); in BrotliPopulationCost()
H A Dutil.rs10 pub fn brotli_max_uint32_t(a: u32, b: u32) -> u32 { in brotli_max_uint32_t() function
H A Dentropy_encode.rs9 use super::util::brotli_max_uint32_t;
192 let count: u32 = brotli_max_uint32_t(data[(i as (usize))], count_limit); in BrotliCreateHuffmanTree()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dbit_cost.rs6 use super::util::{brotli_max_uint32_t, FastLog2, floatX, FastLog2u16};
277 let histomax: u32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2)); in BrotliPopulationCost()
312 histomax = brotli_max_uint32_t(h23, histo[0usize]); in BrotliPopulationCost()
H A Dutil.rs10 pub fn brotli_max_uint32_t(a: u32, b: u32) -> u32 { in brotli_max_uint32_t() function
H A Dentropy_encode.rs9 use super::util::brotli_max_uint32_t;
192 let count: u32 = brotli_max_uint32_t(data[(i as (usize))], count_limit); in BrotliCreateHuffmanTree()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dbit_cost.rs6 use super::util::{brotli_max_uint32_t, FastLog2, floatX, FastLog2u16};
277 let histomax: u32 = brotli_max_uint32_t(histo0, brotli_max_uint32_t(histo1, histo2)); in BrotliPopulationCost()
312 histomax = brotli_max_uint32_t(h23, histo[0usize]); in BrotliPopulationCost()
H A Dutil.rs10 pub fn brotli_max_uint32_t(a: u32, b: u32) -> u32 { in brotli_max_uint32_t() function
H A Dentropy_encode.rs9 use super::util::brotli_max_uint32_t;
192 let count: u32 = brotli_max_uint32_t(data[(i as (usize))], count_limit); in BrotliCreateHuffmanTree()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/common/
H A Dplatform.h437 BROTLI_UNUSED(brotli_max_uint32_t); in BrotliSuppressUnusedFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/common/
H A Dplatform.h553 BROTLI_UNUSED(&brotli_max_uint32_t); in BrotliSuppressUnusedFunctions()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/common/
H A Dplatform.h557 BROTLI_UNUSED(&brotli_max_uint32_t); in BrotliSuppressUnusedFunctions()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/common/
H A Dplatform.h557 BROTLI_UNUSED(&brotli_max_uint32_t); in BrotliSuppressUnusedFunctions()

123