Searched refs:cIndex (Results 1 - 24 of 24) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.cpp46 assert(mReadLoc.cIndex < mLength[mReadLoc.sIndex]);
47 ++mReadLoc.cIndex;
48 if (mReadLoc.cIndex == mLength[mReadLoc.sIndex])
51 mReadLoc.cIndex = 0;
57 return mString[mReadLoc.sIndex] + mReadLoc.cIndex;
67 const char *c = mString[mReadLoc.sIndex] + mReadLoc.cIndex;
109 size_t size = mLength[mReadLoc.sIndex] - mReadLoc.cIndex;
116 if (*(mString[mReadLoc.sIndex] + mReadLoc.cIndex + i) == '\\')
122 std::memcpy(buf + nRead, mString[mReadLoc.sIndex] + mReadLoc.cIndex, size);
124 mReadLoc.cIndex
[all...]
H A DInput.h42 size_t cIndex; // Char index. member in struct:pp::Input::Location
44 Location() : sIndex(0), cIndex(0) {}
H A DTokenizer.l85 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
87 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
92 scanLoc->cIndex += yyleng; \
288 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
H A DTokenizer.cpp958 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
960 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
965 scanLoc->cIndex += yyleng; \
1691 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
/external/skia/experimental/docs/
H A DinterpolatorFunctions.js20 for (var cIndex = 0; cIndex < path.length; ++cIndex) {
21 out[cIndex] = {};
22 var curveKey = Object.keys(path[cIndex])[0];
23 var curve = path[cIndex][curveKey];
53 out[cIndex][curveKey] = outArray;
67 for (var cIndex = 0; cIndex < curves0.length; ++cIndex) {
[all...]
H A DsvgBackend.js139 for (var cIndex = 0; cIndex < path.length; ++cIndex) {
140 var curveKey = Object.keys(path[cIndex])[0];
141 var v = path[cIndex][curveKey];
/external/skqp/experimental/docs/
H A DinterpolatorFunctions.js20 for (var cIndex = 0; cIndex < path.length; ++cIndex) {
21 out[cIndex] = {};
22 var curveKey = Object.keys(path[cIndex])[0];
23 var curve = path[cIndex][curveKey];
53 out[cIndex][curveKey] = outArray;
67 for (var cIndex = 0; cIndex < curves0.length; ++cIndex) {
[all...]
H A DsvgBackend.js139 for (var cIndex = 0; cIndex < path.length; ++cIndex) {
140 var curveKey = Object.keys(path[cIndex])[0];
141 var v = path[cIndex][curveKey];
/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp179 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) {
180 double lineT = fLine->exactPoint(fConic[cIndex]);
184 double conicT = (double) (cIndex >> 1);
185 fIntersections->insert(conicT, lineT, fConic[cIndex]);
190 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) {
191 double conicT = (double) (cIndex >>
[all...]
H A DSkDCubicLineIntersection.cpp272 for (int cIndex = 0; cIndex < 4; cIndex += 3) {
273 double lineT = fLine.exactPoint(fCubic[cIndex]);
277 double cubicT = (double) (cIndex >> 1);
278 fIntersections->insert(cubicT, lineT, fCubic[cIndex]);
285 for (int cIndex = 0; cIndex < 4; cIndex += 3) {
286 double cubicT = (double) (cIndex >>
[all...]
/external/skqp/src/pathops/
H A DSkDConicLineIntersection.cpp179 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) {
180 double lineT = fLine->exactPoint(fConic[cIndex]);
184 double conicT = (double) (cIndex >> 1);
185 fIntersections->insert(conicT, lineT, fConic[cIndex]);
190 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) {
191 double conicT = (double) (cIndex >>
[all...]
H A DSkDCubicLineIntersection.cpp272 for (int cIndex = 0; cIndex < 4; cIndex += 3) {
273 double lineT = fLine.exactPoint(fCubic[cIndex]);
277 double cubicT = (double) (cIndex >> 1);
278 fIntersections->insert(cubicT, lineT, fCubic[cIndex]);
285 for (int cIndex = 0; cIndex < 4; cIndex += 3) {
286 double cubicT = (double) (cIndex >>
[all...]
/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
H A DPathOpsConicIntersectionTest.cpp50 for (int cIndex = 0; cIndex < 2; ++cIndex) {
53 up.set(chopped[cIndex].fPts[pIndex]);
54 SkASSERT(dChopped[cIndex].fPts[pIndex].approximatelyEqual(up));
/external/skqp/tests/
H A DPathOpsTightBoundsTest.cpp19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
H A DPathOpsConicIntersectionTest.cpp50 for (int cIndex = 0; cIndex < 2; ++cIndex) {
53 up.set(chopped[cIndex].fPts[pIndex]);
54 SkASSERT(dChopped[cIndex].fPts[pIndex].approximatelyEqual(up));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DDOTGenerator.java352 for (int cIndex = 0; cIndex < configsInAlt.size(); cIndex++) {
354 (NFAConfiguration)configsInAlt.get(cIndex);
357 if ( (cIndex+1)<configsInAlt.size() ) {
360 if ( n%5==0 && (configsInAlt.size()-cIndex)>3 ) {
/external/skia/gm/
H A Darcto.cpp86 int cIndex = 0; local
89 paint.setColor(colors[cIndex++]);
/external/skqp/gm/
H A Darcto.cpp86 int cIndex = 0; local
89 paint.setColor(colors[cIndex++]);
/external/skia/samplecode/
H A DSamplePathFuzz.cpp365 for (uint32_t cIndex = 0; cIndex < fPathContourCount; ++cIndex) {
/external/skqp/samplecode/
H A DSamplePathFuzz.cpp365 for (uint32_t cIndex = 0; cIndex < fPathContourCount; ++cIndex) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2903 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
2904 cIndex != eIndex; ++cIndex) {
2905 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex];
2940 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
2941 cIndex != eIndex; ++cIndex) {
2942 AsmOperandInfo& cInfo = ConstraintOperands[cIndex];
2951 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
2952 cIndex !
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2513 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
2514 cIndex != eIndex; ++cIndex) {
2515 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex];
2550 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
2551 cIndex != eIndex; ++cIndex) {
2552 AsmOperandInfo& cInfo = ConstraintOperands[cIndex];
2561 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
2562 cIndex !
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1214 milliseconds