Home
last modified time | relevance | path

Searched refs:totalLen (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp477 unsigned totalLen = nameLen + propsLen; in SetMethodToProp() local
479 totalLen++; in SetMethodToProp()
481 totalLen++; in SetMethodToProp()
482 if (totalLen + 5 >= pos) in SetMethodToProp()
484 pos -= totalLen; in SetMethodToProp()
493 temp[pos + totalLen - 1] = ' '; in SetMethodToProp()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java749 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH); in insertOp() local
751 for (int i = totalLen - 1; i >= pos; i--) in insertOp()
757 m_ops.setOp(OpMap.MAPINDEX_LENGTH,totalLen + length); in insertOp()
771 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH); in appendOp() local
773 m_ops.setOp(totalLen, op); in appendOp()
774 m_ops.setOp(totalLen + OpMap.MAPINDEX_LENGTH, length); in appendOp()
775 m_ops.setOp(OpMap.MAPINDEX_LENGTH, totalLen + length); in appendOp()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipher.java600 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0); in getOutputSizeForFinal() local
604 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting()) in getOutputSizeForFinal()
607 return totalLen - (totalLen % modeBlockSize); in getOutputSizeForFinal()
/external/protobuf/objectivec/
DGPBDescriptor.m51 size_t totalLen =
54 totalLen += 1;
56 char buffer[totalLen];
68 buffer[totalLen - 2] = ':';
71 buffer[totalLen - 1] = 0;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc1660 size_t totalLen = 0; in NetEQTest_encode() local
1733 totalLen += cdlen; in NetEQTest_encode()
1738 return (totalLen); in NetEQTest_encode()
/external/skia/src/gpu/ops/
DGrDashOp.cpp137 SkScalar totalLen = pts[1].fX - pts[0].fX; in calc_end_adjustment() local
138 SkScalar temp = totalLen / srcIntervalLen; in calc_end_adjustment()
140 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase; in calc_end_adjustment()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp653 UINT8 totalLen = ArrayOfAIDs[selectCnt][0]; in ALA_SelectAla() local
666 while(cnt <= totalLen) in ALA_SelectAla()