Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigUnsigned.cc637 Index rightShiftBlocks = (b + N - 1) / N; in bitShiftRight() local
638 unsigned int leftShiftBits = N * rightShiftBlocks - b; in bitShiftRight()
641 if (rightShiftBlocks >= a.len + 1) { in bitShiftRight()
649 len = a.len + 1 - rightShiftBlocks; in bitShiftRight()
652 for (j = rightShiftBlocks, i = 0; j <= a.len; j++, i++) in bitShiftRight()