Lines Matching defs:of

5    based on some ideas from Dain Samples of UC Berkeley.
9 This file is part of GCC.
12 the terms of the GNU General Public License as published by the Free
17 WARRANTY; without even the implied warranty of MERCHANTABILITY or
21 You should have received a copy of the GNU General Public License
55 unsigned n_ctrs[GCOV_COUNTERS];/* number of counters. */
80 static unsigned prg_ctr_mask; /* Mask of counter types generated. */
84 static unsigned fn_ctr_mask; /* Mask of counters used. */
88 /* Name of the output file for coverage output file. */
93 /* Name of the count data file. */
96 /* Hash table of count data. */
102 /* The names of the counter tables. Not used if we're
106 /* The names of merge functions for counters. */
143 htab_counts_entry_hash (const void *of)
145 const counts_entry_t *entry = of;
160 htab_counts_entry_del (void *of)
162 counts_entry_t *entry = of;
222 new function begins a new set of program runs. We
278 error ("checksum is %x instead of %x", entry->checksum, checksum);
286 error ("number of counters is %d instead of %d", entry->summary.num, n_counts);
361 error ("checksum is %x instead of %x", entry->checksum, checksum);
369 error ("number of counters is %d instead of %d", entry->summary.num, expected);
379 /* Allocate NUM counters of type COUNTER. Returns nonzero if the
393 /* Generate and save a copy of this so it can be shared. Leave
458 /* For every "_" in the rest of the string,
796 /* Count the number of active counters. */
867 /* number of functions */
963 of graph file. */
970 /* Name of da file. */
975 /* Name of bbg file. */