OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:piecenumhere
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/third_party/bigint/
BigIntegerUtils.hh
60
BigInteger::Index blockNum, pieceNum,
pieceNumHere
;
65
for (
pieceNumHere
= 0;
pieceNumHere
< piecesPerBlock && pieceNum < length;
66
pieceNumHere
++, pieceNum++)
67
curBlock |= (BigInteger::Blk(data[pieceNum]) << (pieceSizeInBits *
pieceNumHere
));
Completed in 41 milliseconds