Searched refs:actype (Results 1 – 4 of 4) sorted by relevance
105 typedef long long actype; typedef142 actype raw_count;161 actype arc_count; /* how calls from parent to child */240 actype ncall; /* how many times called */241 actype selfcalls; /* how many calls to self */360 void addarc(nltype *, nltype *, actype);
719 actype thiscalls = this->ncall + this->selfcalls; in membercmp()720 actype thatcalls = that->ncall + that->selfcalls; in membercmp()
1364 arc.raw_count = (actype)rtld_arc64.cg_count; in readarcs()1384 arc.raw_count = (actype)rtld_arc.cg_count; in readarcs()1404 arc.raw_count = (actype)arc32.raw_count; in readarcs()
37 addarc(nltype *parentp, nltype *childp, actype count) in addarc()