Home
last modified time | relevance | path

Searched refs:DFN_NAN (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/gprof/
Ddfn.c53 dfn_counter = DFN_NAN; in dfn_init()
131 return ( childp -> toporder != DFN_NAN && childp -> toporder != DFN_BUSY ); in dfn_numbered()
141 if ( childp -> toporder == DFN_NAN ) { in dfn_busy()
Darcs.c136 parentp -> toporder = DFN_NAN; in doarcs()
151 if ( parentp -> toporder == DFN_NAN ) { in doarcs()
183 parentp -> toporder = DFN_NAN; in doarcs()
398 cyclenlp -> toporder = DFN_NAN; /* graph call chain top-sort order */ in cyclelink()
Dgprof.h155 #define DFN_NAN 0 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dcg_dfn.c56 int dfn_counter = DFN_NAN;
65 return child->cg.top_order != DFN_NAN && child->cg.top_order != DFN_BUSY; in is_numbered()
75 if (child->cg.top_order == DFN_NAN) in is_busy()
Dcg_dfn.h9 #define DFN_NAN 0 macro
Dcg_arcs.c312 cyc->cg.top_order = DFN_NAN; /* graph call chain top-sort order */ in cycle_link()
624 parent->cg.top_order = DFN_NAN; in cg_assemble()
639 if (parent->cg.top_order == DFN_NAN) in cg_assemble()
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dcg_dfn.c56 int dfn_counter = DFN_NAN;
66 return child->cg.top_order != DFN_NAN && child->cg.top_order != DFN_BUSY;
77 if (child->cg.top_order == DFN_NAN)
Dcg_dfn.h9 #define DFN_NAN 0 macro
Dcg_arcs.c320 cyc->cg.top_order = DFN_NAN; /* graph call chain top-sort order */ in cycle_link()
636 parent->cg.top_order = DFN_NAN; in cg_assemble()
651 if (parent->cg.top_order == DFN_NAN) in cg_assemble()