OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gfi_ptr1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
597
struct gcov_fn_info *
gfi_ptr1
= info1->functions[f_ix];
local
601
if (!
gfi_ptr1
||
gfi_ptr1
->key != info1)
606
if (
gfi_ptr1
->cfg_checksum != gfi_ptr2->cfg_checksum)
613
ci_ptr1 =
gfi_ptr1
->ctrs;
992
const struct gcov_fn_info *
gfi_ptr1
= gcov_info1->functions[f_ix];
local
995
if (!
gfi_ptr1
||
gfi_ptr1
->key != gcov_info1)
1000
const struct gcov_ctr_info *ci_ptr1 =
gfi_ptr1
->ctrs;
1026
gfi_ptr1
->ident, func_val*100, func_cum_1*100, func_cum_2*100)
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
587
struct gcov_fn_info *
gfi_ptr1
= info1->functions[f_ix];
local
591
if (!
gfi_ptr1
||
gfi_ptr1
->key != info1)
596
if (
gfi_ptr1
->cfg_checksum != gfi_ptr2->cfg_checksum)
603
ci_ptr1 =
gfi_ptr1
->ctrs;
1080
const struct gcov_fn_info *
gfi_ptr1
= gcov_info1->functions[f_ix];
local
1083
if (!
gfi_ptr1
||
gfi_ptr1
->key != gcov_info1)
1088
const struct gcov_ctr_info *ci_ptr1 =
gfi_ptr1
->ctrs;
1114
gfi_ptr1
->ident, func_val*100, func_cum_1*100, func_cum_2*100)
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026