Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DXXHash32.java52 private int totalLen; field in XXHash32
74 totalLen = 0; in reset()
89 totalLen += len; in update()
121 if (totalLen > BUF_SIZE) { in getValue()
130 hash += totalLen; in getValue()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp483 unsigned totalLen = nameLen + propsLen; in SetMethodToProp() local
485 totalLen++; in SetMethodToProp()
487 totalLen++; in SetMethodToProp()
488 if (totalLen + 5 >= pos) in SetMethodToProp()
490 pos -= totalLen; in SetMethodToProp()
499 temp[pos + totalLen - 1] = ' '; in SetMethodToProp()
/external/bcc/src/cc/frontends/p4/test/testprograms/
Dbasic_routing.p430 totalLen : 16;
66 ipv4.totalLen;
DcompositeKey.p414 totalLen : 16;
Dsimple.p417 totalLen : 16;
/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.java625 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0); in getOutputSizeForFinal() local
629 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting()) in getOutputSizeForFinal()
632 return totalLen - (totalLen % modeBlockSize); in getOutputSizeForFinal()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipher.java632 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0); in getOutputSizeForFinal() local
636 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting()) in getOutputSizeForFinal()
639 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/skqp/src/gpu/ops/
DGrDashOp.cpp133 SkScalar totalLen = pts[1].fX - pts[0].fX; in calc_end_adjustment() local
134 SkScalar temp = totalLen / srcIntervalLen; in calc_end_adjustment()
136 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase; in calc_end_adjustment()
/external/skia/src/gpu/ops/
DGrDashOp.cpp133 SkScalar totalLen = pts[1].fX - pts[0].fX; in calc_end_adjustment() local
134 SkScalar temp = totalLen / srcIntervalLen; in calc_end_adjustment()
136 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase; in calc_end_adjustment()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java773 final int totalLen = typedResources.size() * STYLE_NUM_ENTRIES; in getTypedArray() local
774 final int[] data = new int[totalLen]; in getTypedArray()
/external/curl/tests/python_dependencies/impacket/
Dsmb.py3628 totalLen = len(sendData)
3630 writeAndX['Parameters']['Remaining'] = totalLen-2
3641 while alreadySent < totalLen:
/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()