OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leftshiftbits
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/third_party/bigint/
BigUnsigned.cc
638
unsigned int
leftShiftBits
= N * rightShiftBlocks - b;
639
// Now (N * rightShiftBlocks -
leftShiftBits
) == b
640
// and 0 <=
leftShiftBits
< N.
653
blk[i] = getShiftedBlock(a, j,
leftShiftBits
);
Completed in 52 milliseconds