OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tag_ix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
206
unsigned
tag_ix
;
local
208
tag_ix
= GCOV_COUNTER_FOR_TAG (tag);
209
gcc_assert (
tag_ix
< GCOV_COUNTERS);
210
k_ctrs_mask [
tag_ix
] = 1;
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
206
unsigned
tag_ix
;
local
208
tag_ix
= GCOV_COUNTER_FOR_TAG (tag);
209
gcc_assert (
tag_ix
< GCOV_COUNTERS);
210
k_ctrs_mask [
tag_ix
] = 1;
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 14 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026