/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | timehist.c | 72 dosetup(struct timehist* hist) in dosetup() 87 struct timehist* hist = (struct timehist*)calloc(1, in timehist_setup() local 103 void timehist_delete(struct timehist* hist) in timehist_delete() 111 void timehist_clear(struct timehist* hist) in timehist_clear() 118 void timehist_insert(struct timehist* hist, struct timeval* tv) in timehist_insert() 131 void timehist_print(struct timehist* hist) in timehist_print() 148 void timehist_log(struct timehist* hist, const char* name) in timehist_log() 173 timehist_count(struct timehist* hist) in timehist_count() 182 timehist_quartile(struct timehist* hist, double q) in timehist_quartile() 212 timehist_export(struct timehist* hist, long long* array, size_t sz) in timehist_export() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.cc | 117 histogram_value hist = (histogram_value) xcalloc (1, sizeof (*hist)); in gimple_alloc_histogram_value() local 143 set_histogram_value (struct function *fun, gimple *stmt, histogram_value hist) in set_histogram_value() 178 histogram_value hist) in gimple_add_histogram_value() 189 histogram_value hist) in gimple_remove_histogram_value() 214 histogram_value hist; in gimple_histogram_value_of_type() local 225 dump_histogram_value (FILE *dump_file, histogram_value hist) in dump_histogram_value() 311 stream_out_histogram_value (struct output_block *ob, histogram_value hist) in stream_out_histogram_value() 435 histogram_value hist; in dump_histograms_for_stmt() local 495 histogram_value hist = *(histogram_value *) slot; in visit_hist() local 515 histogram_value hist; in verify_histograms() local [all …]
|
H A D | gimple-streamer-out.cc | 66 histogram_value hist; in output_gimple_stmt() local
|
H A D | profile.cc | 156 histogram_value hist = values[i]; in instrument_values() local 835 sort_hist_values (histogram_value hist) in sort_hist_values() 885 histogram_value hist = values[i]; in compute_value_histograms() local 911 histogram_value hist = values[i]; in compute_value_histograms() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.c | 117 histogram_value hist = (histogram_value) xcalloc (1, sizeof (*hist)); in gimple_alloc_histogram_value() local 143 set_histogram_value (struct function *fun, gimple *stmt, histogram_value hist) in set_histogram_value() 178 histogram_value hist) in gimple_add_histogram_value() 189 histogram_value hist) in gimple_remove_histogram_value() 214 histogram_value hist; in gimple_histogram_value_of_type() local 225 dump_histogram_value (FILE *dump_file, histogram_value hist) in dump_histogram_value() 312 stream_out_histogram_value (struct output_block *ob, histogram_value hist) in stream_out_histogram_value() 414 histogram_value hist; in dump_histograms_for_stmt() local 474 histogram_value hist = *(histogram_value *) slot; in visit_hist() local 494 histogram_value hist; in verify_histograms() local [all …]
|
H A D | gimple-streamer-out.c | 66 histogram_value hist; in output_gimple_stmt() local
|
H A D | profile.c | 154 histogram_value hist = values[i]; in instrument_values() local 766 sort_hist_values (histogram_value hist) in sort_hist_values() 820 histogram_value hist = values[i]; in compute_value_histograms() local 846 histogram_value hist = values[i]; in compute_value_histograms() local
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
H A D | history.c | 234 history_get_time (HIST_ENTRY *hist) in history_get_time() 345 free_history_entry (HIST_ENTRY *hist) in free_history_entry() 359 copy_history_entry (HIST_ENTRY *hist) in copy_history_entry()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | history.c | 234 history_get_time (HIST_ENTRY *hist) in history_get_time() 345 free_history_entry (HIST_ENTRY *hist) in free_history_entry() 359 copy_history_entry (HIST_ENTRY *hist) in copy_history_entry()
|
/netbsd-src/usr.bin/mail/ |
H A D | complete.h | 40 History *hist; /* editline(3) history structure */ member
|
/netbsd-src/lib/libedit/TEST/ |
H A D | tc1.c | 132 History *hist; in main() local
|
H A D | wtc1.c | 114 HistoryW *hist; in main() local
|
/netbsd-src/external/bsd/bc/dist/ |
H A D | global.h | 122 EXTERN History *hist; variable
|
/netbsd-src/sys/netinet/ |
H A D | dccp_tfrc.h | 105 struct s_hist_head hist; /* Packet history */ member 218 struct r_hist_head hist; /* Packet history */ member
|
/netbsd-src/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 81 History *hist; variable
|
/netbsd-src/sys/kern/ |
H A D | kern_history.c | 316 sysctl_kernhist_new(struct kern_history *hist) in sysctl_kernhist_new()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | symtab.h | 72 hist; member
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | symtab.h | 72 hist; member
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | range_tree.c | 57 uint64_t hist[RANGE_TREE_HISTOGRAM_SIZE] = { 0 }; in range_tree_stat_verify() local
|
H A D | zfs_fm.c | 389 update_histogram(uint64_t value_arg, uint16_t *hist, uint32_t *count) in update_histogram()
|
/netbsd-src/usr.sbin/crash/ |
H A D | crash.c | 69 static History *hist; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Expression.cc | 434 Histable *hist = stack->get_instr (); in getVal() local
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Expression.cc | 434 Histable *hist = stack->get_instr (); in getVal() local
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-control.c | 289 struct timehist* hist; in print_hist() local
|
/netbsd-src/usr.bin/ftp/ |
H A D | ftp_var.h | 261 GLOBAL History *hist; /* editline(3) history structure */ global() variable
|