Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigUnsigned.cc57 Blk leftmostBlock = getBlock(len - 1); in bitLength() local
59 while (leftmostBlock != 0) { in bitLength()
60 leftmostBlock >>= 1; in bitLength()