Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.h39 void resetIndex(SizeT NewNumber) { Number = NewNumber; } in resetIndex() function
DIceCfg.cpp108 Nodes[I]->resetIndex(I); in swapNodes()
270 Nodes[Dest]->resetIndex(Dest); in computeInOutEdges()
717 Node->resetIndex(NodeIndex++); in shortCircuitJumps()
/third_party/icu/tools/colprobe/
Dsortedlines.h116 …int32_t gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes, in…
Dsortedlines.cpp912 SortedLines::gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes… in gooseUp() argument
914 int32_t i = expansionIndex, k = resetIndex+1, n = 0, m = 0, start = 0; in gooseUp()
929 resetIndex = k-1; in gooseUp()
932 prefix = *toSort[resetIndex]; in gooseUp()
966 prefix = *toSort[resetIndex]; in gooseUp()
1024 return resetIndex; in gooseUp()