Searched refs:nltype (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.h145 typedef struct nl nltype; typedef in typeref:struct:nl
147 nltype *nl; /* the whole namelist */
148 nltype *npe; /* the virtual end of the namelist */
184 nltype *cyclenl; /* cycle header namelist */
256 void addarc(nltype *, nltype *, long);
268 bool descend(nltype *, arctype **, arctype **);
269 void dfn(nltype *);
271 void dfn_findcycle(nltype *);
274 void dfn_post_visit(nltype *);
[all...]
H A Ddfn.c44 nltype *nlentryp;
67 nltype *parentp;
114 nltype *parentp;
137 nltype *childp;
148 nltype *childp;
162 nltype *childp;
165 nltype *cycleheadp;
166 nltype *tailp;
271 nltype *parentp;
293 nltype *parent
[all...]
H A Dprintgprof.c48 register nltype *np;
49 nltype **sortednlp;
58 sortednlp = (nltype **) calloc( nname , sizeof(nltype *) );
59 if ( sortednlp == (nltype **) 0 )
64 qsort( sortednlp , nname , sizeof(nltype *) , timecmp );
75 nltype **npp1, **npp2;
126 register nltype *np;
194 register nltype *np;
220 nltype **timesortnl
[all...]
H A Dlookup.c46 nltype *
88 nltype *parentp;
89 nltype *childp;
H A Darcs.c54 nltype *parentp;
55 nltype *childp;
106 nltype **topsortnlp;
110 nltype **npp1;
111 nltype **npp2;
116 nltype **
119 nltype *parentp, **timesortnlp;
202 topsortnlp = (nltype **) calloc( nname , sizeof(nltype *) );
203 if ( topsortnlp == (nltype **)
[all...]
H A Dkernel.c43 if ((nl = (nltype *)calloc(nname + 1, sizeof(nltype))) == NULL)
H A Dgprof.c65 nltype **timesortnlp;
170 qsort(nl, nname, sizeof(nltype), valcmp);
328 nltype *parentp;
329 nltype *childp;
357 register nltype *nlp;
400 const nltype *p1 = (const nltype *)v1;
401 const nltype *p2 = (const nltype *)v2;
H A Daout.c135 nl = (nltype *) calloc( askfor , sizeof(nltype) );
138 askfor * sizeof(nltype) );
H A Delf.c109 if ((nl = (nltype *)calloc(nname + 1, sizeof(nltype))) == NULL)

Completed in 74 milliseconds