Home
last modified time | relevance | path

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

/NextBSD/usr.bin/gprof/
HDgprof.h106 typedef struct arcstruct arctype; typedef
139 arctype *parents; /* list of caller arcs */
140 arctype *children; /* list of callee arcs */
160 arctype *list[1]; /* list of arcs in cycle */
165 arctype *archead; /* the head of arcs in current cycle list */
254 bool addcycle(arctype **, arctype **);
258 int arccmp(arctype *, arctype *);
259 arctype *arclookup(nltype *, nltype *);
265 bool descend(nltype *, arctype **, arctype **);
HDarcs.c57 arctype *arcp; in addarc()
79 arcp = (arctype *)calloc( 1 , sizeof *arcp ); in addarc()
120 arctype *arcp; in doarcs()
268 arctype *arcp; in timepropagate()
360 arctype *arcp; in cyclelink()
449 arctype **cyclestack; in cycleanalyze()
450 arctype **stkp; in cycleanalyze()
451 arctype **arcpp; in cycleanalyze()
452 arctype **endlist; in cycleanalyze()
453 arctype *arcp; in cycleanalyze()
[all …]
HDprintgprof.c306 arctype *arcp; in printparents()
350 arctype *arcp; in printchildren()
409 arctype *arcp; in sortchildren()
410 arctype *detachedp; in sortchildren()
411 arctype sorted; in sortchildren()
412 arctype *prevp; in sortchildren()
449 arctype *arcp; in sortparents()
450 arctype *detachedp; in sortparents()
451 arctype sorted; in sortparents()
452 arctype *prevp; in sortparents()
[all …]
HDlookup.c91 arctype *
94 arctype *arcp; in arclookup()
HDdfn.c68 arctype *arcp; in dfn()
HDgprof.c350 register arctype *arcp; in dumpsum()
/NextBSD/contrib/tcpdump/
HDprint-arcnet.c103 static int arcnet_encap_print(netdissect_options *, u_char arctype, const u_char *p,
319 arcnet_encap_print(netdissect_options *ndo, u_char arctype, const u_char *p, in arcnet_encap_print() argument
322 switch (arctype) { in arcnet_encap_print()