Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigUnsigned.cc610 Index shiftBlocks = b / N; in bitShiftLeft() local
613 len = a.len + shiftBlocks + 1; in bitShiftLeft()
616 for (i = 0; i < shiftBlocks; i++) in bitShiftLeft()
618 for (j = 0, i = shiftBlocks; j <= a.len; j++, i++) in bitShiftLeft()