Searched refs:totalLen (Results 1 – 7 of 7) sorted by relevance
477 unsigned totalLen = nameLen + propsLen; in SetMethodToProp() local479 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()
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()
600 int totalLen = inputLen + buffered + (finalUsed ? modeBlockSize : 0); in getOutputSizeForFinal() local604 totalLen += ((totalLen % modeBlockSize != 0) || isEncrypting()) in getOutputSizeForFinal()607 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()
137 SkScalar totalLen = pts[1].fX - pts[0].fX; in calc_end_adjustment() local138 SkScalar temp = totalLen / srcIntervalLen; in calc_end_adjustment()140 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase; in calc_end_adjustment()
653 UINT8 totalLen = ArrayOfAIDs[selectCnt][0]; in ALA_SelectAla() local666 while(cnt <= totalLen) in ALA_SelectAla()