Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/gprof/
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 …]
HDgprof.h101 typedef struct arcstruct arctype; typedef
134 arctype *parents; /* list of caller arcs */
135 arctype *children; /* list of callee arcs */
155 arctype *list[1]; /* list of arcs in cycle */
160 EXTERN arctype *archead; /* the head of arcs in current cycle list */
252 bool addcycle(arctype **, arctype **);
255 int arccmp(arctype *, arctype *);
256 arctype *arclookup(nltype *, nltype *);
262 bool descend(nltype *, arctype **, arctype **);
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()
/freebsd-14-stable/contrib/tcpdump/
HDprint-arcnet.c102 static int arcnet_encap_print(netdissect_options *, u_char arctype, const u_char *p,
331 arcnet_encap_print(netdissect_options *ndo, u_char arctype, const u_char *p, in arcnet_encap_print() argument
334 switch (arctype) { in arcnet_encap_print()