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

/freebsd-10.2-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 **);
261 int arccmp(arctype *, arctype *);
262 arctype *arclooku
[all...]
H A Darcs.c57 arctype *arcp;
79 arcp = (arctype *)calloc( 1 , sizeof *arcp );
120 arctype *arcp;
268 arctype *arcp;
360 arctype *arcp;
449 arctype **cyclestack;
450 arctype **stkp;
451 arctype **arcpp;
452 arctype **endlist;
453 arctype *arc
[all...]
H A Dlookup.c91 arctype *
94 arctype *arcp;
H A Dprintgprof.c306 arctype *arcp;
350 arctype *arcp;
409 arctype *arcp;
410 arctype *detachedp;
411 arctype sorted;
412 arctype *prevp;
449 arctype *arcp;
450 arctype *detachedp;
451 arctype sorted;
452 arctype *prev
[all...]
H A Ddfn.c68 arctype *arcp;
H A Dgprof.c350 register arctype *arcp;
/freebsd-10.2-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 116 milliseconds