OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/unwind/
stackframe.c
28
int
rec_cnt
= 0;
variable
67
for (
rec_cnt
= 0;
68
rec_cnt
< MAXSTATERECS && (uint64_t)recptr < unwindend;
69
rec_cnt
++) {
70
nextrecp = unwind_decode_R1(recptr, &strc[
rec_cnt
].udesc);
72
region_len = strc[
rec_cnt
].udesc.R1.rlen;
73
region_type = strc[
rec_cnt
].udesc.R1.r;
74
strc[
rec_cnt
].type = R1;
79
nextrecp = unwind_decode_R2(recptr, &strc[
rec_cnt
].udesc);
81
region_len = strc[
rec_cnt
].udesc.R2.rlen
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc
4340
profile_count
rec_cnt
= profile_count::zero ();
local
4359
rec_cnt
+= cs->count.ipa ();
4375
*rec_count_sum =
rec_cnt
;
Completed in 29 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026