Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h146 for (VIdx seedIdx = 0; seedIdx < NumVertices(); ++seedIdx) { in FindFirstCycle() local
147 if (VertexColor(seedIdx) != Graph::VColor::WHITE) { in FindFirstCycle()
150 Path cycle = RunDfsFromVertex(seedIdx); in FindFirstCycle()