OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ci_ptr1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
599
struct gcov_ctr_info *
ci_ptr1
, *ci_ptr2;
local
613
ci_ptr1
= gfi_ptr1->ctrs;
625
topn_to_memory_representation (
ci_ptr1
);
627
gcc_assert (
ci_ptr1
->num == ci_ptr2->num);
629
merge_wrapper (merge1,
ci_ptr1
->values,
ci_ptr1
->num,
631
ci_ptr1
++;
1000
const struct gcov_ctr_info *
ci_ptr1
= gfi_ptr1->ctrs;
local
1003
for (c_num = 0; c_num <
ci_ptr1
->num; c_num++)
1005
if (
ci_ptr1
->values[c_num] | ci_ptr2->values[c_num]
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
589
struct gcov_ctr_info *
ci_ptr1
, *ci_ptr2;
local
603
ci_ptr1
= gfi_ptr1->ctrs;
615
topn_to_memory_representation (
ci_ptr1
);
617
gcc_assert (
ci_ptr1
->num == ci_ptr2->num);
619
merge_wrapper (merge1,
ci_ptr1
->values,
ci_ptr1
->num,
621
ci_ptr1
++;
1088
const struct gcov_ctr_info *
ci_ptr1
= gfi_ptr1->ctrs;
local
1091
for (c_num = 0; c_num <
ci_ptr1
->num; c_num++)
1093
if (
ci_ptr1
->values[c_num] | ci_ptr2->values[c_num]
[
all
...]
Completed in 50 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026