/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/ |
libgcov.c | 81 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)), 86 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)), 91 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)), 158 THREAD_PREFIX gcov_type *__gcov_direct_call_counters ATTRIBUTE_HIDDEN; 165 THREAD_PREFIX gcov_type *__gcov_indirect_call_topn_counters ATTRIBUTE_HIDDEN; 447 gcov_sort_n_vals (gcov_type *value_array, int n) 452 gcov_type cur_ent[2]; 474 gcov_type *values; 482 gcov_type *value_array = &values[i + 1]; 689 memset (ci_ptr->values, 0, sizeof (gcov_type) * ci_ptr->num) [all...] |
gcov-io.h | 258 typedef signed gcov_type __attribute__ ((mode (DI))); typedef 262 typedef signed gcov_type __attribute__ ((mode (SI))); typedef 271 typedef signed gcov_type __attribute__ ((mode (SI))); typedef 275 typedef signed gcov_type __attribute__ ((mode (HI))); typedef 283 typedef signed gcov_type __attribute__ ((mode (HI))); typedef 287 typedef signed gcov_type __attribute__ ((mode (QI))); typedef 302 #define GEN_FUNC_GLOBAL_ID(m,f) ((((gcov_type) (m)) << FUNC_ID_WIDTH) | (f)) 317 /* gcov_type is typedef'd elsewhere for the compiler */ 320 typedef HOST_WIDEST_INT gcov_type; typedef 545 gcov_type sum_all; /* sum of all counters accumulated. * [all...] |
gcov-io.c | 422 gcov_write_counter (gcov_type value) 598 GCOV_LINKAGE gcov_type 601 gcov_type value; 608 value |= ((gcov_type) from_file (buffer[1])) << 32;
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-io.h | 185 /* gcov_type is typedef'd elsewhere for the compiler */ 188 typedef HOST_WIDEST_INT gcov_type; typedef 332 gcov_type min_value; 334 gcov_type cum_value; 338 linear sub-ranges, there will be at most 64 (max gcov_type bit size) - 1 log2 354 gcov_type sum_all; /* sum of all counters accumulated. */ 355 gcov_type run_max; /* maximum value on a single run. */ 356 gcov_type sum_max; /* sum of individual run max values. */ 435 GCOV_LINKAGE gcov_type gcov_read_counter (void) ATTRIBUTE_HIDDEN; 454 GCOV_LINKAGE unsigned gcov_histo_index (gcov_type value) [all...] |
libgcov-driver.c | 68 __attribute__((weak)) void __coverage_callback (gcov_type, int); 102 __coverage_callback (gcov_type funcdef_no __attribute__ ((unused)), 216 gcov_type *values; 228 len = length * sizeof (gcov_type); 229 values = (gcov_type *) xmalloc (len); 308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) 694 gcov_type *c_ptr; 843 gcov_sort_n_vals (gcov_type *value_array, int n) 848 gcov_type cur_ent[2]; 870 gcov_type *values [all...] |
gcov-io.c | 344 gcov_write_counter (gcov_type value) 553 GCOV_LINKAGE gcov_type 556 gcov_type value; 563 value |= ((gcov_type) from_file (buffer[1])) << 32; 781 gcov_histo_index (gcov_type value) 848 gcov_type src_cum, tgt_cum, merge_src_cum, merge_tgt_cum, merge_cum; 849 gcov_type merge_min; 996 gcov_type working_set_cum_values[NUM_GCOV_WORKING_SETS]; 997 gcov_type ws_cum_hotness_incr; 998 gcov_type cum, tmp_cum [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
basic-block.h | 32 typedef HOST_WIDEST_INT gcov_type; typedef 59 gcov_type count; /* Expected number of executions calculated 97 gcov_type min_counter; 124 gcov_type time[2]; 212 gcov_type count; 444 extern void scale_bbs_frequencies_gcov_type (basic_block *, int, gcov_type, 445 gcov_type); 869 extern void update_bb_profile_for_threading (basic_block, int, gcov_type, edge); 960 static inline gcov_type [all...] |
cgraph.h | 247 gcov_type count; 406 gcov_type count; 571 gimple, gcov_type, int); 573 int, gcov_type, int); 673 unsigned, gcov_type, int, bool); 674 struct cgraph_node * cgraph_clone_node (struct cgraph_node *, tree, gcov_type, 688 gimple, gimple, gcov_type, int, [all...] |
cfgloop.h | 285 gcov_type expected_loop_iterations_unbounded (const struct loop *); 717 extern void scale_loop_profile (struct loop *loop, int scale, gcov_type iteration_bound);
|