Searched refs:mDfn (Results 1 – 1 of 1) sorted by relevance
41 final int mDfn; field in TarJan.Node47 mDfn = index; in Node()69 v.mLow = v.mDfn; in tarjan()83 v.mLow = Math.min(v.mLow, w.mDfn); in tarjan()88 if (v.mLow == v.mDfn) { in tarjan()