Home
last modified time | relevance | path

Searched refs:ONLIST (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/gprof/
H A Darcs.c601 if ( ( arcp -> arc_flags & ONLIST ) == 0 ) { in addcycle()
602 arcp -> arc_flags |= ONLIST; in addcycle()
646 arcp -> arc_flags &= ~ONLIST; in compresslist()
H A Dgprof.h105 #define ONLIST 0x02 /* arc is on list of arcs in cycles */ macro