HomeSort by relevance Sort by last modified time
    Searched defs:gcov_type (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
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...]
  /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...]

Completed in 70 milliseconds