Home
last modified time | relevance | path

Searched defs:histogram (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dhist.h25 typedef struct histogram struct
31 } histogram; argument
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dhist.h25 typedef struct histogram struct
31 } histogram; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc815 histogram_value histogram; in gimple_divmod_fixed_value_transform() local
966 histogram_value histogram; in gimple_mod_pow2_value_transform() local
1131 histogram_value histogram; in gimple_mod_subtract_transform() local
1455 histogram_value histogram; in dump_ic_profile() local
1642 histogram_value histogram; in gimple_stringops_transform() local
1740 histogram_value histogram; in stringop_block_profile() local
H A Dipa-profile.cc75 vec<histogram_entry *> histogram; variable
103 vec<histogram_entry *> &histogram, in account_time_size()
134 dump_histogram (FILE *file, vec<histogram_entry *> histogram) in dump_histogram()
H A Dipa-icf.cc3220 unsigned int* histogram = XCNEWVEC (unsigned int, m_items.length () + 1); in dump_cong_classes() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c778 histogram_value histogram; in gimple_divmod_fixed_value_transform() local
929 histogram_value histogram; in gimple_mod_pow2_value_transform() local
1094 histogram_value histogram; in gimple_mod_subtract_transform() local
1418 histogram_value histogram; in dump_ic_profile() local
1605 histogram_value histogram; in gimple_stringops_transform() local
1703 histogram_value histogram; in stringop_block_profile() local
H A Dipa-profile.c75 vec<histogram_entry *> histogram; variable
103 vec<histogram_entry *> &histogram, in account_time_size()
134 dump_histogram (FILE *file, vec<histogram_entry *> histogram) in dump_histogram()
H A Dipa-icf.c3137 unsigned int* histogram = XCNEWVEC (unsigned int, m_items.length () + 1); in dump_cong_classes() local
/netbsd-src/usr.bin/systat/
H A Diostat.c322 histogram(double val, int colwidth, double scale) in histogram() function
/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_memman.h156 #define MEMMAN_MEMMANAGER_DESC(block_man, maxmemid, histogram, tolerance) \ argument
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.h124 struct timehist* histogram; member
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Drandom_test.c286 uint32_t histogram[11] = { 0 }; random_test() local