Searched refs:totalLen (Results 1 – 15 of 15) sorted by relevance
52 private int totalLen; field in XXHash3274 totalLen = 0; in reset()89 totalLen += len; in update()121 if (totalLen > BUF_SIZE) { in getValue()130 hash += totalLen; in getValue()
483 unsigned totalLen = nameLen + propsLen; in SetMethodToProp() local485 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()
30 totalLen : 16;66 ipv4.totalLen;
14 totalLen : 16;
17 totalLen : 16;
749 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH); in insertOp() local751 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() local773 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()
625 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0); in getOutputSizeForFinal() local629 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting()) in getOutputSizeForFinal()632 return totalLen - (totalLen % modeBlockSize); in getOutputSizeForFinal()
632 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0); in getOutputSizeForFinal() local636 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting()) in getOutputSizeForFinal()639 return totalLen - (totalLen % modeBlockSize); in getOutputSizeForFinal()
51 size_t totalLen =54 totalLen += 1;56 char buffer[totalLen];68 buffer[totalLen - 2] = ':';71 buffer[totalLen - 1] = 0;
1660 size_t totalLen = 0; in NetEQTest_encode() local1733 totalLen += cdlen; in NetEQTest_encode()1738 return (totalLen); in NetEQTest_encode()
133 SkScalar totalLen = pts[1].fX - pts[0].fX; in calc_end_adjustment() local134 SkScalar temp = totalLen / srcIntervalLen; in calc_end_adjustment()136 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase; in calc_end_adjustment()
773 final int totalLen = typedResources.size() * STYLE_NUM_ENTRIES; in getTypedArray() local774 final int[] data = new int[totalLen]; in getTypedArray()
3628 totalLen = len(sendData)3630 writeAndX['Parameters']['Remaining'] = totalLen-23641 while alreadySent < totalLen:
653 UINT8 totalLen = ArrayOfAIDs[selectCnt][0]; in ALA_SelectAla() local666 while(cnt <= totalLen) in ALA_SelectAla()