Searched refs:DFN_NAN (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_dfn.h29 #define DFN_NAN 0
28 #define DFN_NAN macro
H A Dcg_dfn.c56 int dfn_counter = DFN_NAN;
65 return child->cg.top_order != DFN_NAN && child->cg.top_order != DFN_BUSY;
75 if (child->cg.top_order == DFN_NAN)
H A Dcg_arcs.c312 cyc->cg.top_order = DFN_NAN; /* graph call chain top-sort order */
621 parent->cg.top_order = DFN_NAN;
633 if (parent->cg.top_order == DFN_NAN)
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_dfn.h29 #define DFN_NAN 0
28 #define DFN_NAN macro
H A Dcg_dfn.c56 int dfn_counter = DFN_NAN;
65 return child->cg.top_order != DFN_NAN && child->cg.top_order != DFN_BUSY;
75 if (child->cg.top_order == DFN_NAN)
H A Dcg_arcs.c313 cyc->cg.top_order = DFN_NAN; /* graph call chain top-sort order */
622 parent->cg.top_order = DFN_NAN;
638 if (parent->cg.top_order == DFN_NAN)

Completed in 80 milliseconds