Searched refs:resetIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.h | 39 void resetIndex(SizeT NewNumber) { Number = NewNumber; } in resetIndex() function
|
D | IceCfg.cpp | 108 Nodes[I]->resetIndex(I); in swapNodes() 270 Nodes[Dest]->resetIndex(Dest); in computeInOutEdges() 717 Node->resetIndex(NodeIndex++); in shortCircuitJumps()
|
/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 116 …int32_t gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes, in…
|
D | sortedlines.cpp | 912 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()
|