/external/brotli/c/enc/ |
D | cluster_inc.h | 10 #define HistogramType FN(Histogram) macro 15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1, 45 HistogramType combo = out[idx1]; 70 BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out, 158 const HistogramType* histogram, const HistogramType* candidate) CODE({ 162 HistogramType tmp = *histogram; 172 BROTLI_INTERNAL void FN(BrotliHistogramRemap)(const HistogramType* in, 174 HistogramType* out, uint32_t* symbols) CODE({ 212 HistogramType* out, uint32_t* symbols, size_t length) CODE({ 216 HistogramType* tmp; [all …]
|
D | block_splitter_inc.h | 10 #define HistogramType FN(Histogram) macro 15 HistogramType* histograms) { in FN() 36 HistogramType* sample) { in FN() 49 HistogramType* histograms) { in FN() 56 HistogramType sample; in FN() 69 const HistogramType* histograms, in FN() 180 HistogramType* histograms) { in FN() 199 HistogramType* all_histograms = in FN() 200 BROTLI_ALLOC(m, HistogramType, all_histograms_capacity); in FN() 205 HistogramType* histograms = BROTLI_ALLOC(m, HistogramType, in FN() [all …]
|
D | metablock_inc.h | 10 #define HistogramType FN(Histogram) macro 27 HistogramType* histograms_; /* not owned */ 48 BlockSplit* split, HistogramType** histograms, size_t* histograms_size) { in FN() 72 *histograms = BROTLI_ALLOC(m, HistogramType, *histograms_size); in FN() 88 HistogramType* histograms = self->histograms_; in FN() 107 HistogramType combined_histo[2]; in FN() 183 #undef HistogramType
|
D | block_encoder_inc.h | 10 #define HistogramType FN(Histogram) macro 15 const HistogramType* histograms, const size_t histograms_size, in FN() 34 #undef HistogramType
|
D | bit_cost_inc.h | 10 #define HistogramType FN(Histogram) macro 12 double FN(BrotliPopulationCost)(const HistogramType* histogram) { in FN() 127 #undef HistogramType
|
/external/rust/crates/plotters/src/series/ |
D | histogram.rs | 12 pub trait HistogramType {} trait 16 impl HistogramType for Vertical {} 17 impl HistogramType for Horizontal {} 24 Tag: HistogramType, 38 Tag: HistogramType,
|
/external/libchrome/base/metrics/ |
D | histogram_base.h | 36 enum HistogramType { enum 55 std::string HistogramTypeToString(HistogramType type); 167 virtual HistogramType GetHistogramType() const = 0;
|
D | histogram.h | 209 HistogramType GetHistogramType() const override; 407 HistogramType GetHistogramType() const override; 520 HistogramType GetHistogramType() const override; 571 HistogramType GetHistogramType() const override;
|
D | dummy_histogram.h | 28 HistogramType GetHistogramType() const override;
|
D | dummy_histogram.cc | 75 HistogramType DummyHistogram::GetHistogramType() const { in GetHistogramType()
|
D | histogram.cc | 114 HistogramType histogram_type, in Factory() 149 const HistogramType histogram_type_; 476 HistogramType Histogram::GetHistogramType() const { in GetHistogramType() 932 HistogramType LinearHistogram::GetHistogramType() const { in GetHistogramType() 1134 HistogramType BooleanHistogram::GetHistogramType() const { in GetHistogramType() 1251 HistogramType CustomHistogram::GetHistogramType() const { in GetHistogramType()
|
D | sparse_histogram.h | 46 HistogramType GetHistogramType() const override;
|
D | histogram_base.cc | 31 std::string HistogramTypeToString(HistogramType type) { in HistogramTypeToString()
|
D | persistent_histogram_allocator.h | 240 HistogramType histogram_type,
|
D | sparse_histogram.cc | 94 HistogramType SparseHistogram::GetHistogramType() const { in GetHistogramType()
|
D | persistent_histogram_allocator.cc | 310 HistogramType histogram_type, in AllocateHistogram()
|
/external/llvm-project/clang/utils/analyzer/ |
D | CmpRuns.py | 63 class HistogramType(str, Enum): class 348 histogram: Optional[HistogramType] = None argument 385 if histogram == HistogramType.RELATIVE: 389 elif histogram == HistogramType.LOG_RELATIVE: 393 elif histogram == HistogramType.ABSOLUTE: 532 histogram: Optional[HistogramType] = None, argument
|
D | SATest.py | 57 choices = [CmpRuns.HistogramType.RELATIVE.value, 58 CmpRuns.HistogramType.LOG_RELATIVE.value, 59 CmpRuns.HistogramType.ABSOLUTE.value]
|