Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigIntegerUtils.hh60 BigInteger::Index blockNum, pieceNum, pieceNumHere; in dataToBigInteger() local
63 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()