OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:k_ctrs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
80
static struct gcov_ctr_info
k_ctrs
[GCOV_COUNTERS];
variable in typeref:struct:gcov_ctr_info
102
fn_info->ctrs[j].num =
k_ctrs
[i].num;
103
fn_info->ctrs[j].values =
k_ctrs
[i].values;
158
k_ctrs
[i].num = 0;
211
gcc_assert (
k_ctrs
[tag_ix].num == 0);
212
k_ctrs
[tag_ix].num = n_counts;
214
k_ctrs
[tag_ix].values = values = (gcov_type *) xcalloc (sizeof (gcov_type),
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
80
static struct gcov_ctr_info
k_ctrs
[GCOV_COUNTERS];
variable in typeref:struct:gcov_ctr_info
102
fn_info->ctrs[j].num =
k_ctrs
[i].num;
103
fn_info->ctrs[j].values =
k_ctrs
[i].values;
158
k_ctrs
[i].num = 0;
211
gcc_assert (
k_ctrs
[tag_ix].num == 0);
212
k_ctrs
[tag_ix].num = n_counts;
214
k_ctrs
[tag_ix].values = values = (gcov_type *) xcalloc (sizeof (gcov_type),
Completed in 33 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026