Home
last modified time | relevance | path

Searched refs:all_histograms (Results 51 – 66 of 66) sorted by relevance

123

/dports/www/node10/node-v10.24.1/deps/brotli/c/enc/
H A Dblock_splitter_inc.h199 HistogramType* all_histograms = in FN() local
257 BROTLI_ENSURE_CAPACITY(m, HistogramType, all_histograms, in FN()
263 all_histograms[all_histograms_size++] = histograms[new_clusters[j]]; in FN()
290 all_histograms, cluster_size, histogram_symbols, clusters, pairs, in FN()
313 FN(BrotliHistogramBitCostDistance)(&histo, &all_histograms[best_out]); in FN()
316 &histo, &all_histograms[clusters[j]]); in FN()
329 BROTLI_FREE(m, all_histograms); in FN()
/dports/math/py-pymc3/pymc-3.11.4/pymc3/variational/
H A Doperators.py82 if self.approx.all_histograms:
138 use_histogram=self.approx.all_histograms,
H A Dopvi.py1670 def all_histograms(self):
1679 if not self.all_histograms:
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/python/
H A Dtest_histogramtools_non_strict.py112 all_histograms = list(
116 i for i in all_histograms if i.name() == "TELEMETRY_TEST_FLAG"
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/python/
H A Dtest_histogramtools_non_strict.py112 all_histograms = list(
116 i for i in all_histograms if i.name() == "TELEMETRY_TEST_FLAG"
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/tests/python/
H A Dtest_histogramtools_non_strict.py96 all_histograms = list(parse_histograms.from_files([HISTOGRAMS_PATH],
98 test_histogram = [i for i in all_histograms if i.name() == 'TELEMETRY_TEST_FLAG'][0]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/python/
H A Dtest_histogramtools_non_strict.py112 all_histograms = list(
116 i for i in all_histograms if i.name() == "TELEMETRY_TEST_FLAG"
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A Dparse_histograms.py668 all_histograms = OrderedDict()
681 if name in all_histograms:
683 all_histograms[name] = definition
688 enumerate(all_histograms.iterkeys()))
701 orphaned = set(all_whitelist_entries) - set(all_histograms.keys())
707 for (name, definition) in all_histograms.iteritems():
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py849 all_histograms = OrderedDict()
870 if name in all_histograms:
872 all_histograms[name] = definition
886 check_continuity(all_histograms,
891 check_continuity(all_histograms,
899 orphaned = set(all_allowlist_entries) - set(all_histograms.keys())
905 for (name, definition) in all_histograms.items():
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py946 all_histograms = OrderedDict()
967 if name in all_histograms:
969 all_histograms[name] = definition
985 all_histograms,
992 all_histograms,
1001 orphaned = set(all_allowlist_entries) - set(all_histograms.keys())
1009 for (name, definition) in all_histograms.items():
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py947 all_histograms = OrderedDict()
968 if name in all_histograms:
970 all_histograms[name] = definition
986 all_histograms,
993 all_histograms,
1002 orphaned = set(all_allowlist_entries) - set(all_histograms.keys())
1010 for (name, definition) in all_histograms.items():
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py947 all_histograms = OrderedDict()
968 if name in all_histograms:
970 all_histograms[name] = definition
986 all_histograms,
993 all_histograms,
1002 orphaned = set(all_allowlist_entries) - set(all_histograms.keys())
1010 for (name, definition) in all_histograms.items():
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dblock_splitter.rs475 …let mut all_histograms = <Alloc as Allocator<HistogramType>>::alloc_cell(alloc, all_histograms_cap… in ClusterBlocks() localVariable
569 .clone_from_slice(&all_histograms.slice()[..all_histograms_capacity]); in ClusterBlocks()
570 …as Allocator<HistogramType>>::free_cell(alloc, core::mem::replace(&mut all_histograms, new_array)); in ClusterBlocks()
594 all_histograms.slice_mut()[({ in ClusterBlocks()
635 num_final_clusters = BrotliHistogramCombine(all_histograms.slice_mut(), in ClusterBlocks()
685 &mut all_histograms.slice_mut()[(best_out as in ClusterBlocks()
693 … &mut all_histograms.slice_mut()[(clusters.slice()[(j as (usize))] as in ClusterBlocks()
716 …<Alloc as Allocator<HistogramType>>::free_cell(alloc, core::mem::replace(&mut all_histograms, <All… in ClusterBlocks()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dblock_splitter.rs475 …let mut all_histograms = <Alloc as Allocator<HistogramType>>::alloc_cell(alloc, all_histograms_cap… in ClusterBlocks() localVariable
569 .clone_from_slice(&all_histograms.slice()[..all_histograms_capacity]); in ClusterBlocks()
570 …as Allocator<HistogramType>>::free_cell(alloc, core::mem::replace(&mut all_histograms, new_array)); in ClusterBlocks()
594 all_histograms.slice_mut()[({ in ClusterBlocks()
635 num_final_clusters = BrotliHistogramCombine(all_histograms.slice_mut(), in ClusterBlocks()
685 &mut all_histograms.slice_mut()[(best_out as in ClusterBlocks()
693 … &mut all_histograms.slice_mut()[(clusters.slice()[(j as (usize))] as in ClusterBlocks()
716 …<Alloc as Allocator<HistogramType>>::free_cell(alloc, core::mem::replace(&mut all_histograms, <All… in ClusterBlocks()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dblock_splitter.rs475 …let mut all_histograms = <Alloc as Allocator<HistogramType>>::alloc_cell(alloc, all_histograms_cap… in ClusterBlocks() localVariable
569 .clone_from_slice(&all_histograms.slice()[..all_histograms_capacity]); in ClusterBlocks()
570 …as Allocator<HistogramType>>::free_cell(alloc, core::mem::replace(&mut all_histograms, new_array)); in ClusterBlocks()
594 all_histograms.slice_mut()[({ in ClusterBlocks()
635 num_final_clusters = BrotliHistogramCombine(all_histograms.slice_mut(), in ClusterBlocks()
685 &mut all_histograms.slice_mut()[(best_out as in ClusterBlocks()
693 … &mut all_histograms.slice_mut()[(clusters.slice()[(j as (usize))] as in ClusterBlocks()
716 …<Alloc as Allocator<HistogramType>>::free_cell(alloc, core::mem::replace(&mut all_histograms, <All… in ClusterBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/metrics/histograms/
H A Dsuffixes_to_variants.py71 def _GetSuffixesDict(nodes, all_histograms): argument
103 elif _AreAllAffectedHistogramsFound(affected_histograms, all_histograms):

123