Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4700 int loopIndex; in TestReorderingAPI() local
4740 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPI()
4741 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPI()
4742 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPI()
4823 int loopIndex; in TestReorderingAPIWithRuleCreatedCollator() local
4845 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()
4846 if (retrievedReorderCodes[loopIndex] != rulesReorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()
4847 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPIWithRuleCreatedCollator()
4885 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()
4886 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()
[all …]
/external/skia/src/gpu/
DGrPathUtils.cpp834 int* loopIndex) { in chopCubicAtLoopIntersection() argument
836 *loopIndex = -1; in chopCubicAtLoopIntersection()
845 *loopIndex = 0; in chopCubicAtLoopIntersection()
848 *loopIndex = 1; in chopCubicAtLoopIntersection()
852 *loopIndex = chops.count() - 1; in chopCubicAtLoopIntersection()
DGrPathUtils.h205 int* loopIndex);
/external/skqp/src/gpu/
DGrPathUtils.cpp834 int* loopIndex) { in chopCubicAtLoopIntersection() argument
836 *loopIndex = -1; in chopCubicAtLoopIntersection()
845 *loopIndex = 0; in chopCubicAtLoopIntersection()
848 *loopIndex = 1; in chopCubicAtLoopIntersection()
852 *loopIndex = chops.count() - 1; in chopCubicAtLoopIntersection()
DGrPathUtils.h205 int* loopIndex);
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4462 int loopIndex = binaryInit->getLeft()->getAsSymbolNode()->getId(); in inductiveLoopCheck() local
4463 inductiveLoopIds.insert(loopIndex); in inductiveLoopCheck()
4484 binaryCond->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
4514 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
4518 unaryTerminal->getOperand()->getAsSymbolNode()->getId() != loopIndex)) in inductiveLoopCheck()
4527 inductiveLoopBodyCheck(loop->getBody(), loopIndex, symbolTable); in inductiveLoopCheck()