Searched refs:opLen (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp17 size_t opLen = opData.count(); local
18 opStreamIn.read(opData.begin(), opLen);
29 opStreamOut.write(opData.begin(), opLen);
38 opStreamOut.write(opData.begin(), opLen);
46 opStreamOut.write(opInsertEnd, opLen - (opInsertEnd - opData.begin()));
/external/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp17 size_t opLen = opData.count(); local
18 opStreamIn.read(opData.begin(), opLen);
29 opStreamOut.write(opData.begin(), opLen);
38 opStreamOut.write(opData.begin(), opLen);
46 opStreamOut.write(opInsertEnd, opLen - (opInsertEnd - opData.begin()));
/external/srec/srec/Semproc/src/
H A DExpressionEvaluator.c41 size_t i, opLen; local
52 opLen = LSTRLEN(operands[i]);
53 MEMCHK(rc, (*resultLen + opLen), MAX_STRING_LEN);
55 *resultLen += opLen;
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1184 int opLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH) - opPos;
1186 if (opLen == 2)
1191 m_ops.setOp(opPos + OpMap.MAPINDEX_LENGTH, opLen);

Completed in 990 milliseconds