Searched refs:opLen (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/ |
D | main.cpp | 17 size_t opLen = opData.count(); in replace() local 18 opStreamIn.read(opData.begin(), opLen); in replace() 29 opStreamOut.write(opData.begin(), opLen); in replace() 38 opStreamOut.write(opData.begin(), opLen); in replace() 46 opStreamOut.write(opInsertEnd, opLen - (opInsertEnd - opData.begin())); in replace()
|
/external/skia/experimental/Intersection/AddTestOutput/ |
D | main.cpp | 17 size_t opLen = opData.count(); in replace() local 18 opStreamIn.read(opData.begin(), opLen); in replace() 29 opStreamOut.write(opData.begin(), opLen); in replace() 38 opStreamOut.write(opData.begin(), opLen); in replace() 46 opStreamOut.write(opInsertEnd, opLen - (opInsertEnd - opData.begin())); in replace()
|
/external/srec/srec/Semproc/src/ |
D | ExpressionEvaluator.c | 41 size_t i, opLen; in EE_concat() local 52 opLen = LSTRLEN(operands[i]); in EE_concat() 53 MEMCHK(rc, (*resultLen + opLen), MAX_STRING_LEN); in EE_concat() 55 *resultLen += opLen; in EE_concat()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1184 int opLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH) - opPos; in BooleanExpr() local 1186 if (opLen == 2) in BooleanExpr() 1191 m_ops.setOp(opPos + OpMap.MAPINDEX_LENGTH, opLen); in BooleanExpr()
|