Searched refs:pieceNum (Results 1 – 1 of 1) sorted by relevance
60 BigInteger::Index blockNum, pieceNum, pieceNumHere; in dataToBigInteger() local63 for (blockNum = 0, pieceNum = 0; blockNum < numBlocks; blockNum++) { in dataToBigInteger()65 for (pieceNumHere = 0; pieceNumHere < piecesPerBlock && pieceNum < length; in dataToBigInteger()66 pieceNumHere++, pieceNum++) in dataToBigInteger()67 curBlock |= (BigInteger::Blk(data[pieceNum]) << (pieceSizeInBits * pieceNumHere)); in dataToBigInteger()