Searched refs:arctype (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.h109 typedef struct arcstruct arctype; typedef in typeref:struct:arcstruct
142 arctype *parents; /* list of caller arcs */
143 arctype *children; /* list of callee arcs */
163 arctype *list[1]; /* list of arcs in cycle */
168 arctype *archead; /* the head of arcs in current cycle list */
257 bool addcycle(arctype **, arctype **);
262 arctype *arclookup();
268 bool descend(nltype *, arctype **, arctype **);
[all...]
H A Darcs.c58 arctype *arcp;
80 arcp = (arctype *)calloc( 1 , sizeof *arcp );
120 arctype *arcp;
269 arctype *arcp;
361 arctype *arcp;
450 arctype **cyclestack;
451 arctype **stkp;
452 arctype **arcpp;
453 arctype **endlist;
454 arctype *arc
[all...]
H A Dlookup.c86 arctype *
91 arctype *arcp;
H A Dprintgprof.c306 arctype *arcp;
351 arctype *arcp;
412 arctype *arcp;
413 arctype *detachedp;
414 arctype sorted;
415 arctype *prevp;
453 arctype *arcp;
454 arctype *detachedp;
455 arctype sorted;
456 arctype *prev
[all...]
H A Ddfn.c69 arctype *arcp;
H A Dgprof.c358 register arctype *arcp;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-arcnet.c41 static int arcnet_encap_print(u_char arctype, const u_char *p,
256 arcnet_encap_print(u_char arctype, const u_char *p, argument
259 switch (arctype) {

Completed in 105 milliseconds