Home
last modified time | relevance | path

Searched defs:HistogramCommand (Results 1 – 6 of 6) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dhistogram.rs42 pub struct HistogramCommand { struct
47 impl Clone for HistogramCommand { argument
49 fn clone(&self) -> HistogramCommand { in clone()
57 impl Default for HistogramCommand { implementation
230 impl SliceWrapper<u32> for HistogramCommand { implementation
236 impl SliceWrapperMut<u32> for HistogramCommand { implementation
250 impl CostAccessors for HistogramCommand { implementation
490 insert_and_copy_histograms: &mut [HistogramCommand], in BrotliBuildHistogramsWithContext()
H A Dbrotli_bit_stream.rs2290 cmd_histo: &mut HistogramCommand, in BuildHistograms()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dhistogram.rs42 pub struct HistogramCommand { struct
47 impl Clone for HistogramCommand { implementation
49 fn clone(&self) -> HistogramCommand { in clone()
57 impl Default for HistogramCommand { implementation
230 impl SliceWrapper<u32> for HistogramCommand { implementation
236 impl SliceWrapperMut<u32> for HistogramCommand { implementation
250 impl CostAccessors for HistogramCommand { implementation
490 insert_and_copy_histograms: &mut [HistogramCommand], in BrotliBuildHistogramsWithContext()
H A Dbrotli_bit_stream.rs2290 cmd_histo: &mut HistogramCommand, in BuildHistograms()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dhistogram.rs42 pub struct HistogramCommand { struct
47 impl Clone for HistogramCommand { argument
49 fn clone(&self) -> HistogramCommand { in clone()
57 impl Default for HistogramCommand { implementation
230 impl SliceWrapper<u32> for HistogramCommand { implementation
236 impl SliceWrapperMut<u32> for HistogramCommand { implementation
250 impl CostAccessors for HistogramCommand { implementation
490 insert_and_copy_histograms: &mut [HistogramCommand], in BrotliBuildHistogramsWithContext()
H A Dbrotli_bit_stream.rs2290 cmd_histo: &mut HistogramCommand, in BuildHistograms()